Hovercraft is hovering too high bug - fixed!

This commit is contained in:
Pecusx
2022-11-05 23:26:33 +01:00
parent 1eae4054ed
commit ef4612f3a4
3 changed files with 2 additions and 13 deletions
+2 -13
View File
@@ -1590,19 +1590,8 @@ nextPointChecking
lda (modify),y
tax
NotHigher
; inw modify
; cpw modify #(mountaintable+screenwidth)
; --
; better code (with Y reg)
iny
bne @+
inc modify+1
@
lda modify+1
cmp #>(mountaintable+screenwidth)
bne @+
cpy #<screenwidth
@
inw modify
cpw modify #(mountaintable+screenwidth)
bne nextPointChecking
txa
rts
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.