Tank name sometimes disappears in Lazy Darwin fixed

This commit is contained in:
Pecusx
2023-06-29 15:31:49 +02:00
parent d60bcac5a0
commit be54f94bf4
4 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -1633,10 +1633,13 @@ ShotUnderGround
mwa xtraj+1 xdraw ; but why not XHit and YHit !!!???
mwa ytraj+1 ydraw
mva #$ff HitFlag
;here we clear offensive text (after a shoot)
;here we clear offensive text (after a shoot) - clear only if no test flight (Lazy Darvin)
ClearOffensiveText
bit TestFlightFlag
bmi @+
ldy TankNr
jmp DisplayOffensiveTextNr
@
; rts
.endp
@@ -2453,7 +2456,6 @@ MIRValreadyAll
mwa ycircle ydraw
; we must do it manually because of the VOID pointer
;first clean the offensive text...
ldy TankNr
jsr DisplayOffensiveTextNr