mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Funky Bomb fix after Smoke Tracer fix :)
This commit is contained in:
BIN
Binary file not shown.
+6
-6
@@ -194,7 +194,7 @@ EndOfLeapping
|
|||||||
mva #0 Erase
|
mva #0 Erase
|
||||||
pla
|
pla
|
||||||
sta TankNr
|
sta TankNr
|
||||||
|
mva #1 color
|
||||||
mva #5 FunkyBombCounter
|
mva #5 FunkyBombCounter
|
||||||
FunkyBombLoop
|
FunkyBombLoop
|
||||||
mva #1 tracerflag
|
mva #1 tracerflag
|
||||||
@@ -1792,11 +1792,11 @@ NoWind
|
|||||||
|
|
||||||
bit TestFlightFlag
|
bit TestFlightFlag
|
||||||
bmi nowait
|
bmi nowait
|
||||||
; lda tracerflag
|
lda color
|
||||||
; bne nowait
|
beq nonowait
|
||||||
; lda color
|
lda tracerflag
|
||||||
; beq nowait
|
bne nowait
|
||||||
|
nonowait
|
||||||
jsr shellDelay
|
jsr shellDelay
|
||||||
|
|
||||||
nowait
|
nowait
|
||||||
|
|||||||
Reference in New Issue
Block a user