mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Minor optimizations (9b :) )
This commit is contained in:
@@ -642,7 +642,6 @@ ShootNow
|
||||
beq missed
|
||||
|
||||
lda #0
|
||||
sta FallDown1
|
||||
; sta FallDown2
|
||||
jsr Explosion
|
||||
|
||||
@@ -811,7 +810,6 @@ NoPlayerNoDeath
|
||||
;cleanup of the soil fall down ranges (left and right)
|
||||
sta RangeRight
|
||||
sta RangeRight+1
|
||||
sta FallDown1
|
||||
; sta FallDown2
|
||||
mwa #screenwidth RangeLeft
|
||||
|
||||
@@ -919,7 +917,6 @@ NotNegativeShieldEnergy
|
||||
;---------------------------------
|
||||
.proc Seppuku
|
||||
lda #0
|
||||
sta FallDown1
|
||||
;sta FallDown2
|
||||
sta ydraw+1
|
||||
; get position of the tank
|
||||
|
||||
BIN
Binary file not shown.
@@ -315,7 +315,6 @@ decimalresult .DS 5
|
||||
;ExplosionRadius .DS 2 ;because when adding in xdraw it is double byte
|
||||
;round
|
||||
CurrentRoundNr .DS 1
|
||||
FallDown1 .DS 1
|
||||
;FallDown2 .DS 1
|
||||
;leapfrog
|
||||
LeapFrogAngle .DS 1
|
||||
|
||||
Reference in New Issue
Block a user