From d7e285bb8a8288c26788b4daa0fa8f9c5ee62cc3 Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 28 Mar 2018 10:44:47 -0400 Subject: [PATCH] . --- src/parse.gameinfo.a | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/parse.gameinfo.a b/src/parse.gameinfo.a index cc8b8e9..9f8d6e2 100644 --- a/src/parse.gameinfo.a +++ b/src/parse.gameinfo.a @@ -105,8 +105,11 @@ LoadGameInfo dex bpl .convertSectionNoInc - jsr ParseKeyValueText ; parse [versions] section into versions store - !word gVersionsStore +; We are done converting the game info file. +; Now handle the individual sections that require further parsing. + + jsr ParseKeyValueText ; parse [versions] section into gVersionsStore + !word gVersionsStore ; (this handle was initialized in LoadGlobalPreferences) !word addrVersions !byte 0 @@ -115,7 +118,7 @@ LoadGameInfo lda SRC+1 sta gOptionsStore+1 - jsr ParseKeyValueText ; parse [options] section into options store + jsr ParseKeyValueText ; parse [options] section into gOptionsStore !word gOptionsStore !word addrOptions !byte 0