mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Better Shooter strategy
Poolshark and Tosser no longer cheat :)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user