New weapon! - "Lazy Boy"

This commit is contained in:
Pecusx
2022-11-08 18:45:06 +01:00
parent 4bd58b40fd
commit b3b8633574
9 changed files with 51 additions and 20 deletions
+4 -4
View File
@@ -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)