aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorjohndoe1232012-09-13 07:25:14 +0000
committerWillem Jan Palenstijn2013-05-08 20:43:40 +0200
commit31270bc5e66de42312813e58f4641c0958f1f455 (patch)
treeeef24ad1be4744589a6416880b151bf1078e2375 /devtools
parentbbb23cdf275d686f23f0553154d36a5c1fb74c88 (diff)
downloadscummvm-rg350-31270bc5e66de42312813e58f4641c0958f1f455.tar.gz
scummvm-rg350-31270bc5e66de42312813e58f4641c0958f1f455.tar.bz2
scummvm-rg350-31270bc5e66de42312813e58f4641c0958f1f455.zip
NEVERHOOD: Add car track tables for Module2500
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_neverhood/tables.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/devtools/create_neverhood/tables.h b/devtools/create_neverhood/tables.h
index 044880b9bc..b4f84c2830 100644
--- a/devtools/create_neverhood/tables.h
+++ b/devtools/create_neverhood/tables.h
@@ -650,5 +650,18 @@ static const uint32 sceneInfo2700Offsets[] = {
0x004B2628,
0x004B264C,
0x004B2670,
+ // Scene2502
+ 0x004B01B8,
+ // Scene2503
+ 0x004B01E0,
+ 0x004B0208,
+ // Scene2505
+ 0x004B0230,
+ // Scene2506
+ 0x004B0268,
+ // Scene2507
+ 0x004B02A0,
+ // Scene2508
+ 0x004B02C8,
0
};