mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-02-15 18:30:53 +00:00
.
This commit is contained in:
parent
91506d18be
commit
bc174b56c4
@ -5,6 +5,7 @@
|
||||
;
|
||||
; Public functions
|
||||
; - ClearInterpreterOptions
|
||||
; - LaunchInterpreterWithNewGame
|
||||
; - LaunchInterpreterWithGame
|
||||
; - LaunchInterpreterWithHints
|
||||
;
|
||||
@ -122,7 +123,7 @@ SetInterpreterOptions
|
||||
beq SetInterpreterOptionsExceptForce40
|
||||
lda #$CE
|
||||
!byte $2C
|
||||
; execution falls through here
|
||||
; execution falls through here
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; SetInterpreterOptionsExceptForce40
|
||||
|
@ -1,7 +1,7 @@
|
||||
;license:MIT
|
||||
;(c) 2018 by 4am
|
||||
;
|
||||
; glue code to load and call ZINFO, the Z-Machine saved game parser
|
||||
; glue code to load and call ZINFO, the On Beyond Z-Machine! saved game parser
|
||||
;
|
||||
; Public functions
|
||||
; - LoadSavedGameInfo
|
||||
|
@ -65,6 +65,11 @@ ResumeDialog
|
||||
txs
|
||||
jsr HardResetWeeGUI
|
||||
|
||||
ldx #ID_RESUME_SLOT7
|
||||
- stz gResumeViewInUse,x ; reset flags for which radio buttons are in use
|
||||
dex
|
||||
bne -
|
||||
|
||||
jsr LoadSavedGameInfo ; call ZINFO to get the information we need for this dialog
|
||||
|
||||
lda gSavedGamesSlotsInUse ; populated by LoadSavedGameInfo
|
||||
|
@ -65,7 +65,7 @@ VersionsDialog
|
||||
txs
|
||||
jsr HardResetWeeGUI
|
||||
|
||||
ldx #9
|
||||
ldx #ID_VERSIONS_9
|
||||
- stz gVersionsViewInUse,x ; reset flags for which radio buttons are in use (1-9)
|
||||
dex
|
||||
bne -
|
||||
|
Loading…
x
Reference in New Issue
Block a user