Better Shooter strategy

Poolshark and Tosser no longer cheat :)
This commit is contained in:
Pecusx
2022-07-11 21:43:07 +02:00
parent e94a356e6d
commit 6868eb8626
4 changed files with 19 additions and 3 deletions
+2
View File
@@ -193,6 +193,7 @@ EnoughEnergy
sta ShieldEnergy,x
; decrease in inventory
clc
lda (temp),y
sbc #1
sta (temp),y ; has address of TanksWeaponsTable
NoUseDefensive
@@ -306,6 +307,7 @@ AngleTable ; 16 bytes ;ba w $348b L$3350
sta ShieldEnergy,x
; decrease in inventory
clc
lda (temp),y
sbc #1
sta (temp),y
DefensiveInUse