No X-tank position correction (PM graphics).

This commit is contained in:
Pecusx
2023-02-02 18:29:34 +01:00
parent a64d01067d
commit c1ee40fa59
6 changed files with 28 additions and 6 deletions
+6 -1
View File
@@ -1944,7 +1944,12 @@ RandomizeTankPos
randomize 0 180
sta AngleTable,x
randomize 0 (49-8)
and #%11111110 ; correction for PMG
; x correction for P/M
; --
.IF XCORRECTION_FOR_PM = 1
and #%11111110
.ENDIF
; --
clc
adc XtankOffsetGO_L,x
sta XtankstableL,x