diff options
author | johndoe123 | 2011-09-29 14:44:31 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:39:41 +0200 |
commit | 729e3ae26ef9c3c039861ef5212ca3588a679ca5 (patch) | |
tree | 404e72f574ecd97aabe21ecd2de2873214c812e9 /devtools/create_neverhood | |
parent | 7a0a0c4b65f29981ca4f19af166d8bdca02c173c (diff) | |
download | scummvm-rg350-729e3ae26ef9c3c039861ef5212ca3588a679ca5.tar.gz scummvm-rg350-729e3ae26ef9c3c039861ef5212ca3588a679ca5.tar.bz2 scummvm-rg350-729e3ae26ef9c3c039861ef5212ca3588a679ca5.zip |
NEVERHOOD: Add tables for Scene1901
Diffstat (limited to 'devtools/create_neverhood')
-rw-r--r-- | devtools/create_neverhood/tables.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h index 01ddd15fc4..9328bfd939 100644 --- a/devtools/create_neverhood/tables.h +++ b/devtools/create_neverhood/tables.h @@ -87,6 +87,8 @@ static const uint32 rectListOffsets[] = { // Scene1705 1, 0x004B6B40, 1, 0x004B6B30, + // Scene1901 + 1, 0x004B34C8, // Scene2001 1, 0x004B3680, 1, 0x004B3670, @@ -260,6 +262,10 @@ static const uint32 messageListOffsets[] = { 2, 0x004B6A18, 1, 0x004B69F0, 2, 0x004B6AC0, + // Scene1901 + 1, 0x004B3408, + 1, 0x004B3410, + 1, 0x004B3400, // Scene2001 1, 0x004B3538, 2, 0x004B3540, |