Fix offset for filling wrap-around byte in BG1

This commit is contained in:
Lucas Scharenbroich 2021-11-15 12:32:38 -06:00
parent dfd5549918
commit 976ab3163b

View File

@ -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