Matched board/boo
This commit is contained in:
parent
62577a5822
commit
3e728b0fda
7 changed files with 1514 additions and 8 deletions
18
include/game/board/boo.h
Executable file
18
include/game/board/boo.h
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#ifndef _BOARD_BOO_H
|
||||
#define _BOARD_BOO_H
|
||||
|
||||
#include "dolphin.h"
|
||||
#include "game/object.h"
|
||||
|
||||
s16 BoardBooCreate(s32 arg0, Vec *arg1);
|
||||
void BoardBooKill(void);
|
||||
s32 BoardBooStealTypeSet(s32 arg0);
|
||||
s32 BoardBooStealMain(void);
|
||||
BOOL CheckBallCoinDone(void);
|
||||
void TakeBallStar(void);
|
||||
void ExecTakeBallStar(omObjData *arg0);
|
||||
BOOL CheckTakeBallStarDone(void);
|
||||
s32 BoardBooStealValueGet(s16 *arg0, s16 *arg1);
|
||||
BOOL BoardBooStealLightCheck(void);
|
||||
|
||||
#endif
|
||||
|
|
@ -12,6 +12,7 @@ void BoardWinKillAll(void);
|
|||
void BoardWinDestroy(void);
|
||||
void BoardWinProc(void);
|
||||
int BoardWinChoiceGet(void);
|
||||
void BoardWinPause(void);
|
||||
void BoardWinCreateChoice(s32 pos, u32 mess, s32 portrait, s32 choice);
|
||||
void BoardWinCreate(s32 pos, u32 mess, s32 portrait);
|
||||
void BoardWinInsertMesSet(u32 value, s32 index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue