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
+1 -1
View File
@@ -89,7 +89,7 @@
dta d"BIF!"^
dta d"BAM!"^
dta d"ZONK!"^
dta d"I SHOULD'VE LISTENED TO MY MOTHER."^
dta d"I SHOULD'VE LISTENED TO MY MOM."^
dta d"I WALK THROUGH THE VALLEY OF THE SHADOW..."^
dta d"WHAT WAS THAT NOISE?"^
dta d"MAMA SAID THERE'D BE DAYS LIKE THIS."^
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+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