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

@ -639,7 +639,7 @@ s32 BoardSpaceWalkExec(s32 player, s32 space)
if(space_ptr->flag & 0x600000) {
s32 mg_param = GWSystem.unk_38;
if(BoardPlayerSizeGet(player) == 1) {
BoardRotateDiceNumbers(player);
BoardPlayerIdleSet(player);
BoardMGCreate(mg_param);
}
return 1;