MagDeflector disappears properly

This commit is contained in:
Pecusx
2022-07-31 21:29:03 +02:00
parent edbfddf090
commit 025afbce91
3 changed files with 19 additions and 8 deletions
+1 -2
View File
@@ -736,7 +736,6 @@ NotShooter
lda Energy,x
cmp EnergyDecrease
bcc ldahashzero
beq ldahashzero
;sec
sbc EnergyDecrease
bpl NotNegativeEnergy
@@ -942,7 +941,7 @@ SetunPlots
;let the tanks be visible!
ldx #(maxPlayers-1)
lda #1 ; tank is visible
lda #99 ; tank is visible
MakeTanksVisible
sta eXistenZ,x
dex