Game Over screen exit
This commit is contained in:
BIN
Binary file not shown.
+3
-1
@@ -1945,7 +1945,9 @@ DrawOnlyParachute
|
|||||||
ldx TankNr
|
ldx TankNr
|
||||||
dex
|
dex
|
||||||
bpl AllTanksFloatingDown
|
bpl AllTanksFloatingDown
|
||||||
jmp MainTanksFloatingLoop ; neverending loop
|
lda kbcode
|
||||||
|
and #%00000100
|
||||||
|
bne MainTanksFloatingLoop ; neverending loop
|
||||||
jsr GameOverResultsClear
|
jsr GameOverResultsClear
|
||||||
rts
|
rts
|
||||||
RandomizeTankPos
|
RandomizeTankPos
|
||||||
|
|||||||
Reference in New Issue
Block a user