From bc174b56c4913de589b9fb64df65a86b43b751af Mon Sep 17 00:00:00 2001 From: 4am Date: Tue, 17 Apr 2018 20:32:31 -0400 Subject: [PATCH] . --- src/glue.onbeyond.a | 3 ++- src/glue.zinfo.a | 2 +- src/ui.resume.a | 5 +++++ src/ui.versions.a | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) 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 -