Matched board/roll
This commit is contained in:
parent
a87aa31c6b
commit
e6614c7eb5
7 changed files with 966 additions and 6 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include "game/board/main.h"
|
||||
#include "game/board/player.h"
|
||||
#include "game/board/space.h"
|
||||
#include "game/board/tutorial.h"
|
||||
#include "game/board/window.h"
|
||||
|
||||
#include "math.h"
|
||||
|
|
@ -25,8 +26,6 @@ static BOOL CheckSwapUse(s32 arg0, s32 arg1);
|
|||
static BOOL CheckBooUse(s32 arg0, s32 arg1);
|
||||
static BOOL CheckLampUse(s32 arg0, s32 arg1);
|
||||
|
||||
extern s8 boardTutorialUseItem;
|
||||
|
||||
static s8 itemUse = -1;
|
||||
|
||||
static s8 comItemWeightTbl[8][12] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue