diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-03-07 01:50:27 +0100 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-03-07 01:52:56 +0100 |
| commit | 5304b4759f200759c0cdddec4eb0aaa6ae1b9aaa (patch) | |
| tree | 41ba2a2b1b4ff0e1cf3bbb4e1008787541e16fc8 /data/scripts/script_080134DC.inc | |
| parent | 8f7ad0a35c740c32c5763baa2bac998e260b2da9 (diff) | |
Detect CallWithArg that pass a pointer to a script as an argument
Diffstat (limited to 'data/scripts/script_080134DC.inc')
| -rw-r--r-- | data/scripts/script_080134DC.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/scripts/script_080134DC.inc b/data/scripts/script_080134DC.inc index 38000013..293a7179 100644 --- a/data/scripts/script_080134DC.inc +++ b/data/scripts/script_080134DC.inc @@ -13,33 +13,33 @@ script_080134F8: Call sub_0807DF28 StartPlayerScript script_080136D8 WaitForSomething2 0x00000001 - CallWithArg sub_08095A1C, 0x08013f04 + CallWithArg sub_08095A1C, script_08013F04 SoundReq 0x01cd Wait 0x005a BeginBlock SoundReq 0x01ce - CallWithArg sub_08095D54, 0x08013e04 - CallWithArg sub_08095D54, 0x08013e28 + CallWithArg sub_08095D54, script_08013E04 + CallWithArg sub_08095D54, script_08013E28 EndBlock WaitForSomething2 0x18000000 BeginBlock SoundReq 0x01cf - CallWithArg sub_08095D8C, 0x08014054 - CallWithArg sub_08095D8C, 0x08014074 + CallWithArg sub_08095D8C, script_08014054 + CallWithArg sub_08095D8C, script_08014074 EndBlock Wait 0x001e BeginBlock SoundReq 0x01d0 - CallWithArg sub_08095D8C, 0x080140dc - CallWithArg sub_08095D8C, 0x08014118 + CallWithArg sub_08095D8C, script_080140DC + CallWithArg sub_08095D8C, script_08014118 EndBlock Wait 0x003c CallWithArg sub_0805DDEC, 0x00000000 _0807E5F8 0x00000200 WaitForSomething2 0x00002000 SoundReq 0x01d2 - CallWithArg sub_08095D8C, 0x080141dc - CallWithArg sub_08095D8C, 0x08014210 + CallWithArg sub_08095D8C, script_080141DC + CallWithArg sub_08095D8C, script_08014210 _0807E5F8 0x00000400 WaitForSomething2 0x00004000 Wait 0x0078 |
