mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
mist: make title screen linger a bit longer
This commit is contained in:
parent
a886d51804
commit
e3a05e070a
@ -86,10 +86,6 @@ blah:
|
||||
|
||||
no_language_card:
|
||||
|
||||
lda #8
|
||||
jsr wait_a_bit
|
||||
|
||||
|
||||
;===================================
|
||||
; Setup Mockingboard
|
||||
;===================================
|
||||
@ -147,6 +143,13 @@ done_setup_sound:
|
||||
; SKIP: cyan logo (with cyan theme)
|
||||
|
||||
|
||||
; wait a bit at MYST screen
|
||||
|
||||
lda #50
|
||||
jsr wait_a_bit
|
||||
|
||||
|
||||
|
||||
;===================
|
||||
; init screen
|
||||
;===================
|
||||
|
Loading…
Reference in New Issue
Block a user