Game Over screen exit

This commit is contained in:
Pecusx
2022-08-03 00:17:11 +02:00
parent 823be97490
commit 3ac678e68b
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -1945,7 +1945,9 @@ DrawOnlyParachute
ldx TankNr
dex
bpl AllTanksFloatingDown
jmp MainTanksFloatingLoop ; neverending loop
lda kbcode
and #%00000100
bne MainTanksFloatingLoop ; neverending loop
jsr GameOverResultsClear
rts
RandomizeTankPos