aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_resources.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-25 17:19:19 -0500
committerPaul Gilbert2015-01-25 17:19:19 -0500
commit587aad7d46443abe69c9b36743f827bfc9249014 (patch)
treee04403a9a39ef8cabd1df0a479ea818c4585ee9f /engines/access/amazon/amazon_resources.cpp
parentca0bef9595f60d6478b0da89cdd330254ee8a2ef (diff)
downloadscummvm-rg350-587aad7d46443abe69c9b36743f827bfc9249014.tar.gz
scummvm-rg350-587aad7d46443abe69c9b36743f827bfc9249014.tar.bz2
scummvm-rg350-587aad7d46443abe69c9b36743f827bfc9249014.zip
ACCESS: Fix moonwalking in MM
Diffstat (limited to 'engines/access/amazon/amazon_resources.cpp')
-rw-r--r--engines/access/amazon/amazon_resources.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_resources.cpp b/engines/access/amazon/amazon_resources.cpp
index 2b36ca943a..5ffb91d9fd 100644
--- a/engines/access/amazon/amazon_resources.cpp
+++ b/engines/access/amazon/amazon_resources.cpp
@@ -72,6 +72,19 @@ const char *const FILENAMES_DEMO[] = {
"CHAPTER.AP", "MUSIC.AP", "SOUND.AP", "INV.AP"
};
+const int SIDEOFFR[] = { 5, 5, 5, 5, 5, 5, 5, 5, 0 };
+const int SIDEOFFL[] = { 5, 5, 5, 5, 5, 5, 5, 5, 0 };
+const int SIDEOFFU[] = { 2, 2, 2, 2, 2, 2, 2, 2, 0 };
+const int SIDEOFFD[] = { 2, 2, 2, 2, 2, 2, 2, 2, 0 };
+const int DIAGOFFURX[] = { 4, 5, 2, 2, 3, 4, 2, 2, 0 };
+const int DIAGOFFURY[] = { 2, 3, 2, 2, 2, 3, 1, 1, 0 };
+const int DIAGOFFDRX[] = { 4, 5, 4, 3, 5, 4, 5, 1, 0 };
+const int DIAGOFFDRY[] = { 3, 2, 1, 2, 2, 1, 2, 1, 0 };
+const int DIAGOFFULX[] = { 4, 5, 4, 3, 3, 2, 2, 2, 0 };
+const int DIAGOFFULY[] = { 3, 3, 1, 2, 2, 1, 1, 1, 0 };
+const int DIAGOFFDLX[] = { 4, 5, 3, 3, 5, 4, 6, 1, 0 };
+const int DIAGOFFDLY[] = { 2, 2, 1, 2, 3, 1, 2, 1, 0 };
+
const byte MOUSE0[] = {
// hotspot x and y, uint16 LE
0, 0, 0, 0,