jetpac | Routines |
Prev: 70a4 | Up: Map | Next: 70b2 |
Used for displaying the player lives in the status bar.
|
||||||||
70ac | ld a,($5dd1) | Current player number | ||||||
70af | and a | |||||||
70b0 | jr nz,$70b6 | If not current player, use inactive player |
Prev: 70a4 | Up: Map | Next: 70b2 |