mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
DEVTOOLS: Fixes for range data generation in create_titanic
This commit is contained in:
parent
31f8f1fbaf
commit
e9c3d180cd
@ -51,7 +51,7 @@
|
||||
*/
|
||||
|
||||
#define VERSION_NUMBER 1
|
||||
#define HEADER_SIZE 0x400
|
||||
#define HEADER_SIZE 0x420
|
||||
|
||||
Common::File inputFile, outputFile;
|
||||
Common::PEResources res;
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user