diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-01-08 15:01:18 +0100 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-01-08 15:01:18 +0100 |
| commit | 4ab73f8eb752722a682d5a610e2e8d2836e4bf38 (patch) | |
| tree | 12717c09505853f2a0a3a80075546810902f9199 /src/script.c | |
| parent | 1d2d1cd786915571c93f4ac2426729584550f8f9 (diff) | |
Name some more functions in common.c
Diffstat (limited to 'src/script.c')
| -rw-r--r-- | src/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script.c b/src/script.c index 27bea866..1f14de5f 100644 --- a/src/script.c +++ b/src/script.c @@ -1822,7 +1822,7 @@ void sub_0807F634(Entity* entity, ScriptExecutionContext* context) { } void sub_0807F650(Entity* entity, ScriptExecutionContext* context) { - u32 p = sub_08002632(entity); + u32 p = GetFuserId(entity); sub_0801DFB4(entity, gUnk_08001A7C[p][0], gUnk_08001A7C[p][1], gUnk_08001A7C[p][2]); gPlayerState.controlMode = CONTROL_DISABLED; } |
