Fixed title screen. Verified all of World 1 renders correctly

This commit is contained in:
Lucas Scharenbroich 2023-05-24 14:44:15 -05:00
parent aa684ef58c
commit 361e814fd0

View File

@ -1676,8 +1676,8 @@ DrawTitleScreen
sta $01 ;the indirect at $00
ldy #$00
sty $00
lda PPU_DATA ;do one garbage read
OutputTScr lda PPU_DATA ;get title screen from chr-rom
jsr PPU_DATA_R ;do one garbage read
OutputTScr jsr PPU_DATA_R ;get title screen from chr-rom
sta ($00),y ;store 256 bytes into buffer
iny
bne ChkHiByte ;if not past 256 bytes, do not increment