This commit is contained in:
4am 2018-04-18 22:41:02 -04:00
parent 0ba17a1df6
commit 5b27b2aad9
1 changed files with 14 additions and 14 deletions

View File

@ -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