Napalm and Diggers optimizations (TypeChar)

This commit is contained in:
Pecusx
2023-06-16 17:47:10 +02:00
parent 7621f70656
commit 86d26fe2a1
11 changed files with 33 additions and 40 deletions
+3 -3
View File
@@ -660,7 +660,7 @@ DrawTankNrX
ldx tanknr
jsr SetupXYdraw
jsr TypeChar
jsr TypeChar.Fast
lda Erase
jne noTankNoPM
; now P/M graphics on the screen (only for 5 tanks)
@@ -787,7 +787,7 @@ DrawTankFlag
sec
sbc #8
sta ydraw
jsr TypeChar
jsr TypeChar.Fast
NoShieldDraw
BarrelChange
ldy #$01
@@ -925,7 +925,7 @@ tankflash_loop
sbc #8
sta ydraw
jsr SetupXYdraw.X
jsr TypeChar
jsr TypeChar.Fast
ToHighToParachute
ldx TankNr
rts