Label board/ui.c
This commit is contained in:
parent
3094d6a0e6
commit
c36c007150
6 changed files with 111 additions and 105 deletions
|
|
@ -56,10 +56,10 @@ void BoardSpacePosGet(s32, s32, Vec*);
|
|||
void fn_8007A360(s32);
|
||||
void fn_8007F894(void);
|
||||
s16 fn_80083F84(void);
|
||||
void fn_800884F4(s32);
|
||||
void BoardStatusShowSetAll(s32);
|
||||
void fn_800A4C88(void);
|
||||
void fn_800A6B10(void);
|
||||
void fn_8008853C(s32);
|
||||
void BoardStatusItemSet(s32);
|
||||
void BoardTutorialItemSet(s32);
|
||||
void fn_80082AAC(s32);
|
||||
void BoardTutorialDirInputSet(s32, s32, s32);
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
extern Process *boardObjMan;
|
||||
|
||||
|
||||
void BoardEventLandBlue(s32);
|
||||
void BoardEventLandRed(s32);
|
||||
void BoardEventLandBlue(s32, s16);
|
||||
void BoardEventLandRed(s32, s16);
|
||||
s8 BoardCoinChgCreate(Vec*, s8);
|
||||
s32 BoardCoinChgExist(s32);
|
||||
void BoardCoinChgHide(s32);
|
||||
Loading…
Add table
Add a link
Reference in a new issue