From e9c3d180cd245fd25fb0f234e55e30ea864634ce Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 7 Jun 2016 20:12:12 -0400 Subject: DEVTOOLS: Fixes for range data generation in create_titanic --- devtools/create_titanic/create_titanic_dat.cpp | 2 +- devtools/create_titanic/script_ranges.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'devtools') diff --git a/devtools/create_titanic/create_titanic_dat.cpp b/devtools/create_titanic/create_titanic_dat.cpp index 506aaaec70..b5a8e46da4 100644 --- a/devtools/create_titanic/create_titanic_dat.cpp +++ b/devtools/create_titanic/create_titanic_dat.cpp @@ -51,7 +51,7 @@ */ #define VERSION_NUMBER 1 -#define HEADER_SIZE 0x400 +#define HEADER_SIZE 0x420 Common::File inputFile, outputFile; Common::PEResources res; diff --git a/devtools/create_titanic/script_ranges.cpp b/devtools/create_titanic/script_ranges.cpp index ce2d1b8728..834b0f5648 100644 --- a/devtools/create_titanic/script_ranges.cpp +++ b/devtools/create_titanic/script_ranges.cpp @@ -719,8 +719,8 @@ const uint LIFTBOT_RANGE38[] = { 210413, 210799, 210800, 210801, 210802, 210888, const uint LIFTBOT_RANGE39[] = { 210682, 210684, 210028, 210034, 210683, 210039, 210685, 210044, 210049, 210686, 210054, 0 }; -#define LIFTBOT_RANGE_COUNT 40 -const ScriptRange LIFTBOT_RANGES[40] = { +#define LIFTBOT_RANGE_COUNT 39 +const ScriptRange LIFTBOT_RANGES[39] = { { 210033, LIFTBOT_RANGE1, false, false }, { 210321, LIFTBOT_RANGE2, true, false }, { 210580, LIFTBOT_RANGE3, true, false }, -- cgit v1.2.3