mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 14:49:46 +02:00
seppuku fix
This commit is contained in:
+2
-4
@@ -13,7 +13,7 @@
|
||||
ldx TankNr
|
||||
lda ActiveWeapon,x
|
||||
.endp
|
||||
ExplosionDirect .proc
|
||||
.proc ExplosionDirect
|
||||
asl
|
||||
tax
|
||||
lda ExplosionRoutines+1,x
|
||||
@@ -657,9 +657,7 @@ DistanceCheckLoop
|
||||
;multiply difference by 8
|
||||
clc
|
||||
adc #1
|
||||
asl
|
||||
asl
|
||||
asl
|
||||
:3 asl
|
||||
tay
|
||||
jsr DecreaseEnergyX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user