This commit is contained in:
Pecusx
2023-10-27 13:54:40 +02:00
parent 0420ec20c6
commit c8e8573104
2 changed files with 2 additions and 4 deletions
+2 -4
View File
@@ -1039,10 +1039,9 @@ LimitForce
;---------------------------------------------- ;----------------------------------------------
mva #1 Erase mva #1 Erase
jsr DrawTankNr.BarrelChange jsr DrawTankNr.BarrelChange
mva #0 Erase
MoveBarrel MoveBarrel
mva #sfx_set_power_2 sfx_effect mva #sfx_set_power_2 sfx_effect
jsr DrawTankNr jsr PutTankNr ; and Erase = 0
jsr DisplayStatus.displayAngle jsr DisplayStatus.displayAngle
; ;
jsr CheckExitKeys jsr CheckExitKeys
@@ -1055,7 +1054,6 @@ MoveBarrel
jsr WaitOneFrame jsr WaitOneFrame
AIaim AIaim
jsr DrawTankNr.BarrelChange jsr DrawTankNr.BarrelChange
mva #0 Erase
lda NewAngle lda NewAngle
cmp AngleTable,x cmp AngleTable,x
beq BarrelPositionIsFine beq BarrelPositionIsFine
@@ -1067,7 +1065,7 @@ rotateLeft ; older is bigger
dec angleTable,x dec angleTable,x
jmp MoveBarrel jmp MoveBarrel
BarrelPositionIsFine BarrelPositionIsFine
jmp DrawTankNr jmp PutTankNr ; and Erase = 0
; rts ; rts
.endp .endp
BIN
View File
Binary file not shown.