Prev: 70a4 Up: Map Next: 70b2
70ac: Gets the remaining lives for player 1.
Used for displaying the player lives in the status bar.
Output
A Is the number of lives remaining
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