Skip to content

Commit 3474ab2

Browse files
committed
switch to bank 0 for legal screen
1 parent 20bd9c7 commit 3474ab2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/gamemode/waitscreen.asm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ waitScreenLoad:
1212
lda #$02
1313
jsr changeCHRBank1
1414
.elseif INES_MAPPER = 3
15+
CNROM_CHR_LEGAL:
16+
lda #0
17+
sta CNROM_CHR_LEGAL+1
1518
lda #%10000000
1619
sta PPUCTRL
1720
sta currentPpuCtrl

0 commit comments

Comments
 (0)