mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
New weapon - Auto Defense! And AI bugfixes
This commit is contained in:
+11
-1
@@ -2418,7 +2418,17 @@ InverseScreenByte
|
||||
sta (temp),y
|
||||
rts
|
||||
.endp
|
||||
|
||||
; -------------------------------------------------
|
||||
.proc AutoDefense
|
||||
; -------------------------------------------------
|
||||
; This routine is run from inside of the main loop
|
||||
; X - index of tank
|
||||
; -------------------------------------------------
|
||||
jsr PrepareAIShoot.WepTableToTemp
|
||||
jsr UseBattery
|
||||
jsr TosserDefensives
|
||||
rts
|
||||
.endp
|
||||
; -------------------------------------------------
|
||||
.proc TankFlying
|
||||
; -------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user