mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Game Over screen exit
This commit is contained in:
BIN
Binary file not shown.
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user