Flashing before tank explodes #84

This commit is contained in:
Pecusx
2022-05-31 10:44:47 +02:00
parent bef3c0f080
commit 17e653b37d
3 changed files with 33 additions and 6 deletions
+6 -1
View File
@@ -605,8 +605,13 @@ NoPlayerNoDeath
ldy TankTempY
mva #1 plot4x4color
jsr DisplayOffensiveTextNr
; tank flash
ldy TankTempY
mva TankNr temp2 ; not elegant, and probably unnecessary
sty TankNr
jsr FlashTank ; blinkink and pausing (like PAUSE 72 - 18x(2+2) )
mva temp2 TankNr
PAUSE 75
;Deffensive text cleanup
;here we clear Deffensive text (after a shoot)
ldy TankTempY