mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
New weapon! - "Lazy Boy"
This commit is contained in:
@@ -22,9 +22,11 @@
|
||||
pha
|
||||
lda AIRoutines,y
|
||||
pha
|
||||
|
||||
jsr PrepareAIShoot
|
||||
rts
|
||||
.endp
|
||||
;----------------------------------------------
|
||||
;.proc MakeLowResDistances
|
||||
.proc PrepareAIShoot
|
||||
; create low precision table of positions
|
||||
; by dividing positions by 4
|
||||
ldy #MaxPlayers-1
|
||||
@@ -39,8 +41,6 @@ loop
|
||||
sta LowResDistances,y
|
||||
dey
|
||||
bpl loop
|
||||
; rts
|
||||
;.endp
|
||||
|
||||
; common values used in AI routines
|
||||
; address of weapons table (for future use)
|
||||
|
||||
Reference in New Issue
Block a user