Decompile wipe.c

This commit is contained in:
gamemasterplc 2023-12-26 12:31:14 -06:00
parent 72c850b0fb
commit f383e26929
12 changed files with 390 additions and 31 deletions

View file

@ -13,9 +13,6 @@ void Hu3DCameraPerspectiveSet(s32, f32, f32, f32, f32);
void Hu3DCameraViewportSet(s32, f32, f32, f32, f32, f32, f32);
void HuAudFadeOut(s32 arg0);
void WipeCreate(char dir, char type, short duration);
u8 WipeStatGet(void);
void Hu3DModelPosSet(s16 index, float x, float y, float z);
void Hu3DModelRotSet(s16 index, float x, float y, float z);
void Hu3DModelScaleSet(s16 index, float x, float y, float z);