From 5b27b2aad997fbb06214414e73280b3418ec3d93 Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 18 Apr 2018 22:41:02 -0400 Subject: [PATCH] . --- src/parse.gameinfo.a | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/parse.gameinfo.a b/src/parse.gameinfo.a index d8980a6..8d2c96f 100644 --- a/src/parse.gameinfo.a +++ b/src/parse.gameinfo.a @@ -19,15 +19,6 @@ kTextRootDirectory !byte 5 !raw "TEXT/" - -gVersionsStore - !word $FDFD ; set in LoadGlobalPreferences -gOptionsStore - !word $FDFD ; set in LoadGameInfo -gHasSavedGames - !byte 0 -gLastSavedGameSlot - !byte 0 kHasArtwork !byte 7 !raw "ARTWORK" @@ -38,17 +29,26 @@ kHasVersions !byte 8 !raw "VERSIONS" +gVersionsStore + !word $FDFD ; set in LoadGlobalPreferences +gOptionsStore + !word $FDFD ; set in LoadGameInfo +gHasSavedGames + !byte $FD ; set in CheckForSavedGames +gLastSavedGameSlot + !byte $FD ; set in CheckForSavedGames + sectionPointers ; array of pointers to start of each section addrEOF - !word 0 + !word $FDFD addrOptions - !word 0 + !word $FDFD addrVersions - !word 0 + !word $FDFD addrDescription - !word 0 + !word $FDFD addrInfo - !word 0 + !word $FDFD ;------------------------------------------------------------------------------ ; LoadGameInfo