mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-22 11:34:14 +00:00
Adjust x-coordinate sprite cutoff
This commit is contained in:
parent
f8cd5c5a6c
commit
5e157072fa
@ -619,7 +619,7 @@ scanOAMSprites
|
||||
beq :skip
|
||||
|
||||
lda PPU_OAM+3,x ; If X-coordinate is off the edge skip it, too.
|
||||
cmp #241
|
||||
cmp #255-8
|
||||
bcs :skip
|
||||
|
||||
rep #$20
|
||||
|
Loading…
Reference in New Issue
Block a user