mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 23:05:31 -04:00
ovl_En_Tk OK
This commit is contained in:
+1
-4
@@ -4040,10 +4040,7 @@ Hilite* func_8003435C(Vec3f* object, GlobalContext* globalCtx)
|
||||
return func_8002EB44(object, &globalCtx->view.eye, &lightDir, globalCtx->state.gfxCtx);
|
||||
}
|
||||
|
||||
typedef s16 (*func_800343CC_arg4)(GlobalContext*, Actor*);
|
||||
typedef s16 (*func_800343CC_arg5)(GlobalContext*, Actor*);
|
||||
|
||||
s32 func_800343CC(GlobalContext* globalCtx, Actor* actor, s16* arg2, f32 arg3, func_800343CC_arg4 unkFunc1, func_800343CC_arg5 unkFunc2)
|
||||
s32 func_800343CC(GlobalContext* globalCtx, Actor* actor, s16* arg2, f32 arg3, s16 (*unkFunc1)(GlobalContext*, Actor*), s16 (*unkFunc2)(GlobalContext*, Actor*))
|
||||
{
|
||||
s16 sp26;
|
||||
s16 sp24;
|
||||
|
||||
Reference in New Issue
Block a user