From dac794fe7fdd5dd4a254febd4b473648e57a3b00 Mon Sep 17 00:00:00 2001 From: 4am Date: Sat, 2 Oct 2021 01:16:09 -0400 Subject: [PATCH] . --- res/ATTRACT/THE.SPACE.ARK | 7 +++++++ res/ATTRACT/_FileInformation.txt | 1 + src/constants.a | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 res/ATTRACT/THE.SPACE.ARK 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.