PAUSE ellimintation

This commit is contained in:
2022-08-06 16:16:47 -04:00
parent 2cda0bfb12
commit 56ed83fbac
3 changed files with 20 additions and 5 deletions
+6 -2
View File
@@ -791,11 +791,15 @@ tankflash_loop
mva #1 Erase
ldx TankNr
jsr DrawTankNr.SkipHidingPM ; it's necessary becouse DrawTankNr skips tanks with no energy !
PAUSE 2
;PAUSE 2
ldy #1
jsr PauseYFrames
mva #0 Erase
ldx TankNr
jsr DrawTankNr.SkipHidingPM
PAUSE 2
;PAUSE 2
ldy #1
jsr PauseYFrames
dec fs
jne tankflash_loop
rts