diff options
author | garak <garakmon@gmail.com> | 2018-12-09 22:24:54 -0500 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-12-09 22:24:54 -0500 |
commit | e1e2132a37e188372f3923cdb741897978cb6e2a (patch) | |
tree | 8c919b192cbb5f2dfc5289f79f77ea4ed1e1b56c /data/event_scripts.s | |
parent | b4312648e282909be909e084bf2302e29c538c68 (diff) |
sync fldeff function names with pokeruby
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 115c9921a..c7ef6d244 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -535,7 +535,7 @@ EventScript_23B5F0:: @ 823B5F0 goto_eq EventScript_23B5A1 msgbox Text_2767D1, 3 special sub_80E9C2C - special sub_80FA57C + special DoSecretBasePCTurnOffEffect releaseall end @@ -545,13 +545,13 @@ EventScript_23B62F:: @ 823B62F goto_eq EventScript_23B5A1 msgbox Text_2767E9, 3 special sub_80E9C2C - special sub_80FA57C + special DoSecretBasePCTurnOffEffect releaseall end EventScript_23B652:: @ 823B652 msgbox Text_27676F, 3 - special sub_80FA57C + special DoSecretBasePCTurnOffEffect closemessage releaseall end @@ -562,7 +562,7 @@ EventScript_23B660:: @ 823B660 end EventScript_23B66E:: @ 823B66E - special sub_80FA57C + special DoSecretBasePCTurnOffEffect closemessage releaseall end @@ -590,7 +590,7 @@ EventScript_SecretBaseSandOrnament:: @ 823B684 end EventScript_SecretBaseShieldOrToyTV:: @ 823B68C - special sub_80FAC78 + special GetShieldToyTVDecorationInfo compare VAR_RESULT, 0 goto_eq EventScript_23B6BC compare VAR_RESULT, 1 |