diff options
author | johndoe123 | 2011-09-01 10:19:08 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:39:35 +0200 |
commit | 8729ca04d9b7cc42417f8824ccb383fe403058f3 (patch) | |
tree | 3f05ff2fccd2e7c37f85fa31c9aa3a40b155e5ef /devtools/create_neverhood | |
parent | e177dcf911fc7034faef9c378f7b95f2355ec66b (diff) | |
download | scummvm-rg350-8729ca04d9b7cc42417f8824ccb383fe403058f3.tar.gz scummvm-rg350-8729ca04d9b7cc42417f8824ccb383fe403058f3.tar.bz2 scummvm-rg350-8729ca04d9b7cc42417f8824ccb383fe403058f3.zip |
NEVERHOOD: Add tables for Scene2205
Diffstat (limited to 'devtools/create_neverhood')
-rw-r--r-- | devtools/create_neverhood/tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h index 1956ece8c6..238edc8297 100644 --- a/devtools/create_neverhood/tables.h +++ b/devtools/create_neverhood/tables.h @@ -31,6 +31,8 @@ static const uint32 hitRectListOffsets[] = { 1, 0x004B69D8, // Scene2203 1, 0x004B8320, + // Scene2205 + 1, 0x004B0620, 0, 0 }; @@ -187,6 +189,12 @@ static const uint32 messageListOffsets[] = { 2, 0x004B8360, 2, 0x004B83E0, 2, 0x004B83F0, + // Scene2205 + 1, 0x004B0658, + 2, 0x004B0648, + 1, 0x004B0640, + 4, 0x004B0690, + 2, 0x004B0630, 0, 0 }; |