Nearly match board/player.c

All but DoSparkSpace matched. BoardRotateDiceNumbers renamed to BoardPlayerIdleSet
This commit is contained in:
gamemasterplc 2024-03-09 21:21:12 -06:00
parent 9e2f43befe
commit 4334e6e361
16 changed files with 389 additions and 57 deletions

View file

@ -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);