mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
Tank name sometimes disappears in Lazy Darwin fixed
This commit is contained in:
+1
-1
@@ -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
Binary file not shown.
BIN
Binary file not shown.
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user