aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-08-17 23:04:05 -0400
committerPaul Gilbert2014-08-17 23:04:05 -0400
commitd31b27ba1b26a38401387f85ca2ce46be455d0a2 (patch)
tree1fc97c8c05c17a0033ae0a2ed021a23573476726 /engines/access/amazon/amazon_resources.cpp
parent9150e1816c57e3852fd86123ba8e0d1c9dee8ff4 (diff)
downloadscummvm-rg350-d31b27ba1b26a38401387f85ca2ce46be455d0a2.tar.gz
scummvm-rg350-d31b27ba1b26a38401387f85ca2ce46be455d0a2.tar.bz2
scummvm-rg350-d31b27ba1b26a38401387f85ca2ce46be455d0a2.zip
ACCESS: Partially implement cmdHelp
Diffstat (limited to 'engines/access/amazon/amazon_resources.cpp')
-rw-r--r--engines/access/amazon/amazon_resources.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_resources.cpp b/engines/access/amazon/amazon_resources.cpp
index b7a2472a3c..1f666e1abb 100644
--- a/engines/access/amazon/amazon_resources.cpp
+++ b/engines/access/amazon/amazon_resources.cpp
@@ -1187,6 +1187,13 @@ const byte FONT6x6_DATA[] = {
0x54, 0x49, 0x4f, 0x4e, 0x00, 0x4d, 0x4f, 0x56, 0x49,
};
+const char *const NO_HELP_MESSAGE =
+ "WE ARE UNABLE TO PROVIDE YOU WITH ANY MORE HINTS. YOUR IQ \
+HAS DECREASED SO FAR THAT WE CAN NO LONGER PUT THE HINTS IN TERMS \
+YOU CAN UNDERSTAND.";
+const char *const NO_HINTS_MESSAGE =
+ "THE HELP SYSTEM HAS BEEN TURNED OFF FOR THIS GAME.";
+
} // End of namespace Amazon
} // End of namespace Access