From dfd00a8c1f667f7ee14228fc78a9d747fdf9cd32 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Sat, 23 Jul 2022 15:09:55 -0400 Subject: Match 3 functions (#964) --- include/functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3