mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
"Debug" for Laser
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+7
-2
@@ -1458,8 +1458,10 @@ AfterOffensiveText
|
||||
cmp #ind_Laser__________ ; laser
|
||||
bne NotStrongShoot
|
||||
; Laser: (not)very strong - invisible - shot for laser beam end coordinates
|
||||
bit Vdebug
|
||||
bmi @+
|
||||
mva #0 color
|
||||
lda #1
|
||||
@ lda #1
|
||||
sta Force
|
||||
sta Force+1
|
||||
mva #$ff LaserFlag ; $ff - Laser
|
||||
@@ -1755,7 +1757,10 @@ LaserNoWalls
|
||||
bit TestFlightFlag
|
||||
bmi nowait
|
||||
bit LaserFlag ; faster laser prepare
|
||||
bmi nowait
|
||||
bpl nolaserwait
|
||||
bit Vdebug
|
||||
bpl nowait
|
||||
nolaserwait
|
||||
lda color
|
||||
beq nonowait ; smoke tracer erases slowly
|
||||
lda tracerflag
|
||||
|
||||
Reference in New Issue
Block a user