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_0800AD54.inc | |
| parent | 8f7ad0a35c740c32c5763baa2bac998e260b2da9 (diff) | |
Detect CallWithArg that pass a pointer to a script as an argument
Diffstat (limited to 'data/scripts/script_0800AD54.inc')
| -rw-r--r-- | data/scripts/script_0800AD54.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/script_0800AD54.inc b/data/scripts/script_0800AD54.inc index c999af5c..584626aa 100644 --- a/data/scripts/script_0800AD54.inc +++ b/data/scripts/script_0800AD54.inc @@ -40,7 +40,7 @@ SCRIPT_START script_0800AD54 Call sub_0807F2D4 _0807E5F8 0x00000004 WaitForSomething2 0x00000002 - CallWithArg sub_080960C4, 0x0800af18 + CallWithArg sub_080960C4, script_0800AF18 _0807E930 0x0012 Call sub_0807F2D4 Wait 0x001e |
