mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Meteors during flight of bullets.
This commit is contained in:
@@ -400,8 +400,10 @@ ManualShooting
|
|||||||
spl:rts ; keys Esc or O
|
spl:rts ; keys Esc or O
|
||||||
|
|
||||||
AfterManualShooting
|
AfterManualShooting
|
||||||
mva #$ff MeteorsFlag
|
ldy #$00
|
||||||
mva #$00 plot4x4color
|
sty plot4x4color
|
||||||
|
dex
|
||||||
|
sty MeteorsFlag ; $ff
|
||||||
jsr DisplayTankNameAbove
|
jsr DisplayTankNameAbove
|
||||||
; defensive weapons without flight handling
|
; defensive weapons without flight handling
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
@@ -444,7 +446,12 @@ ShootNow
|
|||||||
cmp #ind_Punch ; Punch
|
cmp #ind_Punch ; Punch
|
||||||
beq WeponNoFlight ; but with explosion
|
beq WeponNoFlight ; but with explosion
|
||||||
|
|
||||||
|
bit MeteorsRound
|
||||||
|
bmi @+
|
||||||
|
mva #0 MeteorsFlag
|
||||||
|
@
|
||||||
jsr Shoot ; bullet flight
|
jsr Shoot ; bullet flight
|
||||||
|
mva #$ff MeteorsFlag
|
||||||
|
|
||||||
bit escFlag
|
bit escFlag
|
||||||
spl:rts ; keys Esc or O
|
spl:rts ; keys Esc or O
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user