mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
More optimizarions
This commit is contained in:
@@ -1631,6 +1631,14 @@ LimitForce
|
||||
|
||||
.endp
|
||||
;----------------------------------------------
|
||||
.proc Table2Force
|
||||
lda ForceTableL,x
|
||||
sta Force
|
||||
lda ForceTableH,x
|
||||
sta Force+1
|
||||
rts
|
||||
.endp
|
||||
;----------------------------------------------
|
||||
.proc MoveBarrelToNewPosition
|
||||
mva #1 Erase
|
||||
jsr DrawTankNr.BarrelChange
|
||||
|
||||
Reference in New Issue
Block a user