RoboTank indicator on status line

This commit is contained in:
Pecusx
2023-05-02 17:56:22 +02:00
parent b83e4f7169
commit 74df612e67
5 changed files with 31 additions and 29 deletions
+2 -2
View File
@@ -1082,8 +1082,8 @@ ContinueToCheckMaxForce2
sta ForceTableL,x
@
mva #0 Erase
jsr DisplayStatus ;all digital values like force, angle, wind, etc.
jsr PutTankNameOnScreen
; jsr DisplayStatus ; There is no need anymore, it is always after PutTankNameOnScreen
jsr DrawTankNr
@@ -2534,7 +2534,7 @@ SpyHardEnd
lda TankStatusColoursTable,x
sta COLOR2 ; set color of status line
jsr PutTankNameOnScreen
jsr DisplayStatus
; jsr DisplayStatus ; There is no need anymore, it is always after PutTankNameOnScreen
rts
.endp
; -------------------------------------------------