mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
4 bytes :)
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+4
-5
@@ -15,10 +15,10 @@
|
|||||||
.endp
|
.endp
|
||||||
.proc ExplosionDirect
|
.proc ExplosionDirect
|
||||||
asl
|
asl
|
||||||
tax
|
tay
|
||||||
lda ExplosionRoutines+1,x
|
lda ExplosionRoutines+1,y
|
||||||
pha
|
pha
|
||||||
lda ExplosionRoutines,x
|
lda ExplosionRoutines,y
|
||||||
pha
|
pha
|
||||||
rts
|
rts
|
||||||
ExplosionRoutines
|
ExplosionRoutines
|
||||||
@@ -681,7 +681,7 @@ ToHighFill
|
|||||||
; in xdraw and ydraw we have hit point coordinates
|
; in xdraw and ydraw we have hit point coordinates
|
||||||
; from Shoot/Flight procedures (invisible flight)
|
; from Shoot/Flight procedures (invisible flight)
|
||||||
; ------------------------
|
; ------------------------
|
||||||
ldx TankNr
|
; ldx TankNr
|
||||||
lda AngleTable,x
|
lda AngleTable,x
|
||||||
tay
|
tay
|
||||||
|
|
||||||
@@ -1056,7 +1056,6 @@ EndOfTheDirt
|
|||||||
.proc punch ;
|
.proc punch ;
|
||||||
; --------------------------------------------------
|
; --------------------------------------------------
|
||||||
;
|
;
|
||||||
ldx TankNr
|
|
||||||
|
|
||||||
; calculate radius from Force
|
; calculate radius from Force
|
||||||
/* lda ForceTableL,x
|
/* lda ForceTableL,x
|
||||||
|
|||||||
Reference in New Issue
Block a user