From 038166f97c7cc7466fd8012cfcb23fc013e025cd Mon Sep 17 00:00:00 2001 From: yenatch Date: Wed, 19 Aug 2015 21:29:58 -0700 Subject: [PATCH] Fix some dubious comments about abandoned sram addresses. --- engine/save.asm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/engine/save.asm b/engine/save.asm index 5a9c445bd..92b65398b 100644 --- a/engine/save.asm +++ b/engine/save.asm @@ -881,8 +881,7 @@ Function1509a: ; 1509a ld bc, wCrystalDataEnd - wCrystalData call CopyBytes - ; XXX $a60e-f is a static address left over from JP Crystal. - ; It appears to correspond to event flags 0x160-0x16f in that version. + ; XXX SRAM bank 7 ld hl, wd479 ld a, [hli] ld [$a60e + 0], a @@ -900,8 +899,7 @@ Function150b9: ; 150b9 ld bc, wCrystalDataEnd - wCrystalData call CopyBytes - ; XXX $a60e-f is a static address left over from JP Crystal. - ; It appears to correspond to event flags 0x160-0x16f in that version. + ; XXX SRAM bank 7 ld hl, wd479 ld a, [$a60e + 0] ld [hli], a