Start on board/main.c
This commit is contained in:
parent
eea75a7068
commit
8c951b693c
16 changed files with 679 additions and 48 deletions
|
|
@ -45,7 +45,7 @@ void fn_8004D6F4(s16 arg);
|
|||
|
||||
s32 rand8(void);
|
||||
|
||||
void BoardCameraTargetSetModel(s16 model);
|
||||
void BoardCameraTargetModelSet(s16 model);
|
||||
void BoardCameraStartMotion2(s16, Vec*, s32, f32, f32, s32);
|
||||
void BoardCameraMotionWait(void);
|
||||
void BoardSpacePosGet(s32, s32, Vec*);
|
||||
|
|
@ -65,7 +65,6 @@ f32 BoardModelRotYGet(s32);
|
|||
void BoardModelLayerSet(s16, s32);
|
||||
void BoardTutorialHostSet(s16);
|
||||
s32 BoardModelIDGet(s16);
|
||||
void BoardCommonInit(void*, void*);
|
||||
void BoardModelScaleSetV(s32, Vec*);
|
||||
void BoardLightHookSet(void*, void*);
|
||||
s16 BoardModelCreate(s32, void*, s32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue