Prev: 923C Up: Map Next: 923E
923D: Current active player ($01=PLAYER_1, $02=PLAYER_2).
Determines which player's state to use for: score (state_score_player_1_low vs state_score_player_2_low), lives (state_lives_player_1 vs state_lives_player_2), bridge progress (state_bridge_player_1 vs state_bridge_player_2). Players alternate turns in two-player mode, switching when one dies if the other has lives. Colors: P1=yellow ($06), P2=cyan ($05).
state_player 923D DEFB $00
Prev: 923C Up: Map Next: 923E