| Prev: 6568 | Up: Map | Next: 6577 |
656F: Check if Player 2 has lives remaining when Player 1 is out
|
This routine is called when Player 1 has no lives left. In two-player mode, it checks if Player 2 has lives and switches to Player 2 if so, otherwise triggers game over.
|
||||
| check_player_2_lives | 656F | LD A,($923A) | If two-player mode, switch to Player 2. | |
| 6572 | BIT 0,A | |||
| 6574 | JP NZ,switch_to_player_2 | |||
| Prev: 6568 | Up: Map | Next: 6577 |