diff options
author | 2Tie <foxman95@ymail.com> | 2018-11-30 16:47:42 -0700 |
---|---|---|
committer | 2Tie <foxman95@ymail.com> | 2018-11-30 16:47:42 -0700 |
commit | bc246eb3cb83ca2cfbee987f75b9b41d946c3fd3 (patch) | |
tree | ed741b2d294df39e0d9496bf665eb1d1ad4493e7 /wram.asm | |
parent | 7564f1a7c2a24d4c0c03c7910378adc7cec73749 (diff) |
cleaned up labels and added more constants, removed the hardcoded relative jumps.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1006,6 +1006,8 @@ wd41c:: db ; 76543210 ; \----- recieved pokedexes wd41d:: db +; 76543210 +; \--- beat rival in the lab wd41e:: db SECTION "D4A9", WRAM0[$D4A9] @@ -1257,7 +1259,7 @@ wda5f:: db ; da5f SECTION "DA83", WRAM0[$DA83] wBoxListLength:: db ; da83 -wBoxList:: ds $1E ; da84 +wBoxList:: ds MONS_PER_BOX ; da84 SECTION "DAA3", WRAM0[$DAA3] |