mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 03:29:59 +00:00
fix timeout to attract mode
This commit is contained in:
parent
971e7a6606
commit
81162b1784
@ -80,7 +80,6 @@ RestoreStackNextTime
|
||||
!source "src/parse.games.a"
|
||||
!source "src/ui.sound.a"
|
||||
!source "src/ui.font.a"
|
||||
Mode !byte $00
|
||||
gGlobalPrefsStore
|
||||
!word $D000 ; address of first okvs store
|
||||
!word Reenter ; NMI vector ($FFFA-B)
|
||||
|
@ -48,9 +48,8 @@ _SearchModeInputLoop
|
||||
bne - ; on every keypress (whether or not
|
||||
dec $52 ; the key leads to an action)
|
||||
bne -
|
||||
lda #kAttractMode ; no input for ~30 seconds
|
||||
sta Mode ; switch to attract mode
|
||||
jmp _CoverFade
|
||||
jsr _CoverFade
|
||||
jmp MegaAttractMode
|
||||
|
||||
@gotKey
|
||||
jsr _ResetInputTimeout
|
||||
|
Loading…
Reference in New Issue
Block a user