4 bytes :)

This commit is contained in:
Pecusx
2023-06-02 14:06:05 +02:00
parent abb4bda381
commit 2a69608aff
3 changed files with 4 additions and 5 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+4 -5
View File
@@ -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