diff --git a/res/GAMES.CONF b/res/GAMES.CONF index 30e2c8535..dd05ebd4f 100755 --- a/res/GAMES.CONF +++ b/res/GAMES.CONF @@ -81,6 +81,7 @@ 0003,CONAN 0001,CONGO 0001,CONGO.BONGO +0000,CQ=Conquering Worlds 0000,CR=Copts and Robbers 1000,COSMIC.COMBAT 0002,COUNTY.FAIR diff --git a/res/TITLE.HGR/CQ b/res/TITLE.HGR/CQ new file mode 100644 index 000000000..a73d6a7d2 Binary files /dev/null and b/res/TITLE.HGR/CQ differ diff --git a/res/TITLE.HGR/_FileInformation.txt b/res/TITLE.HGR/_FileInformation.txt index 61ccc06e3..d1b702a96 100644 --- a/res/TITLE.HGR/_FileInformation.txt +++ b/res/TITLE.HGR/_FileInformation.txt @@ -79,6 +79,7 @@ CONGO=Type(06),AuxType(4000),Access(C3) CONGO.BONGO=Type(06),AuxType(4000),Access(C3) COSMIC.COMBAT=Type(06),AuxType(4000),Access(C3) COUNTY.FAIR=Type(06),AuxType(4000),Access(C3) +CQ=Type(06),AuxType(4000),Access(C3) CR=Type(06),AuxType(4000),Access(C3) CRAZY.MAZEY=Type(06),AuxType(4000),Access(C3) CRICKATEER=Type(06),AuxType(4000),Access(C3) diff --git a/res/dsk/conquering worlds PRODOS (san inc pack).po b/res/dsk/conquering worlds PRODOS (san inc pack).po new file mode 100644 index 000000000..65a25e400 Binary files /dev/null and b/res/dsk/conquering worlds PRODOS (san inc pack).po differ diff --git a/src/constants.a b/src/constants.a index b22060d09..7c7eae947 100644 --- a/src/constants.a +++ b/src/constants.a @@ -6,7 +6,7 @@ ; YE OLDE GRAND UNIFIED MEMORY MAP ; ; LC RAM BANK 1 -; D000..E8E2 - persistent data structures (gGlobalPrefsStore, gGamesListStore) +; D000..E907 - 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.