summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
author2Tie <foxman95@ymail.com>2018-11-30 16:47:42 -0700
committer2Tie <foxman95@ymail.com>2018-11-30 16:47:42 -0700
commitbc246eb3cb83ca2cfbee987f75b9b41d946c3fd3 (patch)
treeed741b2d294df39e0d9496bf665eb1d1ad4493e7 /wram.asm
parent7564f1a7c2a24d4c0c03c7910378adc7cec73749 (diff)
cleaned up labels and added more constants, removed the hardcoded relative jumps.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 1a0990c..dce85a7 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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]