Game Over animation fix

This commit is contained in:
Pecusx
2022-07-27 14:00:34 +02:00
parent 9b42e79b61
commit 02ff63d524
2 changed files with 4 additions and 0 deletions
BIN
View File
Binary file not shown.
+4
View File
@@ -1850,9 +1850,13 @@ MainTanksFloatingLoop
ldx #(MaxPlayers-1) ;maxNumberOfPlayers-1
AllTanksFloatingDown
stx TankNr
lda Ytankstable,x
cmp #72 ; tank under screen - no erase
bcs NoEraseTank
mva #1 Erase
jsr DrawTankNr
mva #0 Erase
NoEraseTank
ldx TankNr
inc Ytankstable,x
lda Ytankstable,x