aboutsummaryrefslogtreecommitdiff
path: root/engines/access/martian/martian_resources.cpp
diff options
context:
space:
mode:
authorStrangerke2015-01-02 01:46:58 +0100
committerStrangerke2015-01-02 01:46:58 +0100
commit900dc7ffc004d36ff02d38f0cc615098571c7b41 (patch)
treec6f2e9d3b6b73e2b1a8bdaa32ed860f620d26d17 /engines/access/martian/martian_resources.cpp
parent539497f009e5c1137017023212055bde6975ae6b (diff)
downloadscummvm-rg350-900dc7ffc004d36ff02d38f0cc615098571c7b41.tar.gz
scummvm-rg350-900dc7ffc004d36ff02d38f0cc615098571c7b41.tar.bz2
scummvm-rg350-900dc7ffc004d36ff02d38f0cc615098571c7b41.zip
ACCESS: MM - Implement setIconPalette for MM
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 22a0cf1135..f46232977a 100644
--- a/engines/access/martian/martian_resources.cpp
+++ b/engines/access/martian/martian_resources.cpp
@@ -724,7 +724,7 @@ const int SIDEOFFL[] = { 11, 6, 1, 4, 10, 6, 1, 4, 0, 0, 0, 0 };
const int SIDEOFFU[] = { 1, 2, 0, 2, 2, 1, 1, 0, 0, 0, 0, 0 };
const int SIDEOFFD[] = { 2, 0, 1, 1, 0, 1, 1, 1, 2, 0, 0, 0 };
-const byte DEMO_DATA[] = {
+const byte CREDIT_DATA[] = {
0x1F, 0x00, 0x49, 0x00, 0x00, 0x00, 0xB7, 0x00, 0x49, 0x00,
0x01, 0x00, 0x79, 0x00, 0x6F, 0x00, 0x02, 0x00, 0xFF, 0xFF,
0xEA, 0x01, 0x75, 0x00, 0x46, 0x00, 0x03, 0x00, 0x46, 0x00,
@@ -745,6 +745,14 @@ const byte DEMO_DATA[] = {
0x0B, 0x00, 0xFF, 0xFF, 0xF4, 0x01, 0xFF, 0xFF, 0xFF, 0xFF
};
+const byte ICON_DATA[] = {
+ 0x3F, 0x3F, 0x00, 0x00, 0x07, 0x16,
+ 0x00, 0x0A, 0x1A, 0x00, 0x0D, 0x1F,
+ 0x00, 0x11, 0x28, 0x00, 0x15, 0x30,
+ 0x00, 0x19, 0x39, 0x00, 0x1B, 0x3F,
+ 0x00, 0x2D, 0x3A
+};
+
} // End of namespace Martian
} // End of namespace Access