aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohndoe1232012-01-11 17:44:32 +0000
committerWillem Jan Palenstijn2013-05-08 20:40:04 +0200
commit8613ff3a9dd0ad36c9d695c48ceb16a23e92e346 (patch)
treede0c29d7d65cb2b0725e4fdd117525e0f535f9c3
parent88bfe5d0766e4592cd414c1980eda9287c51035e (diff)
downloadscummvm-rg350-8613ff3a9dd0ad36c9d695c48ceb16a23e92e346.tar.gz
scummvm-rg350-8613ff3a9dd0ad36c9d695c48ceb16a23e92e346.tar.bz2
scummvm-rg350-8613ff3a9dd0ad36c9d695c48ceb16a23e92e346.zip
NEVERHOOD: Add tables for Scene2801
-rw-r--r--devtools/create_neverhood/tables.h10
-rw-r--r--dists/engine-data/neverhood.datbin19586 -> 20050 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h
index 2534bcecee..514912c41a 100644
--- a/devtools/create_neverhood/tables.h
+++ b/devtools/create_neverhood/tables.h
@@ -112,6 +112,10 @@ static const uint32 rectListOffsets[] = {
// Scene2247
1, 0x004B5588,
1, 0x004B55C8,
+ // Scene2801
+ 1, 0x004B6CE0,
+ 1, 0x004B6CD0,
+ 1, 0x004B6CF0,
0, 0
};
@@ -377,6 +381,12 @@ static const uint32 messageListOffsets[] = {
4, 0x004B54C0,
5, 0x004B54E0,
5, 0x004B5508,
+ // Scene2801
+ 1, 0x004B6BB8,
+ 1, 0x004B6BC0,
+ 1, 0x004B6C10,
+ 1, 0x004B6BB0,
+ 2, 0x004B6C40,
0, 0
};
diff --git a/dists/engine-data/neverhood.dat b/dists/engine-data/neverhood.dat
index 946b19a36f..72f35a6554 100644
--- a/dists/engine-data/neverhood.dat
+++ b/dists/engine-data/neverhood.dat
Binary files differ