diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-12-26 23:44:43 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-12-27 00:11:56 +0100 |
| commit | 57f00c0eae4cc00fa329df0d13752f7de096054f (patch) | |
| tree | f8764779c623c1f7fc17f8a0d466c9a758a19a05 /data/scripts/fow | |
| parent | 2ccf89a1fb89e01f449e1d4ce734c57943fa093b (diff) | |
Name some script commands
Diffstat (limited to 'data/scripts/fow')
| -rw-r--r-- | data/scripts/fow/script_MazaalMacroDefeated.inc | 2 | ||||
| -rw-r--r-- | data/scripts/fow/script_Object89Mazaal.inc | 2 | ||||
| -rw-r--r-- | data/scripts/fow/script_PlayerAtMazaal.inc | 2 | ||||
| -rw-r--r-- | data/scripts/fow/script_PlayerDefeatedMazaal.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/scripts/fow/script_MazaalMacroDefeated.inc b/data/scripts/fow/script_MazaalMacroDefeated.inc index 02a44d56..624a5513 100644 --- a/data/scripts/fow/script_MazaalMacroDefeated.inc +++ b/data/scripts/fow/script_MazaalMacroDefeated.inc @@ -6,7 +6,7 @@ SCRIPT_START script_MazaalMacroDefeated Wait 0x0078 _0807E908 0x0004 StartPlayerScript script_PlayerDefeatedMazaal - WaitForSomething2 0x00000002 + WaitForSyncFlagAndClear 0x00000002 Wait 0x000c _0807E908 0x0005 SCRIPT_END diff --git a/data/scripts/fow/script_Object89Mazaal.inc b/data/scripts/fow/script_Object89Mazaal.inc index 28c36a5c..b5c522c0 100644 --- a/data/scripts/fow/script_Object89Mazaal.inc +++ b/data/scripts/fow/script_Object89Mazaal.inc @@ -6,7 +6,7 @@ SCRIPT_START script_Object89Mazaal Wait 0x0018 _0807E864 StartPlayerScript script_PlayerAtMazaal - WaitForSomething2 0x00000001 + WaitForSyncFlagAndClear 0x00000001 _0807E908 0x0002 SCRIPT_END .2byte 0x0000 diff --git a/data/scripts/fow/script_PlayerAtMazaal.inc b/data/scripts/fow/script_PlayerAtMazaal.inc index 80b81ae5..75086071 100644 --- a/data/scripts/fow/script_PlayerAtMazaal.inc +++ b/data/scripts/fow/script_PlayerAtMazaal.inc @@ -8,6 +8,6 @@ SCRIPT_START script_PlayerAtMazaal Wait 0x0008 DoPostScriptAction 0x0000 Wait 0x0008 - _0807E5F8 0x00000001 + SetSyncFlag 0x00000001 SCRIPT_END .2byte 0x0000 diff --git a/data/scripts/fow/script_PlayerDefeatedMazaal.inc b/data/scripts/fow/script_PlayerDefeatedMazaal.inc index 19afd13a..0f6d278a 100644 --- a/data/scripts/fow/script_PlayerDefeatedMazaal.inc +++ b/data/scripts/fow/script_PlayerDefeatedMazaal.inc @@ -14,7 +14,7 @@ SCRIPT_START script_PlayerDefeatedMazaal Wait 0x0015 _0807EB44 0x0004 Wait 0x0008 - _0807E5F8 0x00000002 + SetSyncFlag 0x00000002 _0807EDD4 0x0088, 0x0158 SCRIPT_END .2byte 0x0000 |
