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
|
|
@ -320,7 +320,7 @@ static void ExecBattle(void) {
|
|||
}
|
||||
StopBattleBomb();
|
||||
for (var_r31 = 0; var_r31 < 4; var_r31++) {
|
||||
BoardRotateDiceNumbers(var_r31);
|
||||
BoardPlayerIdleSet(var_r31);
|
||||
BoardPlayerVoiceEnableSet(var_r31, 6, 1);
|
||||
}
|
||||
BoardAudSeqPause(0, 0, 1000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue