mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Small optimisation
This commit is contained in:
+1
-1
@@ -403,6 +403,7 @@ DoNotFinishTheRound
|
||||
|
||||
RoboTanks
|
||||
; robotanks shoot here
|
||||
; TankNr still in X
|
||||
jsr ArtificialIntelligence
|
||||
jsr PutTankNameOnScreen
|
||||
jsr DisplayStatus
|
||||
@@ -1146,7 +1147,6 @@ LimitForce
|
||||
;----------------------------------------------
|
||||
.proc MoveBarrelToNewPosition
|
||||
jsr DrawTankNr
|
||||
ldx TankNr
|
||||
jsr DisplayStatus.displayAngle
|
||||
ldx TankNr
|
||||
lda NewAngle
|
||||
|
||||
Reference in New Issue
Block a user