Skip to content

Commit 4607e67

Browse files
committed
fix: correct number in accumulator for speedtest
1 parent 2fa52ce commit 4607e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamemode/speedtest.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ gameMode_speedTest:
2121
sta PPUADDR
2222
lda #$30
2323
sta PPUDATA
24-
lda #CHRBankSet0
2524
lda #NMIEnable|BGPattern1|SpritePattern1
2625
sta currentPpuCtrl
26+
lda #CHRBankSet0
2727
jsr changeCHRBanks
2828

2929
jsr waitForVBlankAndEnableNmi

0 commit comments

Comments
 (0)