Commit Graph

35 Commits

Author SHA1 Message Date
GriffinR 7587963d24 Use window constants in berry_fix_program 2022-09-29 19:09:50 -04:00
GriffinR c291fa8e7f Propagate BG_COORD constants 2021-11-03 23:02:06 -04:00
GriffinR 50d3003a0d Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW 2021-11-03 19:54:20 -04:00
GriffinR 9a0618afc3 Add COPYWIN constants 2021-11-03 15:29:18 -04:00
GriffinR fdaf436960 Add font id constants 2021-10-30 19:54:15 -04:00
LOuroboros 554210c5e3 Removed trailing spaces in the most relevant files
Command used for the job:
egrep -rl ' $' --include *.c --include *.h --include  *.s --include  *.inc --include  *.txt *  | xargs sed -i 's/\s\+$//g'

Credits to Grant Murphy from Stack Overflow.
2021-08-24 19:59:32 -03:00
GriffinR 2dfa84c10f Clean up berry_fix_program 2021-02-24 16:46:57 -05:00
PokeCodec 28ef2fb774 Switch to button macros 2020-09-04 21:11:55 -04:00
GriffinR faeb974c46 Minor berry fix data clean up 2020-02-08 14:23:41 -06:00
GriffinR ed1ff0ad77 Document misc strings and text colors 2019-12-10 19:29:23 -06:00
PikalaxALT 306ce048ad Move gflib srcs and headers to gflib subdir 2019-09-08 21:07:54 -04:00
Phlosioneer 3716da5430 Rename macro with correct name for pixel values 2019-03-02 17:25:39 -05:00
Phlosioneer c96f8751cd Improve window palette macros 2019-02-21 23:27:12 -05:00
Phlosioneer d979ac3bf3 Document main_menu state machine, name window constants
The new names for the constants (and newly named functions) give a much
better understanding of what the window system is trying to do.
2019-02-11 00:34:50 -05:00
DizzyEggg 7e4db39da5 Fix bldcnt gpu reg args 2018-12-26 13:43:07 +01:00
nullableVoidPtr 3909b6408c Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc as per #325
Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-12-06 09:44:08 +08:00
Diegoisawesome 8e7202ec3d Fix LZ compressed data alignment 2018-10-21 12:05:34 -05:00
DizzyEggg 24b9cd721f More Battle Factory 2018-09-03 22:55:55 +02:00
DizzyEggg c5e2092e8b title screen with master 2018-02-07 20:10:56 +01:00
DizzyEggg b3a94a359f match berry fix func 2018-02-07 15:02:47 +01:00
DizzyEggg 0c60ffe22a decompile title screen 2018-02-04 16:11:00 +01:00
DizzyEggg db3ecf5012 decompile scanline effect 2018-01-29 17:47:12 +01:00
DizzyEggg a6072ae293 decompile option menu 2018-01-16 18:59:06 +01:00
ProjectRevoTPP 48378f791c last wave of graphics.s dumps 2017-12-30 01:09:06 -05:00
DizzyEggg 314b96af46 static names given s prefix 2017-12-17 23:45:27 +01:00
DizzyEggg a3b5af17ea berry blender is done 2017-11-19 22:48:46 +01:00
Diegoisawesome d1efbcd282 Extract scattered baseroms and cleanup 2017-09-25 16:27:02 -05:00
PikalaxALT 54bd2c1781 Address review by diego 2017-09-19 21:10:30 -04:00
scnorton d48c4ab7a9 Slight cleanup and relabeling of functions 2017-09-18 15:28:55 -04:00
scnorton 810bfffd12 data decomp 2017-09-18 15:10:25 -04:00
scnorton 0e2d84f24d Remaining functions 2017-09-18 14:07:34 -04:00
scnorton 39e6bdf094 sub_81BF7E8 2017-09-18 14:04:00 -04:00
scnorton 097a38f054 nonmatching sub_81BF7A4 2017-09-18 13:54:39 -04:00
scnorton c5dddf41f5 sub_81BF5A4 2017-09-18 11:26:45 -04:00
PikalaxALT 8604291b0f Start decomp 2017-09-18 09:23:06 -04:00