diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-17 19:13:56 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-17 19:16:43 -0700 |
| commit | ef470547e04f2cbc50b98d6578932f1188d25dbd (patch) | |
| tree | 4a5e5bffb8ea301bd15b8bda4627c48ccf052cce /data/scripts/dhc | |
| parent | 33579844948ca5c2ed9e1e353fba8b9571f7104d (diff) | |
cleanup
Diffstat (limited to 'data/scripts/dhc')
| -rw-r--r-- | data/scripts/dhc/script_Vaati1Intro.inc | 2 | ||||
| -rw-r--r-- | data/scripts/dhc/script_VaatiWithZelda.inc | 2 | ||||
| -rw-r--r-- | data/scripts/dhc/script_ZeldaAfterDefeatingV2.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/dhc/script_Vaati1Intro.inc b/data/scripts/dhc/script_Vaati1Intro.inc index 3255d880..0308aab2 100644 --- a/data/scripts/dhc/script_Vaati1Intro.inc +++ b/data/scripts/dhc/script_Vaati1Intro.inc @@ -25,7 +25,7 @@ SCRIPT_START script_Vaati1Intro PlayBgm BGM_VAATI_REBORN DoPostScriptAction 0x0019 PlaySound SFX_198 - Call WaitForFrameHiBit + Call WaitForAnimDone SetRoomFlag 0x0000 DoPostScriptAction 0x0008 Wait 0x0080 diff --git a/data/scripts/dhc/script_VaatiWithZelda.inc b/data/scripts/dhc/script_VaatiWithZelda.inc index 1464b9a8..55897c74 100644 --- a/data/scripts/dhc/script_VaatiWithZelda.inc +++ b/data/scripts/dhc/script_VaatiWithZelda.inc @@ -11,7 +11,7 @@ SCRIPT_START script_VaatiWithZelda Wait 0x003c SetAnimationState 0x0004 DoPostScriptAction 0x001c - Call WaitForFrameHiBit + Call WaitForAnimDone DoPostScriptAction 0x0000 Wait 0x003c SetSyncFlag 0x00000002 diff --git a/data/scripts/dhc/script_ZeldaAfterDefeatingV2.inc b/data/scripts/dhc/script_ZeldaAfterDefeatingV2.inc index 8c2d1161..bad68ee4 100644 --- a/data/scripts/dhc/script_ZeldaAfterDefeatingV2.inc +++ b/data/scripts/dhc/script_ZeldaAfterDefeatingV2.inc @@ -18,7 +18,7 @@ script_0800DCD0: StopBgm Call sub_08066E50 PlaySound SFX_1C9 - Call WaitForFrameHiBit + Call WaitForAnimDone PlaySound SFX_1CA Wait 0x003c DoPostScriptAction 0x0004 |
