Auto Defence added

Only for test.
Now all players has active Auto Defence with energy (99) before game.
This commit is contained in:
Pecusx
2022-06-10 11:13:20 +02:00
parent 836c67afcf
commit 6a6689b9b7
4 changed files with 46 additions and 2 deletions
+7
View File
@@ -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
; -------------------------------------