diff options
author | johndoe123 | 2011-07-16 21:23:28 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:38:48 +0200 |
commit | b1377ab153399db3fdca784ef03a040090a59706 (patch) | |
tree | dd95d78ff4a43ba971dec072266d78ba6a78d696 /devtools/create_neverhood | |
parent | 438b6bb53c03db915f436a95427b6ab2c9504fce (diff) | |
download | scummvm-rg350-b1377ab153399db3fdca784ef03a040090a59706.tar.gz scummvm-rg350-b1377ab153399db3fdca784ef03a040090a59706.tar.bz2 scummvm-rg350-b1377ab153399db3fdca784ef03a040090a59706.zip |
NEVERHOOD: Add entries for Module2300
Diffstat (limited to 'devtools/create_neverhood')
-rw-r--r-- | devtools/create_neverhood/tables.h | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h index 3024197a88..e6e4d753cd 100644 --- a/devtools/create_neverhood/tables.h +++ b/devtools/create_neverhood/tables.h @@ -36,6 +36,8 @@ static const uint32 rectListOffsets[] = { 3, 0x004B43A0, 1, 0x004B4418, 3, 0x004B43A0, + // Scene1004 + 1, 0x004B7C70, 0, 0 }; @@ -64,10 +66,20 @@ static const uint32 messageListOffsets[] = { 4, 0x004B4480, 2, 0x004B41E0, 5, 0x004B4148, + // Scene1004 + 3, 0x004B7BF0, + 2, 0x004B7C08, + 1, 0x004B7C18, + 2, 0x004B7C20, 0, 0 }; static const uint32 navigationListOffsets[] = { // Module2300 - 2, 0x004B67B8 + 2, 0x004B67B8, + 6, 0x004B67E8, + 2, 0x004B6878, + 3, 0x004B68F0, + 3, 0x004B68A8, + 0, 0 }; |