diff --git a/res/ATTRACT/THE.SPACE.ARK b/res/ATTRACT/THE.SPACE.ARK new file mode 100644 index 000000000..5bcf2bc6f --- /dev/null +++ b/res/ATTRACT/THE.SPACE.ARK @@ -0,0 +1,7 @@ +# +# Attract mode for THE.SPACE.ARK +# This file is automatically generated +# + + +[eof] diff --git a/res/ATTRACT/_FileInformation.txt b/res/ATTRACT/_FileInformation.txt index 0519a5471..eafe53911 100644 --- a/res/ATTRACT/_FileInformation.txt +++ b/res/ATTRACT/_FileInformation.txt @@ -360,6 +360,7 @@ THE.GOONIES=Type(04),AuxType(8000),Access(C3) THE.HEIST=Type(04),AuxType(8000),Access(C3) THE.LAST.NINJA=Type(04),AuxType(8000),Access(C3) THE.SNAPPER=Type(04),AuxType(8000),Access(C3) +THE.SPACE.ARK=Type(04),AuxType(8000),Access(C3) THEXDER=Type(04),AuxType(8000),Access(C3) THIEF=Type(04),AuxType(8000),Access(C3) THRESHOLD=Type(04),AuxType(8000),Access(C3) diff --git a/src/constants.a b/src/constants.a index 2dae0d303..62a229f40 100644 --- a/src/constants.a +++ b/src/constants.a @@ -6,7 +6,7 @@ ; YE OLDE GRAND UNIFIED MEMORY MAP ; ; LC RAM BANK 1 -; D000..E790 - persistent data structures (gGlobalPrefsStore, gGamesListStore) +; D000..E789 - persistent data structures (gGlobalPrefsStore, gGamesListStore) ; E93F..FFF1 - main program code ; FFF2..FFF9 - API functions and global constants available for main program ; code, prelaunchers, transition effects, &c.