diff options
author | johndoe123 | 2011-09-01 19:09:16 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:39:36 +0200 |
commit | 80bbb06453b080234f3fe52c66f628a80e3ae0fa (patch) | |
tree | 2cc48f1d4b499220f79aee23614bd700038fbc42 /devtools/create_neverhood | |
parent | 8729ca04d9b7cc42417f8824ccb383fe403058f3 (diff) | |
download | scummvm-rg350-80bbb06453b080234f3fe52c66f628a80e3ae0fa.tar.gz scummvm-rg350-80bbb06453b080234f3fe52c66f628a80e3ae0fa.tar.bz2 scummvm-rg350-80bbb06453b080234f3fe52c66f628a80e3ae0fa.zip |
NEVERHOOD: Add tables for Scene2206
Diffstat (limited to 'devtools/create_neverhood')
-rw-r--r-- | devtools/create_neverhood/tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h index 238edc8297..18ea38ba89 100644 --- a/devtools/create_neverhood/tables.h +++ b/devtools/create_neverhood/tables.h @@ -69,6 +69,9 @@ static const uint32 rectListOffsets[] = { 1, 0x004B3670, // Scene2203 1, 0x004B8420, + // Scene2206 + 1, 0x004B8AF8, + 1, 0x004B8B58, 0, 0 }; @@ -195,6 +198,21 @@ static const uint32 messageListOffsets[] = { 1, 0x004B0640, 4, 0x004B0690, 2, 0x004B0630, + // Scene2206 + 1, 0x004B88A8, + 2, 0x004B88B8, + 1, 0x004B88C8, + 1, 0x004B8A70, + 1, 0x004B88B0, + 5, 0x004B8948, + 2, 0x004B8970, + 2, 0x004B8988, + 4, 0x004B8998, + 4, 0x004B89B8, + 4, 0x004B89D8, + 5, 0x004B89F8, + 5, 0x004B8A20, + 5, 0x004B8A48, 0, 0 }; |