diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 3616a304e..735f5b7f6 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -110,6 +110,7 @@ 0000,EARLY.BIRD 0001,EI=Eggs-It 0000,EPOCH +0000,ESCAPE 0001,EVOLUTION 0001,EXTERMINATOR 0001,FALCONS diff --git a/res/TITLE.HGR/ESCAPE b/res/TITLE.HGR/ESCAPE new file mode 100644 index 000000000..f3bae8d8b Binary files /dev/null and b/res/TITLE.HGR/ESCAPE differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index 58ad176e8..3000463e5 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -107,6 +107,7 @@ DUNG.BEETLES=Type(06),AuxType(4000),Access(C3) EARLY.BIRD=Type(06),AuxType(4000),Access(C3) EI=Type(06),AuxType(4000),Access(C3) EPOCH=Type(06),AuxType(4000),Access(C3) +ESCAPE=Type(06),AuxType(4000),Access(C3) EVOLUTION=Type(06),AuxType(4000),Access(C3) EXTERMINATOR=Type(06),AuxType(4000),Access(C3) FALCONS=Type(06),AuxType(4000),Access(C3) diff --git a/res/dsk/escape 10k file PRODOS (san inc crack).po b/res/dsk/escape 10k file PRODOS (san inc crack).po new file mode 100644 index 000000000..8de359803 Binary files /dev/null and b/res/dsk/escape 10k file PRODOS (san inc crack).po differ diff --git a/src/constants.a b/src/constants.a index 9b7db90aa..08bfbbfac 100644 --- a/src/constants.a +++ b/src/constants.a @@ -6,7 +6,7 @@ ; YE OLDE GRAND UNIFIED MEMORY MAP ; ; LC RAM BANK 1 -; D000..E63E - persistent data structures (gGlobalPrefsStore, gGamesListStore) +; D000..E79A - persistent data structures (gGlobalPrefsStore, gGamesListStore) ; E92D..FFF1 - main program code ; FFF2..FFF9 - API functions and global constants available for main program ; code, prelaunchers, transition effects, &c.