aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-02-06 09:12:51 -0500
committerPaul Gilbert2018-02-06 09:12:51 -0500
commiteb50364c2d7c0e70be0bf9454b0c24a494db8433 (patch)
treead225c4fe53fc0a332605d3f32bed8e7c666b4f3 /engines/xeen/resources.cpp
parent59eeadc6ac88f19879804e88979d156eb825ee7d (diff)
downloadscummvm-rg350-eb50364c2d7c0e70be0bf9454b0c24a494db8433.tar.gz
scummvm-rg350-eb50364c2d7c0e70be0bf9454b0c24a494db8433.tar.bz2
scummvm-rg350-eb50364c2d7c0e70be0bf9454b0c24a494db8433.zip
XEEN: More of Clouds endgame
Diffstat (limited to 'engines/xeen/resources.cpp')
-rw-r--r--engines/xeen/resources.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/xeen/resources.cpp b/engines/xeen/resources.cpp
index ddea6ca0d2..e6d9c3e00e 100644
--- a/engines/xeen/resources.cpp
+++ b/engines/xeen/resources.cpp
@@ -1726,6 +1726,18 @@ const char *const Resources::WORLD_CONGRATULATIONS2 =
"Include the message\n"
"\"%s\"\n"
"with your final score and receive a special bonus.";
+const char *const Resources::CLOUDS_CONGRATULATIONS1 =
+ "\xC""23\x3l"
+ "\xB""000\t000Please send this score to the Ancient's Headquarters "
+ "where you'll be added to the Hall of Legends!\xC""33\x3""c"
+ "\xB""070\t000Press a Key";
+const char *const Resources::CLOUDS_CONGRATULATIONS2 =
+ "\xC""23\x3l"
+ "\xB""000\t000Ancient's Headquarters\n"
+ "New World Computing, Inc.\n"
+ "P.O. Box 4302\n"
+ "Hollywood, CA 90078-4302\xC""33\x3""c"
+ "\xB""070\t000Press a Key";
const char *const Resources::GOOBER[3] = {
"", "I am a Goober!", "I am a Super Goober!"
};