diff --git a/grafproc.asm b/grafproc.asm index 2899385..55769d1 100644 --- a/grafproc.asm +++ b/grafproc.asm @@ -690,6 +690,7 @@ ZeroesToGo sta (xbyte),y dey bne ClearPM +NoPlayerMissile ; draw defensive weapons like shield ( tank number in X ) ; in xdraw, ydraw we have coordinates left LOWER corner of Tank char lda ActiveDefenceWeapon,x @@ -697,7 +698,6 @@ ZeroesToGo bne NoShieldDraw jsr DrawTankShield NoShieldDraw -NoPlayerMissile DoNotDrawTankNr rts .endp @@ -737,7 +737,7 @@ tankflash_loop dec color ShieldVisible sbw xdraw #$03 ; 3 pixels to left - ; draw left vertical line of scheld ( | ) + ; draw left vertical line of shield ( | ) mva #6 temp ; strange !!! @ jsr plot diff --git a/scorch.xex b/scorch.xex index ec71088..59e29f7 100644 Binary files a/scorch.xex and b/scorch.xex differ