mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 23:44:53 +00:00
Decompile shrink_window.c (#232)
This commit is contained in:
parent
7f6e9d55fe
commit
b4a7ac9d71
36 changed files with 140 additions and 308 deletions
|
@ -1427,13 +1427,13 @@ void TransitionFade_Draw(TransitionFade* this, Gfx** gfxP);
|
|||
s32 TransitionFade_IsDone(TransitionFade* this);
|
||||
void TransitionFade_SetColor(TransitionFade* this, u32 color);
|
||||
void TransitionFade_SetType(TransitionFade* this, s32 type);
|
||||
// ? func_800B3840(?);
|
||||
// ? func_800B3898(?);
|
||||
// ? func_800B38A4(?);
|
||||
// ? func_800B38FC(?);
|
||||
// ? func_800B3908(?);
|
||||
// ? func_800B3968(?);
|
||||
// ? func_800B39B8(?);
|
||||
void ShrinkWindow_SetVal(s32 value);
|
||||
u32 ShrinkWindow_GetVal(void);
|
||||
void ShrinkWindow_SetCurrentVal(s32 nowVal);
|
||||
u32 ShrinkWindow_GetCurrentVal(void);
|
||||
void ShrinkWindow_Init(void);
|
||||
void ShrinkWindow_Destroy(void);
|
||||
void ShrinkWindow_Update(s32 updateRate);
|
||||
// ? func_800B3B50(?);
|
||||
// ? func_800B3BD4(?);
|
||||
// ? func_800B3DF8(?);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue