We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e541b0 + 4013bbf commit 2a38499Copy full SHA for 2a38499
1 file changed
src/gamemodestate/pause.asm
@@ -35,8 +35,7 @@ pause:
35
sta renderMode
36
37
@pauseSetupPart2:
38
- jsr updateAudioAndWaitForNmi
39
- jsr resetOAMStaging
+ jsr updateAudioWaitForNmiAndResetOamStaging
40
41
@pauseLoop:
42
lda qualFlag
0 commit comments