Routines |
Prev: 50815 | Up: Map | Next: 50832 |
Used by the routine at Duel_Complete.
|
||||
Lose_Life | 50823 | CALL Bang | Calls the subroutine to display the "BANG" animation. | |
50826 | LD HL,(23430) | Decrease the lives counter by one (Lives), set the zero flag if all lives are lost. | ||
50829 | DEC (HL) | |||
50830 | AND A | |||
50831 | RET | Return. |
Prev: 50815 | Up: Map | Next: 50832 |