summaryrefslogtreecommitdiff
path: root/sram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-27 12:25:12 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-27 12:25:12 -0500
commitb272c0c3754012f83129c23c2c546013cd1e80ef (patch)
tree6d9911898f8d6947ef59f71d08a78276cab6a631 /sram.asm
parentd02c9e39dd5138aa2d5e11178fcef7e2a58d4230 (diff)
Fix marts using hard-coded bank number
Diffstat (limited to 'sram.asm')
-rw-r--r--sram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sram.asm b/sram.asm
index 7e52d92c1..f28ed939e 100644
--- a/sram.asm
+++ b/sram.asm
@@ -190,7 +190,7 @@ sHallOfFame:: ; b2c0
; endr
sHallOfFameEnd::
-sMobileEventIndex:: ds 1
+sMobileEventIndex:: ds 1 ; be3c
sCrystalData::
ds wCrystalDataEnd - wCrystalData