Better Poolshark's and Tosser's atack tactics.

This commit is contained in:
Pecusx
2023-08-16 22:48:20 +02:00
parent 700deba8c6
commit 0fcb05d657
3 changed files with 5 additions and 3 deletions
+5 -3
View File
@@ -190,7 +190,9 @@ EnemyOnLeft
sta AngleTablePointer sta AngleTablePointer
AngleIsSet AngleIsSet
randomize 0 8 ;randomize 0 8
lda RANDOM
and #%00000111
ldy AngleTablePointer ldy AngleTablePointer
clc clc
adc AngleTable,y adc AngleTable,y
@@ -210,8 +212,8 @@ endo
;---------------------------------------------- ;----------------------------------------------
AngleTable ; 16 bytes ;ba w $348b L$3350 AngleTable ; 16 bytes ;ba w $348b L$3350
.by 106,114,122,130,138,146,154,162 .by 91,99,107,115,123,131,139,147
.by 18,26,34,43,50,58,66,74 .by 25,33,41,49,57,65,73,81
.endp .endp
;---------------------------------------------- ;----------------------------------------------
.proc CyborgBattery .proc CyborgBattery
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.