aboutsummaryrefslogtreecommitdiff
path: root/engines/access/martian/martian_resources.cpp
diff options
context:
space:
mode:
authorStrangerke2015-01-15 00:40:43 +0100
committerStrangerke2015-01-15 00:40:43 +0100
commitf1aa191f8c3acd0bfa259c4239bc6aadc9c9b0b0 (patch)
tree916cd496232686907f016fe7f7f921066549c4f5 /engines/access/martian/martian_resources.cpp
parent3a57f208165c849bd8f68eacd1eaad818af5f75e (diff)
downloadscummvm-rg350-f1aa191f8c3acd0bfa259c4239bc6aadc9c9b0b0.tar.gz
scummvm-rg350-f1aa191f8c3acd0bfa259c4239bc6aadc9c9b0b0.tar.bz2
scummvm-rg350-f1aa191f8c3acd0bfa259c4239bc6aadc9c9b0b0.zip
ACCESS: MM - Implement getList
Diffstat (limited to 'engines/access/martian/martian_resources.cpp')
-rw-r--r--engines/access/martian/martian_resources.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/engines/access/martian/martian_resources.cpp b/engines/access/martian/martian_resources.cpp
index c976fe29ad..09e16c156d 100644
--- a/engines/access/martian/martian_resources.cpp
+++ b/engines/access/martian/martian_resources.cpp
@@ -807,7 +807,7 @@ const int RMOUSE[10][2] = {
{ 155, 185 }, { 188, 216 }, { 219, 260 }, { 263, 293 }, { 295, 214 }
};
-const char *const TRAVDATA[] = {
+const char *TRAVDATA[] = {
"GALACTIC PICTURES", "TERRAFORM", "WASHROOM", "MR. BIG", "ALEXIS' HOME",
"JOHNNY FEDORA", "JUNKYARD IN", "TEX'S OFFICE", "MURDER SCENE", "PLAZA HOTEL",
"RESTAURANT", "GIFT SHOP", "LOVE SCENE", "RICK LOGAN", "HUT",
@@ -832,6 +832,14 @@ const char *const ASKTBL[] = {
"LARRRY HAMMOND", nullptr
};
+
+byte HELP[] = {
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
+};
+
const byte DEATH_SCREENS[] = {
5, 5, 3, 3, 7, 4, 6, 2, 2, 2, 1, 5, 3, 5, 2, 8, 5, 3, 8, 5
};