mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 14:49:40 +02:00
MagDeflector is working properly
And an attempt to repair the blue zombie tank.
This commit is contained in:
+1
-2
@@ -441,8 +441,6 @@ RoboTanks
|
||||
seq:rts
|
||||
@
|
||||
|
||||
; let's move the tank's barrel so it points the right
|
||||
; direction
|
||||
jmp AfterManualShooting
|
||||
|
||||
ManualShooting
|
||||
@@ -738,6 +736,7 @@ NotShooter
|
||||
lda Energy,x
|
||||
cmp EnergyDecrease
|
||||
bcc ldahashzero
|
||||
beq ldahashzero
|
||||
;sec
|
||||
sbc EnergyDecrease
|
||||
bpl NotNegativeEnergy
|
||||
|
||||
Reference in New Issue
Block a user