Allow alternate labels for patch names
This commit is contained in:
@@ -58,20 +58,14 @@ BattleAnimRunScript:
|
||||
farcall CheckBattleScene
|
||||
jr c, .disabled
|
||||
|
||||
vc_hook FPA_001_Begin
|
||||
vc_hook FPA_002_Begin
|
||||
vc_hook FPA_003_Begin
|
||||
vc_hook FPA_004_Begin
|
||||
vc_hook FPA_005_Begin
|
||||
vc_hook FPA_006_Begin
|
||||
vc_hook FPA_007_Begin
|
||||
vc_hook Reduce_move_anim_flashing
|
||||
call BattleAnimClearHud
|
||||
call RunBattleAnimScript
|
||||
|
||||
call BattleAnimAssignPals
|
||||
call BattleAnimRequestPals
|
||||
|
||||
vc_hook FPA_001_End
|
||||
vc_hook Stop_reducing_move_anim_flashing
|
||||
xor a
|
||||
ldh [hSCX], a
|
||||
ldh [hSCY], a
|
||||
|
@@ -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, \
|
||||
|
Reference in New Issue
Block a user