aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2008-04-22 22:36:09 +0000
committerJohannes Schickel2008-04-22 22:36:09 +0000
commit18ed600abea41fee47f92fa798f6fe49c5c37d25 (patch)
tree31039990e9742c7975f0f7b16c55a42569abf244 /engines/kyra/staticres.cpp
parentd1d227db831306027ac36b0898f34582dab420d8 (diff)
downloadscummvm-rg350-18ed600abea41fee47f92fa798f6fe49c5c37d25.tar.gz
scummvm-rg350-18ed600abea41fee47f92fa798f6fe49c5c37d25.tar.bz2
scummvm-rg350-18ed600abea41fee47f92fa798f6fe49c5c37d25.zip
Implemented some kyra3 dialog support.
- Room enter talks by malcolm should be working now - Zanthia should say now some lines after landing svn-id: r31660
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index 94bc285302..ba0178e2c6 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -2318,6 +2318,14 @@ const uint8 KyraEngine_v3::_badConscienceFrameTable[] = {
0x24, 0x24, 0x24, 0x24, 0x24, 0x1D, 0x1D, 0x1D
};
+const uint8 KyraEngine_v3::_chapterLowestScene[] = {
+ 0x00, 0x00, 0x19, 0x2B, 0x33, 0x3B
+};
+
+const uint8 KyraEngine_v3::_vocHighTable[] = {
+ 0x64, 0x76, 0x82, 0x83, 0x92
+};
+
} // End of namespace Kyra