Nearly match board/player.c
All but DoSparkSpace matched. BoardRotateDiceNumbers renamed to BoardPlayerIdleSet
This commit is contained in:
parent
9e2f43befe
commit
4334e6e361
16 changed files with 389 additions and 57 deletions
|
|
@ -1152,7 +1152,7 @@ static void FinishItemUse(s16 arg0, s32 arg1) {
|
|||
case 10:
|
||||
HuPrcSleep(2);
|
||||
BoardBowserSuitMotionCreate();
|
||||
BoardRotateDiceNumbers(itemPlayer);
|
||||
BoardPlayerIdleSet(itemPlayer);
|
||||
BoardModelLayerSet(BoardBowserSuitModelGet(), 0);
|
||||
BoardModelLayerSet(BoardBowserSuitPlayerModelGet(), 0);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue