Skip to content

Commit ef5a8e6

Browse files
committed
Don't let F1 enable pause mode while in attract mode
Fixes #4
1 parent 1a7b542 commit ef5a8e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/iridisalpha.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7393,6 +7393,7 @@ KeyWasPressed
73937393
; countdown so that it exits it nearly immediately.
73947394
LDY #$02
73957395
STY attractModeCountdown
7396+
RTS
73967397
b787C LDY levelRestartInProgress
73977398
BNE ReturnEarlyFromKeyboardCheck
73987399
LDY gilbyHasJustDied

0 commit comments

Comments
 (0)