diff options
author | johndoe123 | 2011-07-11 18:46:21 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:38:47 +0200 |
commit | be8d542264288343a4d60936f73f94906fc0e181 (patch) | |
tree | 6941ea0c028c903b97ece15cfd6b33335154f1f6 /devtools/create_neverhood | |
parent | 626cea6d1c516d4da1f8c6aad1bdb0552e54bf91 (diff) | |
download | scummvm-rg350-be8d542264288343a4d60936f73f94906fc0e181.tar.gz scummvm-rg350-be8d542264288343a4d60936f73f94906fc0e181.tar.bz2 scummvm-rg350-be8d542264288343a4d60936f73f94906fc0e181.zip |
NEVERHOOD: Updated tables.h with data from Scene1002
Diffstat (limited to 'devtools/create_neverhood')
-rw-r--r-- | devtools/create_neverhood/tables.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h index 6f1fc48250..d6e230af5e 100644 --- a/devtools/create_neverhood/tables.h +++ b/devtools/create_neverhood/tables.h @@ -23,6 +23,8 @@ static const uint32 hitRectListOffsets[] = { // Scene1001 0x004B4858, + // Scene1002 + 0x004B4134, 0 }; @@ -30,6 +32,10 @@ static const uint32 rectListOffsets[] = { // Scene1001 1, 0x004B49F0, 1, 0x004B4A00, + // Scene1002 + 3, 0x004B43A0, + 1, 0x004B4418, + 3, 0x004B43A0, 0, 0 }; @@ -44,6 +50,20 @@ static const uint32 messageListOffsets[] = { 1, 0x004B4960, 4, 0x004B48A8, 3, 0x004B48C8, + // Scene1002 + 1, 0x004B4270, + 1, 0x004B4478, + 3, 0x004B4298, + 1, 0x004B4470, + 4, 0x004B4428, + 5, 0x004B4448, + 1, 0x004B44B8, + 2, 0x004B44A8, + 1, 0x004B44A0, + 2, 0x004B43D0, + 4, 0x004B4480, + 2, 0x004B41E0, + 5, 0x004B4148, 0, 0 }; |