diff --git a/src/glue.onbeyond.a b/src/glue.onbeyond.a index 046b088..75312ff 100644 --- a/src/glue.onbeyond.a +++ b/src/glue.onbeyond.a @@ -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 diff --git a/src/glue.zinfo.a b/src/glue.zinfo.a index 1d46482..7cf0434 100644 --- a/src/glue.zinfo.a +++ b/src/glue.zinfo.a @@ -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 diff --git a/src/ui.resume.a b/src/ui.resume.a index 2faa65c..7873be3 100644 --- a/src/ui.resume.a +++ b/src/ui.resume.a @@ -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 diff --git a/src/ui.versions.a b/src/ui.versions.a index b3ffa28..d5a35bf 100644 --- a/src/ui.versions.a +++ b/src/ui.versions.a @@ -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 -