Allow alternate labels for patch names

This commit is contained in:
Rangi
2022-03-12 22:38:29 -05:00
parent 31c3c94d64
commit f33a041930
6 changed files with 55 additions and 48 deletions

View File

@@ -165,7 +165,7 @@ AddHallOfFameEntry:
; to MOBILE_EVENT_OBJECT_GS_BALL ($b), 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 BiographySave_ret
vc_hook Enable_GS_Ball_mobile_event
vc_assert BANK(sMobileEventIndex) == $1 && sMobileEventIndex == $be3c, \
"sMobileEventIndex is no longer located at 01:be3c."
vc_assert BANK(sMobileEventIndexBackup) == $1 && sMobileEventIndexBackup == $be44, \