mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Auto Defence added
Only for test. Now all players has active Auto Defence with energy (99) before game.
This commit is contained in:
@@ -699,12 +699,19 @@ NoPlayerMissile
|
||||
cmp #57 ; shield with energy and parachute activation
|
||||
beq ShieldDraw
|
||||
cmp #58 ; shield with energy activation
|
||||
beq ShieldDraw
|
||||
cmp #60 ; Auto Defence
|
||||
beq DrawTankShieldWihHorns
|
||||
bne NoShieldDraw
|
||||
ShieldDraw
|
||||
jsr DrawTankShield.DrawInPosition
|
||||
NoShieldDraw
|
||||
DoNotDrawTankNr
|
||||
rts
|
||||
DrawTankShieldWihHorns
|
||||
jsr DrawTankShield.DrawInPosition
|
||||
jsr DrawTankShieldHorns
|
||||
rts
|
||||
.endp
|
||||
|
||||
; -------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user