summaryrefslogtreecommitdiff
path: root/include/functions.h
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-07-23 15:09:55 -0400
committerGitHub <noreply@github.com>2022-07-23 15:09:55 -0400
commitdfd00a8c1f667f7ee14228fc78a9d747fdf9cd32 (patch)
treeb1852146eeb5f1098db372a530507d6bebba613e /include/functions.h
parentcde8874bb1120fca7d134f8151b8e04e5d8dff16 (diff)
Match 3 functions (#964)
Diffstat (limited to 'include/functions.h')
-rw-r--r--include/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h
index a72b6da7d..b4753d4ce 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -1448,7 +1448,7 @@ s16 ActorCutscene_GetCurrentIndex(void);
ActorCutscene* ActorCutscene_GetCutscene(s16 index);
s16 ActorCutscene_GetAdditionalCutscene(s16 index);
s16 ActorCutscene_GetLength(s16 index);
-s32 func_800F2138(s8 arg0);
+s32 func_800F2138(s32 arg0);
s32 func_800F2178(s16 arg0);
s16 ActorCutscene_GetCurrentSubCamId(s16 index);
s16 func_800F21CC(void);