| .. |
|
battle
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
battle_anims
|
Eliminate enum: use const instead, with case-by-case parallel const implementations
|
2020-07-08 15:30:23 -04:00 |
|
debug
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
events
|
add_tm, add_hm, and add_mt define TM##_MOVE, HM##_MOVE, and MT##_MOVE constants, to avoid repeating the move names in tmhm_moves.asm
|
2020-07-06 16:53:05 -04:00 |
|
games
|
Identify more labels, and use the jumptable macro when possible
|
2020-07-01 13:13:49 -04:00 |
|
gfx
|
SCGB_PARTY_MENU_HP_PALS -> SCGB_PARTY_MENU_HP_BARS, and SCGB_RAM -> SCGB_DEFAULT
|
2020-07-04 16:18:16 -04:00 |
|
items
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
link
|
Define SERIAL_PREAMBLE_LENGTH
|
2020-07-06 15:49:01 -04:00 |
|
math
|
Miscellaneous label and comment corrections
|
2019-11-03 14:47:06 -05:00 |
|
menus
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
movie
|
Eliminate enum: use const instead, with case-by-case parallel const implementations
|
2020-07-08 15:30:23 -04:00 |
|
overworld
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
phone
|
Use const_skip and const_next macros for brevity
|
2020-07-10 20:03:46 -04:00 |
|
pokedex
|
Replace "Unreferenced" labels with "; unreferenced" comments
|
2020-06-21 16:27:43 -04:00 |
|
pokegear
|
Identify more labels, and use the jumptable macro when possible
|
2020-07-01 13:13:49 -04:00 |
|
pokemon
|
Disassemble the final English debug ROM
|
2020-07-13 15:18:28 -04:00 |
|
printer
|
Identify more labels, and use the jumptable macro when possible
|
2020-07-01 13:13:49 -04:00 |
|
rtc
|
Replace "Unreferenced" labels with "; unreferenced" comments
|
2020-06-21 16:27:43 -04:00 |
|
tilesets
|
Identify more labels, and use the jumptable macro when possible
|
2020-07-01 13:13:49 -04:00 |
|
predef.asm
|
Remove all address comments
|
2018-06-24 16:13:22 +02:00 |
|
smallflag.asm
|
PHONE_DISPLAY_HEIGHT is 4, the number of visible phone entries
|
2020-01-19 14:10:10 -05:00 |