diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-19 22:16:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 22:16:59 -0600 |
commit | 6ef96717181dfa1cda548cbe405410aba065e41c (patch) | |
tree | 82ed2fe52d25d624d49bc2ee7499a7de006bd70f /data/event_scripts.s | |
parent | c74bfbe11017e4f937dc6466a93a6d3dc72cdac7 (diff) | |
parent | 5eac3ce1a2503a2d358033b7e0242c1ecd2b63e3 (diff) |
Merge pull request #440 from garakmon/fldeff
Decompile / port fldeff_80F9BCC
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 c38b69d8b..557515c70 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -537,7 +537,7 @@ EventScript_23B5F0:: @ 823B5F0 goto_eq EventScript_23B5A1 msgbox Text_2767D1, MSGBOX_SIGN special sub_80E9C2C - special sub_80FA57C + special DoSecretBasePCTurnOffEffect releaseall end @@ -547,13 +547,13 @@ EventScript_23B62F:: @ 823B62F goto_eq EventScript_23B5A1 msgbox Text_2767E9, MSGBOX_SIGN special sub_80E9C2C - special sub_80FA57C + special DoSecretBasePCTurnOffEffect releaseall end EventScript_23B652:: @ 823B652 msgbox Text_27676F, MSGBOX_SIGN - special sub_80FA57C + special DoSecretBasePCTurnOffEffect closemessage releaseall end @@ -564,7 +564,7 @@ EventScript_23B660:: @ 823B660 end EventScript_23B66E:: @ 823B66E - special sub_80FA57C + special DoSecretBasePCTurnOffEffect closemessage releaseall end @@ -592,7 +592,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 |