Optimizations - full colortable for PAL mode

This commit is contained in:
Pecusx
2023-01-31 20:22:47 +01:00
parent 98565d490f
commit f703316128
5 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -2464,6 +2464,7 @@ InverseScreenByte
mvx TankNr TargetTankNr ; save
RepeatSpy
mvx #0 TankNr
stx SpyHardFlag ; 0 - optimization
CheckNextTankSH
cpx TargetTankNr
beq ThisTankItsMe
@@ -2494,7 +2495,6 @@ SelectNextTank
SpyHardEnd
mvx TargetTankNr TankNr ; restore
jsr DisplaySpyInfo
mva #0 SpyHardFlag
rts
.endp
.proc DisplaySpyInfo