AI tanks display live angle changes.

This commit is contained in:
Pecusx
2022-07-05 13:26:10 +02:00
parent a5add9d9c4
commit 5933b00153
3 changed files with 2 additions and 1 deletions
+2
View File
@@ -1146,6 +1146,8 @@ LimitForce
.proc MoveBarrelToNewPosition .proc MoveBarrelToNewPosition
jsr DrawTankNr jsr DrawTankNr
ldx TankNr ldx TankNr
jsr DisplayStatus
ldx TankNr
lda NewAngle lda NewAngle
cmp AngleTable,x cmp AngleTable,x
beq BarrelPositionIsFine beq BarrelPositionIsFine
BIN
View File
Binary file not shown.
-1
View File
@@ -1791,7 +1791,6 @@ FinishResultDisplay
;--------------------- ;---------------------
;displaying quantity of the given weapon ;displaying quantity of the given weapon
;--------------------- ;---------------------
ldx TankNr
lda ActiveWeapon,x lda ActiveWeapon,x
jsr HowManyBullets jsr HowManyBullets
sta decimal sta decimal