Skip to content

Commit 689ab02

Browse files
committed
render_mode_pause works for qual mode too
1 parent 0815042 commit 689ab02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gamemodestate/pause.asm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ pause:
3030
@pauseSetupClassic:
3131
lda #$16
3232
sta PPUMASK
33-
lda #$00 ; render_mode_static - suspend rendering in qual mode pause
34-
beq @storeRenderMode
3533
@pauseSetupNotClassic:
3634
lda #$04 ; render_mode_pause
3735
@storeRenderMode:

0 commit comments

Comments
 (0)