Pokes |
POKE F3B1,18
D47C | LD HL,D827 | Decrease *Lives by one. | D47F | DEC (HL) | D480 | JP Z,D4D6 | Jump to D4D6 if the player is out of lives. |
LD HL,0263 |
POKE D47F,B6
D47C | LD HL,D827 | Decrease *Lives by one. | D47F | DEC (HL) | D480 | JP Z,D4D6 | Jump to D4D6 if the player is out of lives. |
D47F | OR (HL) |