diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-03-19 11:36:14 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-03-19 11:36:14 -0400 |
commit | 0447ee0cf95d2defb9a202def65288aa5bf1410b (patch) | |
tree | db0a67dcb406514756a94e2a3053b72e105b761e /macros/wram.asm | |
parent | 12070ca50067d3abe36a730190f88ee43f2cace9 (diff) |
Relabel some map-related WRAM
wMisc -> {wSurroundingTiles, wBoxPartialData, wLink_c608}
wOverworldMap -> {wOverworldMapBlocks, wHallOfFamePokemonList}
Diffstat (limited to 'macros/wram.asm')
-rwxr-xr-x | macros/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 8936bfd14..469cc1022 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -233,7 +233,7 @@ hall_of_fame: MACRO \1Mon4:: hof_mon \1Mon4 \1Mon5:: hof_mon \1Mon5 \1Mon6:: hof_mon \1Mon6 -\1End:: ds 1 +\1End:: db ENDM link_battle_record: MACRO |