elaborate fix of a simple issue... #92

This commit is contained in:
2022-06-18 20:17:16 -04:00
parent ffa748fb68
commit 98e866abdd
6 changed files with 23 additions and 43 deletions
+7 -3
View File
@@ -427,6 +427,10 @@ AfterManualShooting
ShootNow
jsr Shoot
;here we clear offensive text (after a shoot)
ldy TankNr
mva #0 plot4x4color
jsr DisplayOffensiveTextNr
lda HitFlag ;0 if missed
beq missed
@@ -438,9 +442,9 @@ ShootNow
continueMainRoundLoopAfterSeppuku
;here we clear offensive text (after a shoot)
ldy TankNr
mva #0 plot4x4color
jsr DisplayOffensiveTextNr
;ldy TankNr
;mva #0 plot4x4color
;jsr DisplayOffensiveTextNr
AfterExplode