Tank slide correction

This commit is contained in:
Pecusx
2023-03-02 13:12:46 +01:00
parent 1337c83791
commit 4cf4eb14c7
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1136,7 +1136,7 @@ OneTimeParachute
jmp EndOfFCycle
NoFallingDown
; check direction (left or right)
ldy #7 ; SlideLeftTable length -1 (from 0 to 7)
ldy #SlideLeftTableLen-1 ; SlideLeftTable length -1 (from 0 to 7)
@ lda SlideLeftTable,y
cmp UnderTank1
beq FallingLeft