aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-02-01 20:15:09 -0500
committerPaul Gilbert2018-02-01 20:15:09 -0500
commit39b2a2f13787d254db2b227d74421a2a50eeedd3 (patch)
tree0546698d16e115f5abe620977abfe3a2d146bb43 /engines/xeen/resources.cpp
parent7f53a0cd31f07cdcc9610b3c6972002e296ff0ee (diff)
downloadscummvm-rg350-39b2a2f13787d254db2b227d74421a2a50eeedd3.tar.gz
scummvm-rg350-39b2a2f13787d254db2b227d74421a2a50eeedd3.tar.bz2
scummvm-rg350-39b2a2f13787d254db2b227d74421a2a50eeedd3.zip
XEEN: Implemented remainder of World of Xeen ending
Diffstat (limited to 'engines/xeen/resources.cpp')
-rw-r--r--engines/xeen/resources.cpp27
1 files changed, 25 insertions, 2 deletions
diff --git a/engines/xeen/resources.cpp b/engines/xeen/resources.cpp
index 1239dd9512..ddea6ca0d2 100644
--- a/engines/xeen/resources.cpp
+++ b/engines/xeen/resources.cpp
@@ -1693,7 +1693,7 @@ const char *const Resources::NO_LOADING_IN_COMBAT =
"No Loading Allowed in Combat!";
const char *const Resources::NO_SAVING_IN_COMBAT =
"No Saving Allowed in Combat!";
-const char *const Resources::WORLD_END_TEXT[8] = {
+const char *const Resources::WORLD_END_TEXT[9] = {
"\n\n\n\n\n\n\n"
"Congratulations Adventurers!\n\n"
"Let the unification ceremony begin!",
@@ -1704,7 +1704,30 @@ const char *const Resources::WORLD_END_TEXT[8] = {
"\xB""026Queen Kalindra presented the Cube of Power.",
"\xB""026Prince Roland presented the Xeen Sceptre.",
"\xB""026Together, they placed the Cube of Power...",
- "\xB""026and the Sceptre, onto the Altar of Joining."
+ "\xB""026and the Sceptre, onto the Altar of Joining.",
+ "With the prophecy complete, the two sides of Xeen were united as one",
+};
+
+const char *const Resources::WORLD_CONGRATULATIONS =
+ "\x3""cCongratulations\n\n"
+ "Your Final Score is:\n\n"
+ "%010lu\n"
+ "\x3l\n"
+ "Please send this score to the Ancient's Headquarters where "
+ "you'll be added to the Hall of Legends!\n\n"
+ "Ancient's Headquarters\n"
+ "New World Computing, Inc.\n"
+ "P.O. Box 4302\n"
+ "Hollywood, CA 90078";
+const char *const Resources::WORLD_CONGRATULATIONS2 =
+ "\n\n\n\n\n\n"
+ "But wait... there's more!\n"
+ "\n\n"
+ "Include the message\n"
+ "\"%s\"\n"
+ "with your final score and receive a special bonus.";
+const char *const Resources::GOOBER[3] = {
+ "", "I am a Goober!", "I am a Super Goober!"
};
} // End of namespace Xeen