mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
merge and change scene thing
This commit is contained in:
commit
aa603ca229
113 changed files with 1722 additions and 5879 deletions
|
@ -638,6 +638,7 @@ f32 func_800437F0(f32, f32);
|
|||
// ? func_8005A7A8(?);
|
||||
// ? func_8005A8C4(?);
|
||||
s16 func_8005A970(u32 gl790);
|
||||
s16 func_8005A9F4(Camera* camera);
|
||||
// ? func_8005AA90(?);
|
||||
// ? func_8005AC48(?);
|
||||
// ? func_8005AC60(?);
|
||||
|
@ -759,7 +760,7 @@ void func_80062D60(GlobalContext*, Vec3f*);
|
|||
s32 func_80062ECC(f32, f32, f32, Vec3f*, Vec3f*, Vec3f*, Vec3f*, Vec3f*);
|
||||
void SaveContext_Init(void);
|
||||
// ? func_800636C0(?);
|
||||
void func_8006375C(UNK_TYPE, UNK_TYPE, UNK_TYPE);
|
||||
void func_8006375C(s32 arg0, s32 arg1, float* d_80855320);
|
||||
// ? func_8006376C(?);
|
||||
// ? func_80063828(?);
|
||||
// ? func_8006390C(?);
|
||||
|
@ -789,6 +790,7 @@ void Audio_PlaySoundAtPosition(GlobalContext* globalCtx, Vec3f* pos2, s32 radius
|
|||
// ? func_8006C3A0(?);
|
||||
// ? func_8006C3D0(?);
|
||||
void func_8006C438(GlobalContext* globalCtx, s16 arg1);
|
||||
s32 func_8006C4A4(GlobalContext*, s32);
|
||||
// ? func_8006C510(?);
|
||||
// ? func_8006C5A8(?);
|
||||
// ? func_8006CBAC(?);
|
||||
|
@ -845,7 +847,7 @@ void func_800775D8();
|
|||
s32 func_800775E4();
|
||||
void func_800775F0(u16);
|
||||
// ? func_80077600(?);
|
||||
void Lib_MemSet(void* dest, size_t size, u8 val);
|
||||
void Lib_MemSet(u8* dest, size_t size, u8 val);
|
||||
f32 Math_Coss(s16 angle);
|
||||
f32 Math_Sins(s16 angle);
|
||||
s32 Math_ApproxUpdateScaledS(s16* fp, s16 target, s16 step);
|
||||
|
@ -1377,7 +1379,7 @@ void func_800C0704(GlobalContext*, s16, f32);
|
|||
void func_800C0C88(GlobalContext *globalCtx);
|
||||
// ? func_800C0A44(?);
|
||||
// ? func_800C0A88(?);
|
||||
// ? func_800C0AF4(?);
|
||||
void func_800C0AF4(GlobalContext*, s8, s16);
|
||||
void func_800C0B60(GlobalContext* globalCtx);
|
||||
void func_800C0BB4(GlobalContext* globalCtx);
|
||||
// ? func_800C0CB8(?);
|
||||
|
@ -1474,7 +1476,7 @@ void* Graph_Alloc(GraphicsContext* gfxCtx, size_t size);
|
|||
void func_800C6AC4(Gfx** a0, GraphicsContext* gfxCtx, char* file, s32 line);
|
||||
void func_800C6B54(Gfx** a0, GraphicsContext* gfxCtx, char* file, s32 line);
|
||||
Gfx* func_800C6C20(Gfx* a0);
|
||||
// ? func_800C6C28(?);
|
||||
Gfx* func_800C6C28(Gfx* a0, Gfx* dlist); //branch dlist
|
||||
// ? func_800C6C3C(?);
|
||||
ListAlloc* ListAlloc_Init(ListAlloc* this);
|
||||
void* ListAlloc_Alloc(ListAlloc* this, u32 size);
|
||||
|
@ -1680,7 +1682,7 @@ u32 Fault_ConvertAddress(FaultAddrConvClient*);
|
|||
void Fault_Sleep(u32);
|
||||
void Fault_PadCallback(Input*);
|
||||
void Fault_UpdatePadImpl();
|
||||
bool Fault_WaitForInputImpl();
|
||||
u32 Fault_WaitForInputImpl();
|
||||
void Fault_WaitForInput();
|
||||
void Fault_DrawRec(s32, s32, s32, s32, u16);
|
||||
void Fault_FillScreenBlack();
|
||||
|
@ -2134,7 +2136,7 @@ void GfxPrint_SetPosPx(GfxPrint*, s32, s32);
|
|||
void GfxPrint_SetPos(GfxPrint*, s32, s32);
|
||||
void GfxPrint_SetBasePosPx(GfxPrint*, s32, s32);
|
||||
void GfxPrint_PrintCharImpl(GfxPrint*, u8);
|
||||
void GfxPrint_PrintChar(GfxPrint*, char);
|
||||
void GfxPrint_PrintChar(GfxPrint*, u8);
|
||||
void GfxPrint_PrintStringWithSize(GfxPrint*, const void*, size_t, size_t);
|
||||
GfxPrint* GfxPrint_Callback(GfxPrint*, const char*, size_t);
|
||||
void GfxPrint_Ctor(GfxPrint*);
|
||||
|
@ -2384,5 +2386,7 @@ void func_801109B0(GlobalContext* globalCtx);
|
|||
void func_80110F68(GlobalContext* globalCtx);
|
||||
void func_80112098(GlobalContext* globalCtx);
|
||||
|
||||
void func_80800878(TitleContext*);
|
||||
void Title_Init(TitleContext*);
|
||||
void Opening_Init(OpeningContext* this);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue