aboutsummaryrefslogtreecommitdiff
path: root/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2005-12-23 17:49:14 +0000
committerJohannes Schickel2005-12-23 17:49:14 +0000
commit268d05955f7896058a2a87966282a525d315aa9a (patch)
treeb31fab34e958ed4414cda417a9a9bd8673cba31b /kyra/staticres.cpp
parent22033482b0d47c5ed03de8e0226af4e65c85393d (diff)
downloadscummvm-rg350-268d05955f7896058a2a87966282a525d315aa9a.tar.gz
scummvm-rg350-268d05955f7896058a2a87966282a525d315aa9a.tar.bz2
scummvm-rg350-268d05955f7896058a2a87966282a525d315aa9a.zip
Implemented cmd_magicOutMouseItem and also extended enterNewScene
and initSceneScreen. svn-id: r19830
Diffstat (limited to 'kyra/staticres.cpp')
-rw-r--r--kyra/staticres.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/kyra/staticres.cpp b/kyra/staticres.cpp
index 6e22845a8a..60bd198048 100644
--- a/kyra/staticres.cpp
+++ b/kyra/staticres.cpp
@@ -653,6 +653,30 @@ const int8 KyraEngine::_addYPosTable[] = {
0, -2, -2, -2, 0, 2, 2, 2
};
+const int16 KyraEngine::_itemPosX[] = {
+ 95, 115, 135, 155, 175, 95, 115, 135, 155, 175
+};
+
+const int8 KyraEngine::_itemPosY[] = {
+ 160, 160, 160, 160, 160, 181, 181, 181, 181, 181
+};
+
+const uint8 KyraEngine::_magicMouseItemStartFrame[] = {
+ 0xAD, 0xB7, 0xBE, 0x00
+};
+
+const uint8 KyraEngine::_magicMouseItemEndFrame[] = {
+ 0xB1, 0xB9, 0xC2, 0x00
+};
+
+const uint8 KyraEngine::_magicMouseItemStartFrame2[] = {
+ 0xB2, 0xBA, 0xC3, 0x00
+};
+
+const uint8 KyraEngine::_magicMouseItemEndFrame2[] = {
+ 0xB6, 0xBD, 0xC8, 0x00
+};
+
const uint16 KyraEngine::_amuletX[] = { 231, 275, 253, 253 };
const uint16 KyraEngine::_amuletY[] = { 170, 170, 159, 181 };
} // End of namespace Kyra