mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-21 20:30:50 +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
|
||||
|
||||
txa
|
||||
clc
|
||||
adc ScreenY0 ; Adjust for the origin
|
||||
cmp #201
|
||||
bcc *+4
|
||||
brk $A7
|
||||
asl
|
||||
tax
|
||||
lda RTable,x ; This is the right visible byte, so add one to get the
|
||||
|
Loading…
Reference in New Issue
Block a user