mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2025-02-27 21:30:11 +00:00
Fixed title screen. Verified all of World 1 renders correctly
This commit is contained in:
parent
aa684ef58c
commit
361e814fd0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user