mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
New feature! (START + Esc in main menu)
This commit is contained in:
@@ -15,8 +15,12 @@ START
|
||||
jsr SetVariablesFromOptions
|
||||
jsr MakeDarkScreen
|
||||
bit escFlag
|
||||
bmi START
|
||||
|
||||
bpl @+
|
||||
lda CONSOL
|
||||
and #%00000001 ; START KEY
|
||||
bne START
|
||||
jmp StartAfterSplash ; reset all game option if Start key pressed (and Esc)
|
||||
@
|
||||
jsr EnterPlayerNames
|
||||
jsr MakeDarkScreen
|
||||
bit escFlag
|
||||
|
||||
@@ -306,6 +306,7 @@ rom2joy
|
||||
bne @-
|
||||
no5200splash
|
||||
.ENDIF
|
||||
StartAfterSplash
|
||||
jsr MakeDarkScreen
|
||||
|
||||
; one time zero variables in RAM (non zero page)
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user