mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-02-16 10:32:20 +00:00
Fix accidental double-addition of the screen origin
This commit is contained in:
parent
a70412211c
commit
029ab62f0c
@ -38,11 +38,6 @@ _PEISlam
|
|||||||
tay ; get the number of lines in the y register
|
tay ; get the number of lines in the y register
|
||||||
|
|
||||||
txa
|
txa
|
||||||
clc
|
|
||||||
adc ScreenY0 ; Adjust for the origin
|
|
||||||
cmp #201
|
|
||||||
bcc *+4
|
|
||||||
brk $A7
|
|
||||||
asl
|
asl
|
||||||
tax
|
tax
|
||||||
lda RTable,x ; This is the right visible byte, so add one to get the
|
lda RTable,x ; This is the right visible byte, so add one to get the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user