DEVTOOLS: Fixes for range data generation in create_titanic

This commit is contained in:
Paul Gilbert 2016-06-07 20:12:12 -04:00
parent 31f8f1fbaf
commit e9c3d180cd
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
*/
#define VERSION_NUMBER 1
#define HEADER_SIZE 0x400
#define HEADER_SIZE 0x420
Common::File inputFile, outputFile;
Common::PEResources res;

View File

@ -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 },