diff options
author | yenatch <yenatch@gmail.com> | 2015-08-19 21:29:58 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-19 21:29:58 -0700 |
commit | 038166f97c7cc7466fd8012cfcb23fc013e025cd (patch) | |
tree | a193ddd819e1b131e162a230ee01fdbdc7970cf6 | |
parent | 183845bd73178b5d70b4186177545ef67d31016c (diff) |
Fix some dubious comments about abandoned sram addresses.
-rw-r--r-- | engine/save.asm | 6 |
1 files 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 |