This commit is contained in:
Pecusx
2023-10-05 19:44:28 +02:00
parent a5b78161a1
commit e580ee375b
9 changed files with 13 additions and 33 deletions
+5 -6
View File
@@ -2939,7 +2939,6 @@ ItIsMe
ldx TankNr
mva #sfx_shield_off sfx_effect
jsr ClearTankNr
mva #0 Erase
; x correction for P/M
; --
.IF XCORRECTION_FOR_PM = 1
@@ -2949,17 +2948,17 @@ ItIsMe
.ENDIF
; --
GoDown
mwa #mountaintable temp
mvy #0 Erase ; Y=0
; mwa #mountaintable temp
clc
lda temp
lda #<mountaintable
adc XtankstableL,x
sta temp
lda temp+1
lda #>mountaintable
adc XtankstableH,x
sta temp+1
adw temp #4 ; center of the tank
ldy #0
;ldy #0
lda (temp),y
tay
dey ; 1 pixel up!