summaryrefslogtreecommitdiff
path: root/engine/menus/save.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/menus/save.asm')
-rw-r--r--engine/menus/save.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/engine/menus/save.asm b/engine/menus/save.asm
index 02a2541e8..026790b51 100644
--- a/engine/menus/save.asm
+++ b/engine/menus/save.asm
@@ -162,7 +162,7 @@ AddHallOfFameEntry:
call CopyBytes
call CloseSRAM
; This vc_hook causes the Virtual Console to set [sMobileEventIndex] and [sMobileEventIndexBackup]
-; to MOBILE_EVENT_OBJECT_GS_BALL ($b), which enables you to get the GS Ball, take it to Kurt, and
+; to MOBILE_EVENT_OBJECT_GS_BALL, which enables you to get the GS Ball, take it to Kurt, and
; encounter Celebi. It assumes that sMobileEventIndex and sMobileEventIndexBackup are at their
; original addresses.
vc_hook Enable_GS_Ball_mobile_event
@@ -170,6 +170,8 @@ AddHallOfFameEntry:
"sMobileEventIndex is no longer located at 01:be3c."
vc_assert BANK(sMobileEventIndexBackup) == $1 && sMobileEventIndexBackup == $be44, \
"sMobileEventIndexBackup is no longer located at 01:be44."
+ vc_assert MOBILE_EVENT_OBJECT_GS_BALL == $0b, \
+ "MOBILE_EVENT_OBJECT_GS_BALL is no longer equal to $0b."
ret
SaveGameData: