diff options
author | johndoe123 | 2011-10-17 15:32:36 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:39:42 +0200 |
commit | 6315ccb5528a9a4d810779055df9184f4b2960c1 (patch) | |
tree | 5144870941b8cad3a1ad1e6ff81227fa181f634f /devtools/create_neverhood | |
parent | d276e7ceaa307844a8db82f231bba86a6b88e121 (diff) | |
download | scummvm-rg350-6315ccb5528a9a4d810779055df9184f4b2960c1.tar.gz scummvm-rg350-6315ccb5528a9a4d810779055df9184f4b2960c1.tar.bz2 scummvm-rg350-6315ccb5528a9a4d810779055df9184f4b2960c1.zip |
NEVERHOOD: Add tables for Scene2702
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 3a5d40522a..2534bcecee 100644 --- a/devtools/create_neverhood/tables.h +++ b/devtools/create_neverhood/tables.h @@ -539,5 +539,11 @@ static const uint32 sceneInfo2700Offsets[] = { // 0x004B2240, // + 0x004B5F68, + 0x004B5F8C, + 0x004B5FB0, + 0x004B5FD8, + 0x004B5FFC, + 0x004B6020, 0 }; |