Label board/ui.c
This commit is contained in:
parent
3094d6a0e6
commit
c36c007150
6 changed files with 111 additions and 105 deletions
|
|
@ -61,12 +61,13 @@ static s32 coinDigitMdl[10] = {
|
|||
MAKE_DATA_NUM(DATADIR_BOARD, 21),
|
||||
};
|
||||
|
||||
void BoardEventLandBlue(s32 player) {
|
||||
void BoardEventLandBlue(s32 player, s16 space) {
|
||||
Vec pos;
|
||||
s32 i;
|
||||
s8 coin_chg;
|
||||
s32 coins;
|
||||
|
||||
|
||||
|
||||
BoardCameraViewSet(2);
|
||||
BoardPlayerAnimBlendSet(player, 0, 15);
|
||||
while (BoardPlayerAnimBlendCheck(player) == 0) {
|
||||
|
|
@ -101,7 +102,7 @@ void BoardEventLandBlue(s32 player) {
|
|||
BoardRotateDiceNumbers(player);
|
||||
}
|
||||
|
||||
void BoardEventLandRed(s32 player) {
|
||||
void BoardEventLandRed(s32 player, s16 space) {
|
||||
Vec pos;
|
||||
s32 i;
|
||||
s8 coin_chg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue