mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
Slight change.
This commit is contained in:
BIN
Binary file not shown.
@@ -1751,6 +1751,8 @@ ActiveDefence
|
|||||||
sta textbuffer+40+13
|
sta textbuffer+40+13
|
||||||
; check shield energy and display it
|
; check shield energy and display it
|
||||||
ldx TankNr
|
ldx TankNr
|
||||||
|
lda ActiveDefenceWeapon,x
|
||||||
|
beq NoDefenceWeapon
|
||||||
lda ShieldEnergy,x
|
lda ShieldEnergy,x
|
||||||
beq NoShieldEnergy
|
beq NoShieldEnergy
|
||||||
sta decimal ; displayed value
|
sta decimal ; displayed value
|
||||||
@@ -1760,6 +1762,7 @@ ActiveDefence
|
|||||||
jsr displaybyte
|
jsr displaybyte
|
||||||
lda #$09 ; )
|
lda #$09 ; )
|
||||||
sta textbuffer+40+13
|
sta textbuffer+40+13
|
||||||
|
NoDefenceWeapon
|
||||||
NoShieldEnergy
|
NoShieldEnergy
|
||||||
|
|
||||||
;=========================
|
;=========================
|
||||||
|
|||||||
Reference in New Issue
Block a user