From 225e7e9db9b708498bbfee6d6e52d92558365e2f Mon Sep 17 00:00:00 2001 From: fig02 Date: Fri, 20 Mar 2020 08:21:33 -0400 Subject: [PATCH] fix function prototype --- include/functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.h b/include/functions.h index 31f07cf655..95f685e1b2 100644 --- a/include/functions.h +++ b/include/functions.h @@ -988,7 +988,7 @@ s32 func_80087708(GlobalContext* globalCtx, s16 arg1, s16 arg2); void func_80088B34(s16 arg0); void Interface_Draw(GlobalContext* globalCtx); void Interface_Update(GlobalContext* globalCtx); -f32 func_8008E520(Actor*, UNK_PTR movementPath, s16, s16*); +f32 func_8008E520(Actor* actor, Path* path, s16, s16*); // ? func_8008E6A0(?); // ? func_8008E6AC(?); // ? func_8008E750(?);