getting there
This commit is contained in:
parent
811e20c0f6
commit
18a3903650
6 changed files with 374 additions and 14 deletions
|
|
@ -60,21 +60,21 @@ void BoardTutorialItemSet(s32);
|
|||
void fn_80082AAC(s32);
|
||||
void BoardTutorialDirInputSet(s32, s32, s32);
|
||||
void BoardSpaceStarSetIndex(s32);
|
||||
void BoardModelRotYSet(s32, f32);
|
||||
f32 BoardModelRotYGet(s32);
|
||||
void BoardModelRotYSet(s16, f32);
|
||||
f32 BoardModelRotYGet(s16);
|
||||
void BoardModelLayerSet(s16, u8);
|
||||
void BoardTutorialHostSet(s16);
|
||||
s16 BoardModelIDGet(s16);
|
||||
void BoardModelScaleSetV(s32, Vec*);
|
||||
void BoardModelScaleSetV(s16, Vec*);
|
||||
void BoardLightHookSet(void*, void*);
|
||||
s16 BoardModelCreate(s32, void*, s32);
|
||||
void BoardModelKill(s16);
|
||||
void fn_8006DDE8(s16, f32);
|
||||
void BoardModelMotionStart(s16, s32, s32);
|
||||
s32 BoardModelMotionStart(s16, s32, s32);
|
||||
void BoardModelMotionSpeedSet(s16, f32);
|
||||
void BoardModelPosSetV(s16, Vec*);
|
||||
void BoardModelPosSet(s16, f32, f32, f32);
|
||||
s32 BoardModelRotSetV(s16 arg0, Vec* arg1);
|
||||
void BoardModelRotSetV(s16 arg0, Vec* arg1);
|
||||
void BoardModelVisibilitySet(s16, s32);
|
||||
void BoardSpaceWalkEventFuncSet(void*);
|
||||
void BoardSpaceWalkMiniEventFuncSet(void*);
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ void GWCoinsSet(int player, s16 value);
|
|||
void GWCoinsAdd(int player, s16 amount);
|
||||
void GWStarsSet(int player, s16 value);
|
||||
void GWStarsAdd(int player, s16 amount);
|
||||
s16 GWStarsGet(int player);
|
||||
s32 GWStarsGet(int player);
|
||||
void GWTotalStarsSet(s16 value);
|
||||
void GWTotalStarsAdd(s16 amount);
|
||||
u16 GWTotalStarsGet(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue