diff options
author | johndoe123 | 2011-09-02 17:50:59 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:39:36 +0200 |
commit | 8459fa97778f1f303bbbcd92359608146e3f5069 (patch) | |
tree | 7e5fef884c93c2bf619d49d31843a6cf771735a2 /devtools/create_neverhood | |
parent | f29619f655ede0e764c93d23f57d35cac7f1c3f7 (diff) | |
download | scummvm-rg350-8459fa97778f1f303bbbcd92359608146e3f5069.tar.gz scummvm-rg350-8459fa97778f1f303bbbcd92359608146e3f5069.tar.bz2 scummvm-rg350-8459fa97778f1f303bbbcd92359608146e3f5069.zip |
NEVERHOOD: Add tables for Scene2207
Diffstat (limited to 'devtools/create_neverhood')
-rw-r--r-- | devtools/create_neverhood/tables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h index 18ea38ba89..597e67f4b1 100644 --- a/devtools/create_neverhood/tables.h +++ b/devtools/create_neverhood/tables.h @@ -72,6 +72,9 @@ static const uint32 rectListOffsets[] = { // Scene2206 1, 0x004B8AF8, 1, 0x004B8B58, + // Scene2207 + 3, 0x004B38B8, + 1, 0x004B3948, 0, 0 }; @@ -213,6 +216,12 @@ static const uint32 messageListOffsets[] = { 5, 0x004B89F8, 5, 0x004B8A20, 5, 0x004B8A48, + // Scene2207 + 1, 0x004B38E8, + 4, 0x004B38F0, + 2, 0x004B37D8, + 2, 0x004B3958, + 3, 0x004B3920, 0, 0 }; |