Pokes
Assorted POKEs for the game

Starting lives;

Address Poke/ Alteration New Code Old Code
51210     LD A, $FF
$6317 $FF (or whatever you want it to be) LD A, $FF ^^

Infinite lives;

Address Poke/ Alteration New Code Old Code
    LD A, $04
$6317 $FF (or whatever you want it to be) LD A, $FF ^^

Fix Kempston joystick "issue" where the port read isn't compatible with all joystick models;

Address Poke/ Alteration New Code Old Code
D395 POKE $D396,$1F LD A, 31 LD A, 12