Skip to content

Commit b1bf6d3

Browse files
committed
Set currentPpuCtrl to constant and save 2 bytes
1 parent d1dd528 commit b1bf6d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gamemode/levelmenu.asm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
gameMode_levelMenu:
2-
lda currentPpuCtrl
3-
and #NMIEnable
2+
lda #NMIEnable
43
sta currentPpuCtrl
54
jsr updateAudio2
65
lda #$7

0 commit comments

Comments
 (0)