mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
fix function prototype
This commit is contained in:
parent
aa603ca229
commit
225e7e9db9
1 changed files with 1 additions and 1 deletions
|
@ -988,7 +988,7 @@ s32 func_80087708(GlobalContext* globalCtx, s16 arg1, s16 arg2);
|
||||||
void func_80088B34(s16 arg0);
|
void func_80088B34(s16 arg0);
|
||||||
void Interface_Draw(GlobalContext* globalCtx);
|
void Interface_Draw(GlobalContext* globalCtx);
|
||||||
void Interface_Update(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_8008E6A0(?);
|
||||||
// ? func_8008E6AC(?);
|
// ? func_8008E6AC(?);
|
||||||
// ? func_8008E750(?);
|
// ? func_8008E750(?);
|
||||||
|
|
Loading…
Reference in a new issue