Funky Bomb fix after Smoke Tracer fix :)

This commit is contained in:
Pecusx
2022-08-16 13:31:59 +02:00
parent 84c4e0dcdd
commit 1e3cfcf5a1
2 changed files with 6 additions and 6 deletions
BIN
View File
Binary file not shown.
+6 -6
View File
@@ -194,7 +194,7 @@ EndOfLeapping
mva #0 Erase
pla
sta TankNr
mva #1 color
mva #5 FunkyBombCounter
FunkyBombLoop
mva #1 tracerflag
@@ -1792,11 +1792,11 @@ NoWind
bit TestFlightFlag
bmi nowait
; lda tracerflag
; bne nowait
; lda color
; beq nowait
lda color
beq nonowait
lda tracerflag
bne nowait
nonowait
jsr shellDelay
nowait