mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-12-26 20:30:21 +00:00
Fix offset for filling wrap-around byte in BG1
This commit is contained in:
parent
dfd5549918
commit
976ab3163b
@ -93,7 +93,7 @@ _CopyToBG1
|
||||
cpy :src_width
|
||||
bcc :cloop
|
||||
|
||||
ldy #254
|
||||
ldy #164
|
||||
lda [:srcptr] ; Duplicate the last byte in the extra space at the end of the line
|
||||
sta [:dstptr],y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user