mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 10:54:44 +00:00
Decompiled z_sample.c
`z_sample.c` : 1 non matching left
This commit is contained in:
parent
e066751e22
commit
bd00e0d1da
10 changed files with 126 additions and 176 deletions
|
@ -1091,12 +1091,13 @@ s32 func_8009728C(GlobalContext* globalCtx, RoomContext* roomCtx, s32 roomNum);
|
|||
s32 func_800973FC(GlobalContext* globalCtx, RoomContext* roomCtx);
|
||||
void Room_Draw(GlobalContext* globalCtx, Room* room, u32 flags);
|
||||
void func_80097534(GlobalContext* globalCtx, RoomContext* roomCtx);
|
||||
// ? func_800975D0(?);
|
||||
// ? func_80097604(?);
|
||||
// ? func_80097820(?);
|
||||
// ? func_80097848(?);
|
||||
// ? func_80097850(?);
|
||||
// ? func_80097904(?);
|
||||
void Sample_Calc(SampleContext* this);
|
||||
void Sample_Draw(SampleContext* this);
|
||||
void Sample_Update(SampleContext* this);
|
||||
void Sample_Destroy(SampleContext* this);
|
||||
void Sample_SetupView(SampleContext* this);
|
||||
void Sample_LoadTitleStatic(SampleContext* this);
|
||||
void Sample_Init(SampleContext* this);
|
||||
void Inventory_ChangeEquipment(s16 equipment, u16 value);
|
||||
u8 Inventory_DeleteEquipment(GlobalContext* globalCtx, s16 equipment);
|
||||
void Inventory_ChangeUpgrade(s16 upgrade, s16 value);
|
||||
|
@ -2297,7 +2298,7 @@ void func_80103A70(UNK_PTR, Gfx*, Hilite*, f32, f32, f32, f32, f32, f32, f32, f3
|
|||
// ? func_80103B30(?);
|
||||
// ? func_80103B60(?);
|
||||
// ? func_80103BB0(?);
|
||||
// ? func_80103D58(?);
|
||||
void func_80103D58(Mtx*, f32, f32, f32, f32, f32, f32, f32);
|
||||
// ? func_80103DC0(?);
|
||||
// ? func_80103E20(?);
|
||||
// ? func_80103FA4(?);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue