Routines |
Prev: C67F | Up: Map | Next: C690 |
Used by the routine at Duel_Complete.
|
||||
Lose_Life | C687 | CALL Bang | Calls the subroutine to display the "BANG" animation. | |
C68A | LD HL,($5B86) | Decrease the lives counter by one (Lives), set the zero flag if all lives are lost. | ||
C68D | DEC (HL) | |||
C68E | AND A | |||
C68F | RET | Return. |
Prev: C67F | Up: Map | Next: C690 |