summaryrefslogtreecommitdiff
path: root/engine/menus/save.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 12:21:47 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-21 12:21:47 -0400
commit98af69691d8994b07c19ef4e86f3f903da6091ed (patch)
treef7ad247f6acb3fe642f7579fe117fd67b3cdde24 /engine/menus/save.asm
parent9433b5a75294a76527bfcb661ee57a43202d7185 (diff)
Remove some more raw addresses
Diffstat (limited to 'engine/menus/save.asm')
-rw-r--r--engine/menus/save.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menus/save.asm b/engine/menus/save.asm
index 3676c3528..3bb23f08e 100644
--- a/engine/menus/save.asm
+++ b/engine/menus/save.asm
@@ -826,7 +826,7 @@ _SaveData:
call CopyBytes
; This block originally had some mobile functionality, but since we're still in
- ; BANK(sCrystalData), it instead overwrites the sixteen wEventFlags starting at 1:a603 with
+ ; BANK(sCrystalData), it instead overwrites the sixteen wEventFlags starting at 1:s4_a60e with
; garbage from wd479. This isn't an issue, since ErasePreviousSave is followed by a regular
; save that unwrites the garbage.