mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 11:24:40 +00:00
Merge branch 'master' into z_en_tk
This commit is contained in:
commit
d7b0ba7c06
199 changed files with 2054 additions and 3329 deletions
|
@ -393,6 +393,7 @@ s32 func_800343CC(GlobalContext* globalCtx, Actor* actor, s16* arg2, f32 arg3, s
|
|||
s16 func_800347E8(s16 arg0);
|
||||
void func_80034BA0(GlobalContext* globalCtx, SkelAnime* skelAnime, void* unkFunc1, void* unkFunc2, Actor* actor, s16 alpha);
|
||||
void func_80034CC4(GlobalContext* globalCtx, SkelAnime* skelAnime, void* unkFunc1, void* unkFunc2, Actor* actor, s16 alpha);
|
||||
void func_80034EC0(SkelAnime* skelAnime, struct_80034EC0_Entry* arg1, s32 arg2);
|
||||
void Actor_Noop(Actor* actor, GlobalContext* globalCtx);
|
||||
void Draw_DListOpa(GlobalContext* globalCtx, u32 dlist);
|
||||
void Draw_DListXlu(GlobalContext* globalCtx, u32 dlist);
|
||||
|
@ -989,6 +990,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* actor, Path* path, s16, s16*);
|
||||
// ? func_8008E6A0(?);
|
||||
// ? func_8008E6AC(?);
|
||||
// ? func_8008E750(?);
|
||||
|
@ -2162,19 +2164,19 @@ void SystemHeap_Init(void *start, u32 size);
|
|||
// ? func_800FCC24(?);
|
||||
// ? func_800FCC6C(?);
|
||||
// ? func_800FCD40(?);
|
||||
// ? func_800FCE80(?);
|
||||
// ? func_800FCF34(?);
|
||||
// ? func_800FCF54(?);
|
||||
// ? func_800FCFA0(?);
|
||||
// ? func_800FD0C4(?);
|
||||
// ? func_800FD210(?);
|
||||
f32 func_800FD250(f32 f12, f32 f14);
|
||||
// ? func_800FD338(?);
|
||||
// ? func_800FD390(?);
|
||||
// ? func_800FD3C8(?);
|
||||
// ? func_800FD400(?);
|
||||
// ? func_800FD438(?);
|
||||
// ? func_800FD470(?);
|
||||
f32 Math_tanf(f32 x);
|
||||
f32 Math_nearbyintf(f32 x);
|
||||
f32 Math_atanf_taylor_q(f32 x);
|
||||
f32 Math_atanf_taylor(f32 x);
|
||||
f32 Math_atanf_cfrac(f32 x);
|
||||
f32 Math_atanf(f32 x);
|
||||
f32 Math_atan2f(f32 y, f32 x);
|
||||
f32 Math_asinf(f32 x);
|
||||
f32 Math_acosf(f32 x);
|
||||
f32 ceilf(f32 x);
|
||||
f32 truncf(f32 x);
|
||||
f32 roundf(f32 x);
|
||||
f32 nearbyintf(f32 x);
|
||||
void SystemArena_CheckPointer(void* ptr, u32 size, const char* name, const char* action);
|
||||
void* SystemArena_Malloc(u32 size);
|
||||
void* SystemArena_MallocDebug(u32 size, const char* file, s32 line);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue