diff options
author | johndoe123 | 2011-09-23 15:19:40 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:39:41 +0200 |
commit | 2445e6aba8e9724737a069eb4e018f8e60015aac (patch) | |
tree | bb56156c4fee5a687aad27f57d18d177a69794f2 | |
parent | 47f1fe141b2205d6ce8999fa1a327310de4a1790 (diff) | |
download | scummvm-rg350-2445e6aba8e9724737a069eb4e018f8e60015aac.tar.gz scummvm-rg350-2445e6aba8e9724737a069eb4e018f8e60015aac.tar.bz2 scummvm-rg350-2445e6aba8e9724737a069eb4e018f8e60015aac.zip |
NEVERHOOD: Add tables for Module1600 and Scene1608
-rw-r--r-- | devtools/create_neverhood/tables.h | 19 | ||||
-rw-r--r-- | dists/engine-data/neverhood.dat | bin | 15398 -> 16288 bytes |
2 files changed, 19 insertions, 0 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h index 16c00a7387..01ddd15fc4 100644 --- a/devtools/create_neverhood/tables.h +++ b/devtools/create_neverhood/tables.h @@ -81,6 +81,9 @@ static const uint32 rectListOffsets[] = { 1, 0x004B2008, // Scene1404 1, 0x004B8D80, + // Scene1608 + 1, 0x004B47D0, + 1, 0x004B4810, // Scene1705 1, 0x004B6B40, 1, 0x004B6B30, @@ -242,6 +245,14 @@ static const uint32 messageListOffsets[] = { 3, 0x004B8CA0, 2, 0x004B8CD0, 2, 0x004B8D18, + // Scene1608 + 1, 0x004B46A8, + 1, 0x004B46B0, + 1, 0x004B47A8, + 3, 0x004B4748, + 2, 0x004B4770, + 2, 0x004B46C8, + 2, 0x004B4760, // Scene1705 1, 0x004B69E8, 2, 0x004B6A08, @@ -362,6 +373,14 @@ static const uint32 navigationListOffsets[] = { 2, 0x004B27D8, 2, 0x004B2808, 2, 0x004B2838, + // Module1600 + 4, 0x004B39D0, + 2, 0x004B3A30, + 2, 0x004B3A60, + 6, 0x004B3A90, + 2, 0x004B3B20, + 2, 0x004B3B50, + 2, 0x004B3B80, // Module1700 2, 0x004AE8B8, 3, 0x004AE8E8, diff --git a/dists/engine-data/neverhood.dat b/dists/engine-data/neverhood.dat Binary files differindex 47123e835b..5561301a95 100644 --- a/dists/engine-data/neverhood.dat +++ b/dists/engine-data/neverhood.dat |