Matched REL/w01/main + some data cleanup
This commit is contained in:
parent
59f39c0331
commit
538ac0a01a
10 changed files with 2919 additions and 328 deletions
|
|
@ -106,7 +106,6 @@ void BoardCameraOffsetSet(float x, float y, float z);
|
|||
void BoardCameraTargetPlayerSet(s32 player);
|
||||
void BoardCameraTargetModelSet(s16 model);
|
||||
void BoardCameraTargetSpaceSet(s32 space);
|
||||
void BoardCameraPosCalcFuncSet(BoardCameraPosCalcFunc func);
|
||||
void BoardCameraQuakeSet(s32 duration, float strength);
|
||||
void BoardCameraQuakeReset();
|
||||
void BoardCameraTargetSet(float x, float y, float z);
|
||||
|
|
|
|||
|
|
@ -146,7 +146,6 @@ void BoardBowserSuitMotionSetWait(void);
|
|||
void BoardBowserSuitPlayerModelKill(void);
|
||||
void BoardDiceDigit2DShowSet(s32);
|
||||
s32 BoardPlayerMotBlendCheck(s32);
|
||||
void BoardPlayerMoveAwayStartCurr(s32, s32);
|
||||
void BoardBowserSuitMotionSetWalk(void);
|
||||
s16 BoardBowserSuitModelGet(void);
|
||||
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ s32 BoardSpaceStarGetCurr(void);
|
|||
s32 BoardSpaceStarCheck(s32 index);
|
||||
void BoardSpaceLandExec(s32 player, s32 space);
|
||||
void BoardSpaceBlockPosSet(void);
|
||||
void BoardSpaceInit(s32 data_num);
|
||||
|
||||
extern s16 boardSpaceStarTbl[8];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue