diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-27 12:25:12 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-27 12:25:12 -0500 |
commit | b272c0c3754012f83129c23c2c546013cd1e80ef (patch) | |
tree | 6d9911898f8d6947ef59f71d08a78276cab6a631 /sram.asm | |
parent | d02c9e39dd5138aa2d5e11178fcef7e2a58d4230 (diff) |
Fix marts using hard-coded bank number
Diffstat (limited to 'sram.asm')
-rw-r--r-- | sram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -190,7 +190,7 @@ sHallOfFame:: ; b2c0 ; endr sHallOfFameEnd:: -sMobileEventIndex:: ds 1 +sMobileEventIndex:: ds 1 ; be3c sCrystalData:: ds wCrystalDataEnd - wCrystalData |