SCRIPT_TYPE enum

This commit is contained in:
Kermalis 2025-12-01 23:43:07 -05:00
parent 67e9457ce6
commit 560be7c106
140 changed files with 1176 additions and 1134 deletions

View File

@ -26,6 +26,45 @@ enum ESC_RetID
ESC_RET_04,
};
enum ScriptRefType
{
// Unused?
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_00,
// Seems to be "enter" scripts.
// Sets GroundEvent Unk8 to 0x60
SCRIPT_TYPE_01,
// Seems to be "exit" (GETOUT) scripts.
// Sets GroundEvent Unk8 to 0x60
SCRIPT_TYPE_02,
// Unused?
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_03,
// Seems to be related to speaking.
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_04,
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_05,
// Unused?
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_06,
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_07,
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_08,
// Seems to be for emote/looking effects.
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_09,
// Seems to be debug scripts that are only used from a debug menu.
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_10,
// Seems to indicate sub-scenarios beginning/continuing/ending.
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_11,
// Sets GroundEvent Unk8 to 0x20
SCRIPT_TYPE_12,
};
// size: 0x10
typedef struct ScriptCommand
{
@ -154,7 +193,7 @@ typedef struct GroundMapAction
typedef struct ScriptRef
{
/* 0x0 */ s16 id; // See enum "ScriptID"
/* 0x2 */ s16 type;
/* 0x2 */ s16 type; // See enum "ScriptRefType"
/* 0x4 */ const u8 *name;
/* 0x8 */ const ScriptCommand *script;
} ScriptRef;

View File

@ -144,7 +144,7 @@ bool8 sub_803B050(void)
for (i = 0, max = NUM_SCRIPT_IDS - 1; i <= max; i = (s16)(i + 1)) {
const ScriptRef *info = &gFunctionScriptTable[i];
if (info->type == 10) {
if (info->type == SCRIPT_TYPE_10) {
gUnknown_203B3FC->scriptIDs[count++] = i;
}
}

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs162_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs162_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs162_g0_s0_station_sref_script }; /* 0x820fd9c */
static const ScriptRef s_gs162_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs162_g0_s0_station_sref_script }; /* 0x820fd9c */
static const struct ScriptCommand s_gs162_g1_s0_station_sref_script[] = { /* 0x820fda8 */
DEBUGINFO_O(19),
@ -28,7 +28,7 @@ static const struct ScriptCommand s_gs162_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs162_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g1_s0_station_sref_script }; /* 0x820fe48 */
static const ScriptRef s_gs162_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g1_s0_station_sref_script }; /* 0x820fe48 */
static const struct ScriptCommand s_gs162_g1_s0_lives0_dlg0[] = { /* 0x820fe54 */
DEBUGINFO_O(34),
@ -72,7 +72,7 @@ static const struct ScriptCommand s_gs162_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs162_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g2_s0_station_sref_script }; /* 0x8210144 */
static const ScriptRef s_gs162_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g2_s0_station_sref_script }; /* 0x8210144 */
static const struct ScriptCommand s_gs162_g2_s0_eff0_script[] = { /* 0x8210150 */
DEBUGINFO_O(78),
@ -130,7 +130,7 @@ static const struct ScriptCommand s_gs162_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs162_g3_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g3_s0_station_sref_script }; /* 0x821055c */
static const ScriptRef s_gs162_g3_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g3_s0_station_sref_script }; /* 0x821055c */
static const struct ScriptCommand s_gs162_g3_s0_lives0_dlg0[] = { /* 0x8210568 */
DEBUGINFO_O(136),
@ -239,7 +239,7 @@ static const struct ScriptCommand s_gs162_g4_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs162_g4_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g4_s0_station_sref_script }; /* 0x8210c5c */
static const ScriptRef s_gs162_g4_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g4_s0_station_sref_script }; /* 0x8210c5c */
static const struct ScriptCommand s_gs162_g4_s0_lives0_dlg0[] = { /* 0x8210c68 */
DEBUGINFO_O(245),
@ -386,7 +386,7 @@ static const struct ScriptCommand s_gs162_g5_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs162_g5_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g5_s0_station_sref_script }; /* 0x82116ac */
static const ScriptRef s_gs162_g5_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g5_s0_station_sref_script }; /* 0x82116ac */
static const struct ScriptCommand s_gs162_g5_s0_lives0_dlg0[] = { /* 0x82116b8 */
DEBUGINFO_O(392),
@ -423,7 +423,7 @@ static const struct ScriptCommand s_gs162_g6_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs162_g6_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g6_s0_station_sref_script }; /* 0x8211894 */
static const ScriptRef s_gs162_g6_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g6_s0_station_sref_script }; /* 0x8211894 */
static const struct ScriptCommand s_gs162_g6_s0_lives0_dlg0[] = { /* 0x82118a0 */
DEBUGINFO_O(429),
@ -682,7 +682,7 @@ static const struct ScriptCommand s_gs162_g7_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs162_g7_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g7_s0_station_sref_script }; /* 0x8212e64 */
static const ScriptRef s_gs162_g7_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g7_s0_station_sref_script }; /* 0x8212e64 */
static const struct ScriptCommand s_gs162_g7_s0_lives0_dlg0[] = { /* 0x8212e70 */
DEBUGINFO_O(688),
@ -722,7 +722,7 @@ static const struct ScriptCommand s_gs162_g8_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs162_g8_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g8_s0_station_sref_script }; /* 0x8213030 */
static const ScriptRef s_gs162_g8_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g8_s0_station_sref_script }; /* 0x8213030 */
static const struct ScriptCommand s_gs162_g8_s0_lives0_dlg0[] = { /* 0x821303c */
DEBUGINFO_O(728),
@ -987,7 +987,7 @@ static const struct ScriptCommand s_gs162_g9_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs162_g9_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g9_s0_station_sref_script }; /* 0x8214520 */
static const ScriptRef s_gs162_g9_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g9_s0_station_sref_script }; /* 0x8214520 */
static const struct ScriptCommand s_gs162_g9_s0_lives0_dlg0[] = { /* 0x821452c */
DEBUGINFO_O(993),
@ -1243,7 +1243,7 @@ static const struct ScriptCommand s_gs162_g10_s0_station_sref_script[] = { /* 0x
RET,
};
static const struct ScriptRef s_gs162_g10_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs162_g10_s0_station_sref_script }; /* 0x8215d98 */
static const ScriptRef s_gs162_g10_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs162_g10_s0_station_sref_script }; /* 0x8215d98 */
static const struct ScriptCommand s_gs162_g10_s0_lives0_dlg0[] = { /* 0x8215da4 */
DEBUGINFO_O(1249),
@ -1404,7 +1404,7 @@ static const struct GroundEffectData s_gs162_g10_s0_effs[] = { /* 0x82160a8 */
/* 0 */ { 0, 0, 1, 1, { 30, 19, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82160b4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82160b4 */
&s_gs162_g0_s0_station_sref,
&s_gs162_g1_s0_station_sref,
&s_gs162_g2_s0_station_sref,

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs163_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs163_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs163_g0_s0_station_sref_script }; /* 0x8216440 */
static const ScriptRef s_gs163_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs163_g0_s0_station_sref_script }; /* 0x8216440 */
static const struct ScriptCommand s_gs163_g1_s0_station_sref_script[] = { /* 0x821644c */
DEBUGINFO_O(19),
@ -34,7 +34,7 @@ static const struct ScriptCommand s_gs163_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs163_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs163_g1_s0_station_sref_script }; /* 0x8216588 */
static const ScriptRef s_gs163_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs163_g1_s0_station_sref_script }; /* 0x8216588 */
static const struct ScriptCommand s_gs163_g1_s0_lives0_dlg0[] = { /* 0x8216594 */
@ -64,7 +64,7 @@ static const struct ScriptCommand s_gs163_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs163_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs163_g2_s0_station_sref_script }; /* 0x821674c */
static const ScriptRef s_gs163_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs163_g2_s0_station_sref_script }; /* 0x821674c */
static const struct ScriptCommand s_gs163_g2_s0_lives0_dlg0[] = { /* 0x8216758 */
DEBUGINFO_O(70),
@ -99,7 +99,7 @@ static const struct ScriptCommand s_gs163_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs163_g3_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs163_g3_s0_station_sref_script }; /* 0x8216948 */
static const ScriptRef s_gs163_g3_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs163_g3_s0_station_sref_script }; /* 0x8216948 */
static const struct ScriptCommand s_gs163_g3_s0_lives0_dlg0[] = { /* 0x8216954 */
DEBUGINFO_O(105),
@ -299,7 +299,7 @@ static const struct GroundEffectData s_gs163_g3_s0_effs[] = { /* 0x8218048 */
/* 0 */ { 0, 0, 1, 1, { 30, 19, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8218054 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8218054 */
&s_gs163_g0_s0_station_sref,
&s_gs163_g1_s0_station_sref,
&s_gs163_g2_s0_station_sref,

View File

@ -15,7 +15,7 @@ static const struct ScriptCommand s_gs164_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs164_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs164_g0_s0_station_sref_script }; /* 0x82181ac */
static const ScriptRef s_gs164_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs164_g0_s0_station_sref_script }; /* 0x82181ac */
static const struct ScriptCommand s_gs164_g1_s0_station_sref_script[] = { /* 0x82181b8 */
DEBUGINFO_O(21),
@ -37,7 +37,7 @@ static const struct ScriptCommand s_gs164_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs164_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs164_g1_s0_station_sref_script }; /* 0x8218330 */
static const ScriptRef s_gs164_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs164_g1_s0_station_sref_script }; /* 0x8218330 */
static const struct ScriptCommand s_gs164_g1_s0_lives0_dlg0[] = { /* 0x821833c */
@ -81,7 +81,7 @@ static const struct GroundEffectData s_gs164_g1_s0_effs[] = { /* 0x8218508 */
/* 0 */ { 0, 0, 1, 1, { 40, 20, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8218514 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8218514 */
&s_gs164_g0_s0_station_sref,
&s_gs164_g1_s0_station_sref,
};

View File

@ -15,7 +15,7 @@ static const struct ScriptCommand s_gs165_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs165_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs165_g0_s0_station_sref_script }; /* 0x821860c */
static const ScriptRef s_gs165_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs165_g0_s0_station_sref_script }; /* 0x821860c */
static const struct ScriptCommand s_gs165_g1_s0_station_sref_script[] = { /* 0x8218618 */
DEBUGINFO_O(21),
@ -44,7 +44,7 @@ static const struct ScriptCommand s_gs165_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs165_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs165_g1_s0_station_sref_script }; /* 0x8218828 */
static const ScriptRef s_gs165_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs165_g1_s0_station_sref_script }; /* 0x8218828 */
@ -101,7 +101,7 @@ static const struct GroundEffectData s_gs165_g1_s0_effs[] = { /* 0x8218b24 */
/* 0 */ { 0, 0, 1, 1, { 16, 11, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8218b30 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8218b30 */
&s_gs165_g0_s0_station_sref,
&s_gs165_g1_s0_station_sref,
};

View File

@ -15,7 +15,7 @@ static const struct ScriptCommand s_gs166_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs166_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs166_g0_s0_station_sref_script }; /* 0x8218c28 */
static const ScriptRef s_gs166_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs166_g0_s0_station_sref_script }; /* 0x8218c28 */
static const struct ScriptCommand s_gs166_g1_s0_station_sref_script[] = { /* 0x8218c34 */
DEBUGINFO_O(21),
@ -27,7 +27,7 @@ static const struct ScriptCommand s_gs166_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs166_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs166_g1_s0_station_sref_script }; /* 0x8218ca4 */
static const ScriptRef s_gs166_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs166_g1_s0_station_sref_script }; /* 0x8218ca4 */
static const struct ScriptCommand s_gs166_g1_s0_lives0_dlg0[] = { /* 0x8218cb0 */
DEBUGINFO_O(33),
@ -95,7 +95,7 @@ static const struct ScriptCommand s_gs166_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs166_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs166_g2_s0_station_sref_script }; /* 0x8219150 */
static const ScriptRef s_gs166_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs166_g2_s0_station_sref_script }; /* 0x8219150 */
static const struct ScriptCommand s_gs166_g2_s0_lives0_dlg0[] = { /* 0x821915c */
@ -194,7 +194,7 @@ static const struct GroundEffectData s_gs166_g2_s0_effs[] = { /* 0x82196b8 */
/* 0 */ { 0, 0, 1, 1, { 30, 28, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82196c4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82196c4 */
&s_gs166_g0_s0_station_sref,
&s_gs166_g1_s0_station_sref,
&s_gs166_g2_s0_station_sref,

View File

@ -18,7 +18,7 @@ static const struct ScriptCommand s_gs167_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs167_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs167_g0_s0_station_sref_script }; /* 0x82197f0 */
static const ScriptRef s_gs167_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs167_g0_s0_station_sref_script }; /* 0x82197f0 */
static const struct ScriptCommand s_gs167_g1_s0_station_sref_script[] = { /* 0x82197fc */
DEBUGINFO_O(24),
@ -30,7 +30,7 @@ static const struct ScriptCommand s_gs167_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs167_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs167_g1_s0_station_sref_script }; /* 0x821986c */
static const ScriptRef s_gs167_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs167_g1_s0_station_sref_script }; /* 0x821986c */
static const struct ScriptCommand s_gs167_g2_s0_station_sref_script[] = { /* 0x8219878 */
DEBUGINFO_O(36),
@ -59,7 +59,7 @@ static const struct ScriptCommand s_gs167_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs167_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs167_g2_s0_station_sref_script }; /* 0x8219b4c */
static const ScriptRef s_gs167_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs167_g2_s0_station_sref_script }; /* 0x8219b4c */
static const struct ScriptCommand s_gs167_g2_s0_eff0_script[] = { /* 0x8219b58 */
@ -332,7 +332,7 @@ static const struct GroundEffectData s_gs167_g2_s0_effs[] = { /* 0x821b940 */
/* 0 */ { 0, 0, 1, 1, { 16, 8, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs167_g2_s0_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x821b94c */
static const ScriptRef * const (sStationScripts[]) = { /* 0x821b94c */
&s_gs167_g0_s0_station_sref,
&s_gs167_g1_s0_station_sref,
&s_gs167_g2_s0_station_sref,

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs168_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs168_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs168_g0_s0_station_sref_script }; /* 0x821ba90 */
static const ScriptRef s_gs168_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs168_g0_s0_station_sref_script }; /* 0x821ba90 */
static const struct ScriptCommand s_gs168_g1_s0_station_sref_script[] = { /* 0x821ba9c */
DEBUGINFO_O(19),
@ -27,7 +27,7 @@ static const struct ScriptCommand s_gs168_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs168_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs168_g1_s0_station_sref_script }; /* 0x821bb2c */
static const ScriptRef s_gs168_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs168_g1_s0_station_sref_script }; /* 0x821bb2c */
static const struct ScriptCommand s_gs168_g1_s0_eff0_script[] = { /* 0x821bb38 */
DEBUGINFO_O(33),
@ -223,7 +223,7 @@ static const struct ScriptCommand s_gs168_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs168_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs168_g2_s0_station_sref_script }; /* 0x821ca10 */
static const ScriptRef s_gs168_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs168_g2_s0_station_sref_script }; /* 0x821ca10 */
static const struct ScriptCommand s_gs168_g2_s0_lives0_dlg0[] = { /* 0x821ca1c */
DEBUGINFO_O(229),
@ -307,7 +307,7 @@ static const struct GroundEffectData s_gs168_g2_s0_effs[] = { /* 0x821cddc */
/* 0 */ { 0, 0, 1, 1, { 79, 24, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x821cde8 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x821cde8 */
&s_gs168_g0_s0_station_sref,
&s_gs168_g1_s0_station_sref,
&s_gs168_g2_s0_station_sref,

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs169_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs169_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs169_g0_s0_station_sref_script }; /* 0x821cf0c */
static const ScriptRef s_gs169_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs169_g0_s0_station_sref_script }; /* 0x821cf0c */
static const struct ScriptCommand s_gs169_g1_s0_station_sref_script[] = { /* 0x821cf18 */
DEBUGINFO_O(19),
@ -26,7 +26,7 @@ static const struct ScriptCommand s_gs169_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs169_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs169_g1_s0_station_sref_script }; /* 0x821cf98 */
static const ScriptRef s_gs169_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs169_g1_s0_station_sref_script }; /* 0x821cf98 */
static const struct ScriptCommand s_gs169_g1_s0_lives0_dlg0[] = { /* 0x821cfa4 */
DEBUGINFO_O(32),
@ -66,7 +66,7 @@ static const struct GroundEffectData s_gs169_g1_s0_effs[] = { /* 0x821d154 */
/* 0 */ { 0, 0, 1, 1, { 17, 18, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x821d160 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x821d160 */
&s_gs169_g0_s0_station_sref,
&s_gs169_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs170_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs170_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs170_g0_s0_station_sref_script }; /* 0x821d250 */
static const ScriptRef s_gs170_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs170_g0_s0_station_sref_script }; /* 0x821d250 */
static const struct ScriptCommand s_gs170_g1_s0_station_sref_script[] = { /* 0x821d25c */
DEBUGINFO_O(19),
@ -27,7 +27,7 @@ static const struct ScriptCommand s_gs170_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs170_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs170_g1_s0_station_sref_script }; /* 0x821d2ec */
static const ScriptRef s_gs170_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs170_g1_s0_station_sref_script }; /* 0x821d2ec */
static const struct ScriptCommand s_gs170_g1_s0_lives0_dlg0[] = { /* 0x821d2f8 */
DEBUGINFO_O(33),
@ -278,7 +278,7 @@ static const struct ScriptCommand s_gs170_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs170_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs170_g2_s0_station_sref_script }; /* 0x821ee58 */
static const ScriptRef s_gs170_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs170_g2_s0_station_sref_script }; /* 0x821ee58 */
static const struct ScriptCommand s_gs170_g2_s0_lives0_dlg0[] = { /* 0x821ee64 */
DEBUGINFO_O(284),
@ -453,7 +453,7 @@ static const struct GroundEffectData s_gs170_g2_s0_effs[] = { /* 0x821f8d0 */
/* 0 */ { 0, 0, 1, 1, { 103, 15, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x821f8dc */
static const ScriptRef * const (sStationScripts[]) = { /* 0x821f8dc */
&s_gs170_g0_s0_station_sref,
&s_gs170_g1_s0_station_sref,
&s_gs170_g2_s0_station_sref,

View File

@ -24,7 +24,7 @@ static const struct ScriptCommand s_gs171_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs171_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs171_g0_s0_station_sref_script }; /* 0x821fa28 */
static const ScriptRef s_gs171_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs171_g0_s0_station_sref_script }; /* 0x821fa28 */
static const struct ScriptCommand s_gs171_g1_s0_station_sref_script[] = { /* 0x821fa34 */
DEBUGINFO_O(30),
@ -37,7 +37,7 @@ static const struct ScriptCommand s_gs171_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs171_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs171_g1_s0_station_sref_script }; /* 0x821fab4 */
static const ScriptRef s_gs171_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs171_g1_s0_station_sref_script }; /* 0x821fab4 */
static const struct ScriptCommand s_gs171_g1_s0_eff0_script[] = { /* 0x821fac0 */
DEBUGINFO_O(43),
@ -81,7 +81,7 @@ static const struct ScriptCommand s_gs171_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs171_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs171_g2_s0_station_sref_script }; /* 0x821fd38 */
static const ScriptRef s_gs171_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs171_g2_s0_station_sref_script }; /* 0x821fd38 */
static const struct ScriptCommand s_gs171_g2_s0_eff0_script[] = { /* 0x821fd44 */
DEBUGINFO_O(87),
@ -130,7 +130,7 @@ static const struct ScriptCommand s_gs171_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs171_g3_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs171_g3_s0_station_sref_script }; /* 0x82200a4 */
static const ScriptRef s_gs171_g3_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs171_g3_s0_station_sref_script }; /* 0x82200a4 */
static const struct ScriptCommand s_gs171_g3_s0_lives0_dlg0[] = { /* 0x82200b0 */
DEBUGINFO_O(136),
@ -390,7 +390,7 @@ static const struct ScriptCommand s_gs171_g4_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs171_g4_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs171_g4_s0_station_sref_script }; /* 0x82213f0 */
static const ScriptRef s_gs171_g4_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs171_g4_s0_station_sref_script }; /* 0x82213f0 */
static const struct ScriptCommand s_gs171_g4_s0_lives0_dlg0[] = { /* 0x82213fc */
DEBUGINFO_O(396),
@ -578,7 +578,7 @@ static const struct ScriptCommand s_gs171_g5_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs171_g5_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs171_g5_s0_station_sref_script }; /* 0x8221e34 */
static const ScriptRef s_gs171_g5_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs171_g5_s0_station_sref_script }; /* 0x8221e34 */
static const struct ScriptCommand s_gs171_g5_s0_eff0_script[] = { /* 0x8221e40 */
DEBUGINFO_O(584),
@ -1064,7 +1064,7 @@ static const struct ScriptCommand s_gs171_g6_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs171_g6_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs171_g6_s0_station_sref_script }; /* 0x8223c34 */
static const ScriptRef s_gs171_g6_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs171_g6_s0_station_sref_script }; /* 0x8223c34 */
static const struct ScriptCommand s_gs171_g6_s0_eff0_script[] = { /* 0x8223c40 */
DEBUGINFO_O(1070),
@ -2108,7 +2108,7 @@ static const struct ScriptCommand s_gs171_g7_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs171_g7_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs171_g7_s0_station_sref_script }; /* 0x8227f48 */
static const ScriptRef s_gs171_g7_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs171_g7_s0_station_sref_script }; /* 0x8227f48 */
static const struct ScriptCommand s_gs171_g7_s0_lives0_dlg0[] = { /* 0x8227f54 */
DEBUGINFO_O(2114),
@ -2595,7 +2595,7 @@ static const struct GroundEffectData s_gs171_g7_s0_effs[] = { /* 0x8229674 */
/* 0 */ { 0, 0, 1, 1, { 20, 42, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8229680 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8229680 */
&s_gs171_g0_s0_station_sref,
&s_gs171_g1_s0_station_sref,
&s_gs171_g2_s0_station_sref,

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs172_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs172_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs172_g0_s0_station_sref_script }; /* 0x8229920 */
static const ScriptRef s_gs172_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs172_g0_s0_station_sref_script }; /* 0x8229920 */
static const struct ScriptCommand s_gs172_g1_s0_station_sref_script[] = { /* 0x822992c */
DEBUGINFO_O(19),
@ -31,7 +31,7 @@ static const struct ScriptCommand s_gs172_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs172_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs172_g1_s0_station_sref_script }; /* 0x8229a20 */
static const ScriptRef s_gs172_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs172_g1_s0_station_sref_script }; /* 0x8229a20 */
static const struct ScriptCommand s_gs172_g1_s0_eff0_script[] = { /* 0x8229a2c */
@ -48,7 +48,7 @@ static const struct GroundEffectData s_gs172_g1_s0_effs[] = { /* 0x8229a9c */
/* 0 */ { 0, 0, 1, 1, { 18, 19, 0, CPOS_HALFTILE }, s_gs172_g1_s0_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8229aa8 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8229aa8 */
&s_gs172_g0_s0_station_sref,
&s_gs172_g1_s0_station_sref,
};

View File

@ -14,7 +14,7 @@ static const struct ScriptCommand s_gs173_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs173_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs173_g0_s0_station_sref_script }; /* 0x8229b98 */
static const ScriptRef s_gs173_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs173_g0_s0_station_sref_script }; /* 0x8229b98 */
static const struct ScriptCommand s_gs173_g1_s0_station_sref_script[] = { /* 0x8229ba4 */
DEBUGINFO_O(20),
@ -32,7 +32,7 @@ static const struct ScriptCommand s_gs173_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs173_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs173_g1_s0_station_sref_script }; /* 0x8229c74 */
static const ScriptRef s_gs173_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs173_g1_s0_station_sref_script }; /* 0x8229c74 */
static const struct ScriptCommand s_gs173_g1_s0_eff0_script[] = { /* 0x8229c80 */
DEBUGINFO_O(38),
@ -57,7 +57,7 @@ static const struct ScriptCommand s_gs173_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs173_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs173_g2_s0_station_sref_script }; /* 0x8229d90 */
static const ScriptRef s_gs173_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs173_g2_s0_station_sref_script }; /* 0x8229d90 */
static const struct ScriptCommand s_gs173_g2_s0_eff0_script[] = { /* 0x8229d9c */
DEBUGINFO_O(63),
@ -92,7 +92,7 @@ static const struct ScriptCommand s_gs173_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs173_g3_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs173_g3_s0_station_sref_script }; /* 0x8229f4c */
static const ScriptRef s_gs173_g3_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs173_g3_s0_station_sref_script }; /* 0x8229f4c */
static const struct ScriptCommand s_gs173_g3_s0_eff0_script[] = { /* 0x8229f58 */
DEBUGINFO_O(98),
@ -124,7 +124,7 @@ static const struct GroundEffectData s_gs173_g3_s0_effs[] = { /* 0x822a020 */
/* 1 */ { 3, 0, 1, 1, { 18, 33, 0, CPOS_HALFTILE }, s_gs173_g3_s0_eff1_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x822a038 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x822a038 */
&s_gs173_g0_s0_station_sref,
&s_gs173_g1_s0_station_sref,
&s_gs173_g2_s0_station_sref,

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs174_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs174_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs174_g0_s0_station_sref_script }; /* 0x822a190 */
static const ScriptRef s_gs174_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs174_g0_s0_station_sref_script }; /* 0x822a190 */
static const struct ScriptCommand s_gs174_g1_s0_station_sref_script[] = { /* 0x822a19c */
DEBUGINFO_O(19),
@ -29,7 +29,7 @@ static const struct ScriptCommand s_gs174_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs174_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs174_g1_s0_station_sref_script }; /* 0x822a24c */
static const ScriptRef s_gs174_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs174_g1_s0_station_sref_script }; /* 0x822a24c */
static const struct ScriptCommand s_gs174_g1_s0_lives0_dlg0[] = { /* 0x822a258 */
DEBUGINFO_O(35),
@ -194,7 +194,7 @@ static const struct GroundEffectData s_gs174_g1_s0_effs[] = { /* 0x822aec8 */
/* 0 */ { 0, 0, 1, 1, { 20, 12, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x822aed4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x822aed4 */
&s_gs174_g0_s0_station_sref,
&s_gs174_g1_s0_station_sref,
};

View File

@ -12,7 +12,7 @@ static const struct ScriptCommand s_gs175_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs175_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs175_g0_s0_station_sref_script }; /* 0x822afdc */
static const ScriptRef s_gs175_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs175_g0_s0_station_sref_script }; /* 0x822afdc */
static const struct ScriptCommand s_gs175_g1_s0_station_sref_script[] = { /* 0x822afe8 */
DEBUGINFO_O(18),
@ -33,7 +33,7 @@ static const struct ScriptCommand s_gs175_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs175_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs175_g1_s0_station_sref_script }; /* 0x822b0e8 */
static const ScriptRef s_gs175_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs175_g1_s0_station_sref_script }; /* 0x822b0e8 */
static const struct ScriptCommand s_gs175_g1_s0_eff1_script[] = { /* 0x822b0f4 */
DEBUGINFO_O(39),
@ -76,7 +76,7 @@ static const struct ScriptCommand s_gs175_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs175_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs175_g2_s0_station_sref_script }; /* 0x822b3c4 */
static const ScriptRef s_gs175_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs175_g2_s0_station_sref_script }; /* 0x822b3c4 */
static const struct ScriptCommand s_gs175_g2_s0_eff1_script[] = { /* 0x822b3d0 */
DEBUGINFO_O(82),
@ -111,7 +111,7 @@ static const struct GroundEffectData s_gs175_g2_s0_effs[] = { /* 0x822b59c */
/* 1 */ { 3, 4, 2, 1, { 22, 15, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs175_g2_s0_eff1_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x822b5b4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x822b5b4 */
&s_gs175_g0_s0_station_sref,
&s_gs175_g1_s0_station_sref,
&s_gs175_g2_s0_station_sref,

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs176_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs176_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs176_g0_s0_station_sref_script }; /* 0x822b6d8 */
static const ScriptRef s_gs176_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs176_g0_s0_station_sref_script }; /* 0x822b6d8 */
static const struct ScriptCommand s_gs176_g1_s0_station_sref_script[] = { /* 0x822b6e4 */
DEBUGINFO_O(19),
@ -88,7 +88,7 @@ static const struct ScriptCommand s_gs176_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs176_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs176_g1_s0_station_sref_script }; /* 0x822bb44 */
static const ScriptRef s_gs176_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs176_g1_s0_station_sref_script }; /* 0x822bb44 */
static const struct ScriptCommand s_gs176_g1_s0_eff1_script[] = { /* 0x822bb50 */
DEBUGINFO_O(94),
@ -118,7 +118,7 @@ static const struct GroundEffectData s_gs176_g1_s0_effs[] = { /* 0x822bd4c */
/* 1 */ { 3, 4, 2, 1, { 22, 15, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs176_g1_s0_eff1_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x822bd64 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x822bd64 */
&s_gs176_g0_s0_station_sref,
&s_gs176_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs177_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs177_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs177_g0_s0_station_sref_script }; /* 0x822be54 */
static const ScriptRef s_gs177_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs177_g0_s0_station_sref_script }; /* 0x822be54 */
static const struct ScriptCommand s_gs177_g1_s0_station_sref_script[] = { /* 0x822be60 */
DEBUGINFO_O(19),
@ -54,12 +54,12 @@ static const struct ScriptCommand s_gs177_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs177_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs177_g1_s0_station_sref_script }; /* 0x822c1ac */
static const ScriptRef s_gs177_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs177_g1_s0_station_sref_script }; /* 0x822c1ac */
static const struct GroundEffectData s_gs177_g1_s0_effs[] = { /* 0x822c1b8 */
/* 0 */ { 0, 0, 1, 1, { 21, 15, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x822c1c4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x822c1c4 */
&s_gs177_g0_s0_station_sref,
&s_gs177_g1_s0_station_sref,
};

View File

@ -282,7 +282,7 @@ static const struct ScriptCommand s_gs9_g0_s0_station_sref_script[] = { /* 0x819
RET,
};
static const struct ScriptRef s_gs9_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs9_g0_s0_station_sref_script }; /* 0x819bec8 */
static const ScriptRef s_gs9_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs9_g0_s0_station_sref_script }; /* 0x819bec8 */
static const struct ScriptCommand s_gs9_g0_s0_evt0_sref_script[] = { /* 0x819bed4 */
@ -295,7 +295,7 @@ static const struct ScriptCommand s_gs9_g0_s0_evt0_sref_script[] = { /* 0x819bed
HALT,
};
static const struct ScriptRef s_gs9_g0_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs9_g0_s0_evt0_sref_script }; /* 0x819bf44 */
static const ScriptRef s_gs9_g0_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs9_g0_s0_evt0_sref_script }; /* 0x819bf44 */
static const struct ScriptCommand s_gs9_g0_s0_evt1_sref_script[] = { /* 0x819bf50 */
DEBUGINFO_O(442),
@ -329,7 +329,7 @@ static const struct ScriptCommand s_gs9_g0_s0_evt1_sref_script[] = { /* 0x819bf5
RET,
};
static const struct ScriptRef s_gs9_g0_s0_evt1_sref = { GETOUT_NORMAL, 2, NULL, s_gs9_g0_s0_evt1_sref_script }; /* 0x819c174 */
static const ScriptRef s_gs9_g0_s0_evt1_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs9_g0_s0_evt1_sref_script }; /* 0x819c174 */
static const struct ScriptCommand s_gs9_g0_s0_evt2_sref_script[] = { /* 0x819c180 */
DEBUGINFO_O(476),
@ -361,7 +361,7 @@ static const struct ScriptCommand s_gs9_g0_s0_evt2_sref_script[] = { /* 0x819c18
HALT,
};
static const struct ScriptRef s_gs9_g0_s0_evt2_sref = { GETOUT_NORMAL, 2, NULL, s_gs9_g0_s0_evt2_sref_script }; /* 0x819c330 */
static const ScriptRef s_gs9_g0_s0_evt2_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs9_g0_s0_evt2_sref_script }; /* 0x819c330 */
static const struct ScriptCommand s_gs9_g0_s0_evt3_sref_script[] = { /* 0x819c33c */
@ -370,7 +370,7 @@ static const struct ScriptCommand s_gs9_g0_s0_evt3_sref_script[] = { /* 0x819c33
HALT,
};
static const struct ScriptRef s_gs9_g0_s0_evt3_sref = { GETOUT_NORMAL, 2, NULL, s_gs9_g0_s0_evt3_sref_script }; /* 0x819c36c */
static const ScriptRef s_gs9_g0_s0_evt3_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs9_g0_s0_evt3_sref_script }; /* 0x819c36c */
static const struct ScriptCommand s_gs9_g0_s0_obj0_dlg2[] = { /* 0x819c378 */
DEBUGINFO_O(517),
@ -865,7 +865,7 @@ static const struct ScriptCommand s_gs9_g1_s0_station_sref_script[] = { /* 0x819
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g1_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g1_s0_station_sref_script }; /* 0x819e758 */
static const ScriptRef s_gs9_g1_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g1_s0_station_sref_script }; /* 0x819e758 */
@ -905,7 +905,7 @@ static const struct ScriptCommand s_gs9_g2_s0_station_sref_script[] = { /* 0x819
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g2_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g2_s0_station_sref_script }; /* 0x819e8b4 */
static const ScriptRef s_gs9_g2_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g2_s0_station_sref_script }; /* 0x819e8b4 */
static const struct ScriptCommand s_gs9_g2_s0_eff0_script[] = { /* 0x819e8c0 */
DEBUGINFO_O(1052),
@ -968,7 +968,7 @@ static const struct ScriptCommand s_gs9_g3_s0_station_sref_script[] = { /* 0x819
RET,
};
static const struct ScriptRef s_gs9_g3_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g3_s0_station_sref_script }; /* 0x819ebb4 */
static const ScriptRef s_gs9_g3_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g3_s0_station_sref_script }; /* 0x819ebb4 */
static const struct ScriptCommand s_gs9_g4_s0_station_sref_script[] = { /* 0x819ebc0 */
DEBUGINFO_O(1115),
@ -1023,7 +1023,7 @@ static const struct ScriptCommand s_gs9_g4_s0_station_sref_script[] = { /* 0x819
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g4_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g4_s0_station_sref_script }; /* 0x819eee0 */
static const ScriptRef s_gs9_g4_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g4_s0_station_sref_script }; /* 0x819eee0 */
@ -1057,7 +1057,7 @@ static const struct ScriptCommand s_gs9_g5_s0_station_sref_script[] = { /* 0x819
RET,
};
static const struct ScriptRef s_gs9_g5_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g5_s0_station_sref_script }; /* 0x819f03c */
static const ScriptRef s_gs9_g5_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g5_s0_station_sref_script }; /* 0x819f03c */
static const struct ScriptCommand s_gs9_g5_s0_lives0_dlg0[] = { /* 0x819f048 */
DEBUGINFO_O(1204),
@ -1114,7 +1114,7 @@ static const struct ScriptCommand s_gs9_g6_s0_station_sref_script[] = { /* 0x819
RET,
};
static const struct ScriptRef s_gs9_g6_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g6_s0_station_sref_script }; /* 0x819f39c */
static const ScriptRef s_gs9_g6_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g6_s0_station_sref_script }; /* 0x819f39c */
static const struct ScriptCommand s_gs9_g6_s1_lives0_dlg0[] = { /* 0x819f3a8 */
@ -1179,7 +1179,7 @@ static const struct ScriptCommand s_gs9_g7_s0_station_sref_script[] = { /* 0x819
RET,
};
static const struct ScriptRef s_gs9_g7_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g7_s0_station_sref_script }; /* 0x819f7b8 */
static const ScriptRef s_gs9_g7_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g7_s0_station_sref_script }; /* 0x819f7b8 */
static const struct ScriptCommand s_gs9_g7_s0_lives0_dlg0[] = { /* 0x819f7c4 */
DEBUGINFO_O(1326),
@ -1223,7 +1223,7 @@ static const struct ScriptCommand s_gs9_g8_s0_station_sref_script[] = { /* 0x819
RET,
};
static const struct ScriptRef s_gs9_g8_s0_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g8_s0_station_sref_script }; /* 0x819f9a4 */
static const ScriptRef s_gs9_g8_s0_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g8_s0_station_sref_script }; /* 0x819f9a4 */
static const struct ScriptCommand s_gs9_g8_s0_lives0_dlg0[] = { /* 0x819f9b0 */
DEBUGINFO_O(1370),
@ -1417,7 +1417,7 @@ static const struct ScriptCommand s_gs9_g17_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g17_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g17_s0_station_sref_script }; /* 0x81a0500 */
static const ScriptRef s_gs9_g17_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g17_s0_station_sref_script }; /* 0x81a0500 */
static const struct ScriptCommand s_gs9_g17_s0_eff0_script[] = { /* 0x81a050c - PART 1 0:18:58-0:19:03 - Possibly the camera scroll? WAIT timing seems to match */
@ -1695,7 +1695,7 @@ static const struct ScriptCommand s_gs9_g18_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g18_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g18_s0_station_sref_script }; /* 0x81a2390 */
static const ScriptRef s_gs9_g18_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g18_s0_station_sref_script }; /* 0x81a2390 */
static const struct ScriptCommand s_gs9_g18_s0_eff0_script[] = { /* 0x81a239c */
DEBUGINFO_O(1842),
@ -2016,7 +2016,7 @@ static const struct ScriptCommand s_gs9_g19_s0_station_sref_script[] = { /* 0x81
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g19_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g19_s0_station_sref_script }; /* 0x81a40e0 */
static const ScriptRef s_gs9_g19_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g19_s0_station_sref_script }; /* 0x81a40e0 */
static const struct ScriptCommand s_gs9_g19_s0_lives0_dlg0[] = { /* 0x81a40ec */
DEBUGINFO_O(2163),
@ -2061,7 +2061,7 @@ static const struct ScriptCommand s_gs9_g19_s0_evt0_sref_script[] = { /* 0x81a43
HALT,
};
static const struct ScriptRef s_gs9_g19_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs9_g19_s0_evt0_sref_script }; /* 0x81a4380 */
static const ScriptRef s_gs9_g19_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs9_g19_s0_evt0_sref_script }; /* 0x81a4380 */
static const struct ScriptCommand s_gs9_g19_s1_station_sref_script[] = { /* 0x81a438c */
DEBUGINFO_O(2208),
@ -2072,7 +2072,7 @@ static const struct ScriptCommand s_gs9_g19_s1_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g19_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g19_s1_station_sref_script }; /* 0x81a43ec */
static const ScriptRef s_gs9_g19_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g19_s1_station_sref_script }; /* 0x81a43ec */
static const struct ScriptCommand s_gs9_g19_s1_lives0_dlg0[] = { /* 0x81a43f8 */
DEBUGINFO_O(2219),
@ -2131,7 +2131,7 @@ static const struct ScriptCommand s_gs9_g20_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g20_s0_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g20_s0_station_sref_script }; /* 0x81a484c */
static const ScriptRef s_gs9_g20_s0_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g20_s0_station_sref_script }; /* 0x81a484c */
static const struct ScriptCommand s_gs9_g20_s0_eff0_script[] = { /* 0x81a4858 */
DEBUGINFO_O(2278),
@ -2277,7 +2277,7 @@ static const struct ScriptCommand s_gs9_g21_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g21_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g21_s0_station_sref_script }; /* 0x81a536c */
static const ScriptRef s_gs9_g21_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g21_s0_station_sref_script }; /* 0x81a536c */
static const struct ScriptCommand s_gs9_g21_s0_lives0_dlg0[] = { /* 0x81a5378 */
DEBUGINFO_O(2424),
@ -2325,7 +2325,7 @@ static const struct ScriptCommand s_gs9_g22_s0_station_sref_script[] = { /* 0x81
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g22_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g22_s0_station_sref_script }; /* 0x81a566c */
static const ScriptRef s_gs9_g22_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g22_s0_station_sref_script }; /* 0x81a566c */
static const struct ScriptCommand s_gs9_g22_s1_station_sref_script[] = { /* 0x81a5678 */
DEBUGINFO_O(2472),
@ -2333,7 +2333,7 @@ static const struct ScriptCommand s_gs9_g22_s1_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g22_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g22_s1_station_sref_script }; /* 0x81a56a8 */
static const ScriptRef s_gs9_g22_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g22_s1_station_sref_script }; /* 0x81a56a8 */
static const struct ScriptCommand s_gs9_g22_s1_lives0_dlg0[] = { /* 0x81a56b4 */
DEBUGINFO_O(2480),
@ -2390,7 +2390,7 @@ static const struct ScriptCommand s_gs9_g22_s2_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g22_s2_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g22_s2_station_sref_script }; /* 0x81a5a70 */
static const ScriptRef s_gs9_g22_s2_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g22_s2_station_sref_script }; /* 0x81a5a70 */
static const struct ScriptCommand s_gs9_g22_s2_lives0_dlg0[] = { /* 0x81a5a7c */
DEBUGINFO_O(2537),
@ -2454,7 +2454,7 @@ static const struct ScriptCommand s_gs9_g23_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g23_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g23_s0_station_sref_script }; /* 0x81a5dcc */
static const ScriptRef s_gs9_g23_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g23_s0_station_sref_script }; /* 0x81a5dcc */
static const struct ScriptCommand s_gs9_g23_s0_lives0_dlg0[] = { /* 0x81a5dd8 */
DEBUGINFO_O(2601),
@ -2506,7 +2506,7 @@ static const struct ScriptCommand s_gs9_g24_s0_station_sref_script[] = { /* 0x81
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g24_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g24_s0_station_sref_script }; /* 0x81a6378 */
static const ScriptRef s_gs9_g24_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g24_s0_station_sref_script }; /* 0x81a6378 */
static const struct ScriptCommand s_gs9_g24_s0_obj0_dlg2[] = { /* 0x81a6384 */
DEBUGINFO_O(2653),
@ -2533,7 +2533,7 @@ static const struct ScriptCommand s_gs9_g24_s0_evt0_sref_script[] = { /* 0x81a64
HALT,
};
static const struct ScriptRef s_gs9_g24_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs9_g24_s0_evt0_sref_script }; /* 0x81a64e4 */
static const ScriptRef s_gs9_g24_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs9_g24_s0_evt0_sref_script }; /* 0x81a64e4 */
static const struct ScriptCommand s_gs9_g24_s1_station_sref_script[] = { /* 0x81a64f0 */
DEBUGINFO_O(2680),
@ -2544,7 +2544,7 @@ static const struct ScriptCommand s_gs9_g24_s1_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g24_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g24_s1_station_sref_script }; /* 0x81a6550 */
static const ScriptRef s_gs9_g24_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g24_s1_station_sref_script }; /* 0x81a6550 */
static const struct ScriptCommand s_gs9_g24_s1_lives0_dlg0[] = { /* 0x81a655c */
DEBUGINFO_O(2691),
@ -2568,7 +2568,7 @@ static const struct ScriptCommand s_gs9_g25_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g25_s0_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g25_s0_station_sref_script }; /* 0x81a6684 */
static const ScriptRef s_gs9_g25_s0_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g25_s0_station_sref_script }; /* 0x81a6684 */
static const struct ScriptCommand s_gs9_g25_s0_eff0_script[] = { /* 0x81a6690 */
DEBUGINFO_O(2715),
@ -2689,7 +2689,7 @@ static const struct ScriptCommand s_gs9_g26_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g26_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g26_s0_station_sref_script }; /* 0x81a7134 */
static const ScriptRef s_gs9_g26_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g26_s0_station_sref_script }; /* 0x81a7134 */
static const struct ScriptCommand s_gs9_g26_s0_lives0_dlg0[] = { /* 0x81a7140 */
DEBUGINFO_O(2836),
@ -2805,7 +2805,7 @@ static const struct ScriptCommand s_gs9_g27_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g27_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g27_s0_station_sref_script }; /* 0x81a7904 */
static const ScriptRef s_gs9_g27_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g27_s0_station_sref_script }; /* 0x81a7904 */
static const struct ScriptCommand s_gs9_g27_s0_lives0_dlg0[] = { /* 0x81a7910 */
DEBUGINFO_O(2952),
@ -2854,7 +2854,7 @@ static const struct ScriptCommand s_gs9_g28_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g28_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g28_s0_station_sref_script }; /* 0x81a7bf4 */
static const ScriptRef s_gs9_g28_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g28_s0_station_sref_script }; /* 0x81a7bf4 */
static const struct ScriptCommand s_gs9_g28_s0_eff0_script[] = { /* 0x81a7c00 */
DEBUGINFO_O(3001),
@ -3521,7 +3521,7 @@ static const struct ScriptCommand s_gs9_g29_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g29_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g29_s0_station_sref_script }; /* 0x81ab6c8 */
static const ScriptRef s_gs9_g29_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g29_s0_station_sref_script }; /* 0x81ab6c8 */
static const struct ScriptCommand s_gs9_g29_s0_lives0_dlg0[] = { /* 0x81ab6d4 */
DEBUGINFO_O(3668),
@ -3712,7 +3712,7 @@ static const struct ScriptCommand s_gs9_g30_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g30_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g30_s0_station_sref_script }; /* 0x81acc48 */
static const ScriptRef s_gs9_g30_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g30_s0_station_sref_script }; /* 0x81acc48 */
static const struct ScriptCommand s_gs9_g30_s0_eff0_script[] = { /* 0x81acc54 */
DEBUGINFO_O(3859),
@ -4165,7 +4165,7 @@ static const struct ScriptCommand s_gs9_g31_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g31_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g31_s0_station_sref_script }; /* 0x81aed3c */
static const ScriptRef s_gs9_g31_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g31_s0_station_sref_script }; /* 0x81aed3c */
static const struct ScriptCommand s_gs9_g31_s0_eff0_script[] = { /* 0x81aed48 */
DEBUGINFO_O(4312),
@ -4526,7 +4526,7 @@ static const struct ScriptCommand s_gs9_g32_s0_station_sref_script[] = { /* 0x81
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g32_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g32_s0_station_sref_script }; /* 0x81b07dc */
static const ScriptRef s_gs9_g32_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g32_s0_station_sref_script }; /* 0x81b07dc */
static const struct ScriptCommand s_gs9_g32_s0_lives0_dlg0[] = { /* 0x81b07e8 */
DEBUGINFO_O(4673),
@ -4561,7 +4561,7 @@ static const struct ScriptCommand s_gs9_g33_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g33_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g33_s0_station_sref_script }; /* 0x81b09f4 */
static const ScriptRef s_gs9_g33_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g33_s0_station_sref_script }; /* 0x81b09f4 */
static const struct ScriptCommand s_gs9_g33_s0_lives0_dlg0[] = { /* 0x81b0a00 */
DEBUGINFO_O(4708),
@ -4604,7 +4604,7 @@ static const struct ScriptCommand s_gs9_g34_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g34_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g34_s0_station_sref_script }; /* 0x81b0c8c */
static const ScriptRef s_gs9_g34_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g34_s0_station_sref_script }; /* 0x81b0c8c */
static const struct ScriptCommand s_gs9_g34_s0_lives0_dlg0[] = { /* 0x81b0c98 */
DEBUGINFO_O(4751),
@ -4920,7 +4920,7 @@ static const struct ScriptCommand s_gs9_g35_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g35_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g35_s0_station_sref_script }; /* 0x81b2534 */
static const ScriptRef s_gs9_g35_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g35_s0_station_sref_script }; /* 0x81b2534 */
static const struct ScriptCommand s_gs9_g35_s0_lives0_dlg0[] = { /* 0x81b2540 */
DEBUGINFO_O(5067),
@ -5010,7 +5010,7 @@ static const struct ScriptCommand s_gs9_g36_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g36_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g36_s0_station_sref_script }; /* 0x81b2aa4 */
static const ScriptRef s_gs9_g36_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g36_s0_station_sref_script }; /* 0x81b2aa4 */
static const struct ScriptCommand s_gs9_g36_s0_lives0_dlg0[] = { /* 0x81b2ab0 */
DEBUGINFO_O(5157),
@ -5170,7 +5170,7 @@ static const struct ScriptCommand s_gs9_g37_s0_station_sref_script[] = { /* 0x81
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g37_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g37_s0_station_sref_script }; /* 0x81b38d0 */
static const ScriptRef s_gs9_g37_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g37_s0_station_sref_script }; /* 0x81b38d0 */
static const struct ScriptCommand s_gs9_g37_s0_lives0_dlg0[] = { /* 0x81b38dc */
DEBUGINFO_O(5317),
@ -5204,7 +5204,7 @@ static const struct ScriptCommand s_gs9_g38_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g38_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g38_s0_station_sref_script }; /* 0x81b3ac0 */
static const ScriptRef s_gs9_g38_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g38_s0_station_sref_script }; /* 0x81b3ac0 */
static const struct ScriptCommand s_gs9_g38_s0_lives0_dlg0[] = { /* 0x81b3acc */
DEBUGINFO_O(5351),
@ -5246,7 +5246,7 @@ static const struct ScriptCommand s_gs9_g39_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g39_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g39_s0_station_sref_script }; /* 0x81b3d24 */
static const ScriptRef s_gs9_g39_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g39_s0_station_sref_script }; /* 0x81b3d24 */
static const struct ScriptCommand s_gs9_g39_s0_eff0_script[] = { /* 0x81b3d30 */
DEBUGINFO_O(5393),
@ -5693,7 +5693,7 @@ static const struct ScriptCommand s_gs9_g40_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g40_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g40_s0_station_sref_script }; /* 0x81b6030 */
static const ScriptRef s_gs9_g40_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g40_s0_station_sref_script }; /* 0x81b6030 */
static const struct ScriptCommand s_gs9_g40_s0_lives0_dlg0[] = { /* 0x81b603c */
DEBUGINFO_O(5840),
@ -5741,7 +5741,7 @@ static const struct ScriptCommand s_gs9_g41_s0_station_sref_script[] = { /* 0x81
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g41_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g41_s0_station_sref_script }; /* 0x81b6548 */
static const ScriptRef s_gs9_g41_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g41_s0_station_sref_script }; /* 0x81b6548 */
static const struct ScriptCommand s_gs9_g42_s0_station_sref_script[] = { /* 0x81b6554 */
DEBUGINFO_O(5888),
@ -5759,7 +5759,7 @@ static const struct ScriptCommand s_gs9_g42_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g42_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g42_s0_station_sref_script }; /* 0x81b6624 */
static const ScriptRef s_gs9_g42_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g42_s0_station_sref_script }; /* 0x81b6624 */
static const struct ScriptCommand s_gs9_g42_s0_lives0_dlg0[] = { /* 0x81b6630 */
DEBUGINFO_O(5906),
@ -5804,7 +5804,7 @@ static const struct ScriptCommand s_gs9_g43_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g43_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g43_s0_station_sref_script }; /* 0x81b6880 */
static const ScriptRef s_gs9_g43_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g43_s0_station_sref_script }; /* 0x81b6880 */
static const struct ScriptCommand s_gs9_g43_s0_eff0_script[] = { /* 0x81b688c */
DEBUGINFO_O(5951),
@ -5978,7 +5978,7 @@ static const struct ScriptCommand s_gs9_g44_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g44_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g44_s0_station_sref_script }; /* 0x81b78b4 */
static const ScriptRef s_gs9_g44_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g44_s0_station_sref_script }; /* 0x81b78b4 */
static const struct ScriptCommand s_gs9_g44_s0_lives0_dlg0[] = { /* 0x81b78c0 */
DEBUGINFO_O(6125),
@ -6024,7 +6024,7 @@ static const struct ScriptCommand s_gs9_g45_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g45_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g45_s0_station_sref_script }; /* 0x81b7b44 */
static const ScriptRef s_gs9_g45_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g45_s0_station_sref_script }; /* 0x81b7b44 */
static const struct ScriptCommand s_gs9_g45_s0_lives0_dlg0[] = { /* 0x81b7b50 */
DEBUGINFO_O(6171),
@ -6446,7 +6446,7 @@ static const struct ScriptCommand s_gs9_g46_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g46_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g46_s0_station_sref_script }; /* 0x81ba658 */
static const ScriptRef s_gs9_g46_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g46_s0_station_sref_script }; /* 0x81ba658 */
static const struct ScriptCommand s_gs9_g46_s0_lives0_dlg0[] = { /* 0x81ba664 */
DEBUGINFO_O(6593),
@ -6562,7 +6562,7 @@ static const struct ScriptCommand s_gs9_g47_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g47_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g47_s0_station_sref_script }; /* 0x81bb148 */
static const ScriptRef s_gs9_g47_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g47_s0_station_sref_script }; /* 0x81bb148 */
static const struct ScriptCommand s_gs9_g47_s0_lives0_dlg0[] = { /* 0x81bb154 */
DEBUGINFO_O(6709),
@ -6629,7 +6629,7 @@ static const struct ScriptCommand s_gs9_g48_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g48_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g48_s0_station_sref_script }; /* 0x81bb620 */
static const ScriptRef s_gs9_g48_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g48_s0_station_sref_script }; /* 0x81bb620 */
static const struct ScriptCommand s_gs9_g48_s0_eff0_script[] = { /* 0x81bb62c */
DEBUGINFO_O(6776),
@ -7202,7 +7202,7 @@ static const struct ScriptCommand s_gs9_g49_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g49_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g49_s0_station_sref_script }; /* 0x81bea5c */
static const ScriptRef s_gs9_g49_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g49_s0_station_sref_script }; /* 0x81bea5c */
static const struct ScriptCommand s_gs9_g49_s0_lives0_dlg0[] = { /* 0x81bea68 */
@ -7261,7 +7261,7 @@ static const struct ScriptCommand s_gs9_g50_s0_station_sref_script[] = { /* 0x81
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g50_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g50_s0_station_sref_script }; /* 0x81beebc */
static const ScriptRef s_gs9_g50_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g50_s0_station_sref_script }; /* 0x81beebc */
static const struct ScriptCommand s_gs9_g50_s0_lives0_dlg0[] = { /* 0x81beec8 */
DEBUGINFO_O(7408),
@ -7303,7 +7303,7 @@ static const struct ScriptCommand s_gs9_g50_s1_evt0_sref_script[] = { /* 0x81bf0
RET,
};
static const struct ScriptRef s_gs9_g50_s1_evt0_sref = { NORMAL_EVENT, 7, NULL, s_gs9_g50_s1_evt0_sref_script }; /* 0x81bf110 */
static const ScriptRef s_gs9_g50_s1_evt0_sref = { NORMAL_EVENT, SCRIPT_TYPE_07, NULL, s_gs9_g50_s1_evt0_sref_script }; /* 0x81bf110 */
static const struct ScriptCommand s_gs9_g50_s2_station_sref_script[] = { /* 0x81bf11c */
DEBUGINFO_O(7450),
@ -7314,7 +7314,7 @@ static const struct ScriptCommand s_gs9_g50_s2_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g50_s2_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g50_s2_station_sref_script }; /* 0x81bf17c */
static const ScriptRef s_gs9_g50_s2_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g50_s2_station_sref_script }; /* 0x81bf17c */
static const struct ScriptCommand s_gs9_g50_s2_lives0_dlg0[] = { /* 0x81bf188 */
DEBUGINFO_O(7461),
@ -7378,7 +7378,7 @@ static const struct ScriptCommand s_gs9_g50_s3_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g50_s3_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g50_s3_station_sref_script }; /* 0x81bf63c */
static const ScriptRef s_gs9_g50_s3_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g50_s3_station_sref_script }; /* 0x81bf63c */
static const struct ScriptCommand s_gs9_g50_s3_lives0_dlg0[] = { /* 0x81bf648 */
DEBUGINFO_O(7525),
@ -7411,7 +7411,7 @@ static const struct ScriptCommand s_gs9_g51_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g51_s0_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g51_s0_station_sref_script }; /* 0x81bf7c8 */
static const ScriptRef s_gs9_g51_s0_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g51_s0_station_sref_script }; /* 0x81bf7c8 */
static const struct ScriptCommand s_gs9_g51_s0_lives0_dlg0[] = { /* 0x81bf7d4 */
DEBUGINFO_O(7558),
@ -7481,7 +7481,7 @@ static const struct ScriptCommand s_gs9_g52_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g52_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g52_s0_station_sref_script }; /* 0x81bff64 */
static const ScriptRef s_gs9_g52_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g52_s0_station_sref_script }; /* 0x81bff64 */
static const struct ScriptCommand s_gs9_g52_s0_lives0_dlg0[] = { /* 0x81bff70 */
DEBUGINFO_O(7628),
@ -7542,7 +7542,7 @@ static const struct ScriptCommand s_gs9_g53_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g53_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g53_s0_station_sref_script }; /* 0x81c01f0 */
static const ScriptRef s_gs9_g53_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g53_s0_station_sref_script }; /* 0x81c01f0 */
static const struct ScriptCommand s_gs9_g53_s0_eff0_script[] = { /* 0x81c01fc */
DEBUGINFO_O(7689),
@ -8055,7 +8055,7 @@ static const struct ScriptCommand s_gs9_g55_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g55_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g55_s0_station_sref_script }; /* 0x81c23b4 */
static const ScriptRef s_gs9_g55_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g55_s0_station_sref_script }; /* 0x81c23b4 */
static const struct ScriptCommand s_gs9_g55_s0_lives0_dlg0[] = { /* 0x81c23c0 */
DEBUGINFO_O(8202),
@ -8167,7 +8167,7 @@ static const struct ScriptCommand s_gs9_g56_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g56_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g56_s0_station_sref_script }; /* 0x81c2b58 */
static const ScriptRef s_gs9_g56_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g56_s0_station_sref_script }; /* 0x81c2b58 */
static const struct ScriptCommand s_gs9_g57_s0_station_sref_script[] = { /* 0x81c2b64 */
DEBUGINFO_O(8314),
@ -8186,7 +8186,7 @@ static const struct ScriptCommand s_gs9_g57_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g57_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g57_s0_station_sref_script }; /* 0x81c2c44 */
static const ScriptRef s_gs9_g57_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g57_s0_station_sref_script }; /* 0x81c2c44 */
static const struct ScriptCommand s_gs9_g57_s0_lives0_dlg0[] = { /* 0x81c2c50 */
DEBUGINFO_O(8333),
@ -8275,7 +8275,7 @@ static const struct ScriptCommand s_gs9_g58_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g58_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g58_s0_station_sref_script }; /* 0x81c372c */
static const ScriptRef s_gs9_g58_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g58_s0_station_sref_script }; /* 0x81c372c */
static const struct ScriptCommand s_gs9_g58_s0_eff0_script[] = { /* 0x81c3738 */
DEBUGINFO_O(8422),
@ -8419,7 +8419,7 @@ static const struct ScriptCommand s_gs9_g59_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g59_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g59_s0_station_sref_script }; /* 0x81c40f4 */
static const ScriptRef s_gs9_g59_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g59_s0_station_sref_script }; /* 0x81c40f4 */
static const struct ScriptCommand s_gs9_g59_s0_lives0_dlg0[] = { /* 0x81c4100 */
DEBUGINFO_O(8566),
@ -8473,7 +8473,7 @@ static const struct ScriptCommand s_gs9_g60_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g60_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g60_s0_station_sref_script }; /* 0x81c458c */
static const ScriptRef s_gs9_g60_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g60_s0_station_sref_script }; /* 0x81c458c */
static const struct ScriptCommand s_gs9_g60_s0_eff0_script[] = { /* 0x81c4598 */
DEBUGINFO_O(8620),
@ -8525,7 +8525,7 @@ static const struct ScriptCommand s_gs9_g61_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g61_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g61_s0_station_sref_script }; /* 0x81c4a34 */
static const ScriptRef s_gs9_g61_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g61_s0_station_sref_script }; /* 0x81c4a34 */
static const struct ScriptCommand s_gs9_g61_s0_lives0_dlg0[] = { /* 0x81c4a40 */
DEBUGINFO_O(8672),
@ -8575,7 +8575,7 @@ static const struct ScriptCommand s_gs9_g61_s1_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g61_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g61_s1_station_sref_script }; /* 0x81c4da8 */
static const ScriptRef s_gs9_g61_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g61_s1_station_sref_script }; /* 0x81c4da8 */
static const struct ScriptCommand s_gs9_g61_s1_lives0_dlg0[] = { /* 0x81c4db4 */
DEBUGINFO_O(8722),
@ -8616,7 +8616,7 @@ static const struct ScriptCommand s_gs9_g62_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g62_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g62_s0_station_sref_script }; /* 0x81c4f94 */
static const ScriptRef s_gs9_g62_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g62_s0_station_sref_script }; /* 0x81c4f94 */
static const struct ScriptCommand s_gs9_g62_s0_eff0_script[] = { /* 0x81c4fa0 */
DEBUGINFO_O(8763),
@ -8719,7 +8719,7 @@ static const struct ScriptCommand s_gs9_g63_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g63_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g63_s0_station_sref_script }; /* 0x81c56a8 */
static const ScriptRef s_gs9_g63_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g63_s0_station_sref_script }; /* 0x81c56a8 */
static const struct ScriptCommand s_gs9_g63_s0_lives0_dlg0[] = { /* 0x81c56b4 */
DEBUGINFO_O(8866),
@ -8762,7 +8762,7 @@ static const struct ScriptCommand s_gs9_g64_s0_station_sref_script[] = { /* 0x81
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g64_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g64_s0_station_sref_script }; /* 0x81c5ad4 */
static const ScriptRef s_gs9_g64_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g64_s0_station_sref_script }; /* 0x81c5ad4 */
static const struct ScriptCommand s_gs9_g64_s1_station_sref_script[] = { /* 0x81c5ae0 */
DEBUGINFO_O(8909),
@ -8772,7 +8772,7 @@ static const struct ScriptCommand s_gs9_g64_s1_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g64_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g64_s1_station_sref_script }; /* 0x81c5b30 */
static const ScriptRef s_gs9_g64_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g64_s1_station_sref_script }; /* 0x81c5b30 */
static const struct ScriptCommand s_gs9_g64_s1_lives0_dlg0[] = { /* 0x81c5b3c */
DEBUGINFO_O(8919),
@ -8802,7 +8802,7 @@ static const struct ScriptCommand s_gs9_g65_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g65_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g65_s0_station_sref_script }; /* 0x81c5cc8 */
static const ScriptRef s_gs9_g65_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g65_s0_station_sref_script }; /* 0x81c5cc8 */
static const struct ScriptCommand s_gs9_g65_s0_lives0_dlg0[] = { /* 0x81c5cd4 */
DEBUGINFO_O(8949),
@ -8844,7 +8844,7 @@ static const struct ScriptCommand s_gs9_g66_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g66_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g66_s0_station_sref_script }; /* 0x81c5f74 */
static const ScriptRef s_gs9_g66_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g66_s0_station_sref_script }; /* 0x81c5f74 */
static const struct ScriptCommand s_gs9_g67_s0_station_sref_script[] = { /* 0x81c5f80 */
DEBUGINFO_O(8991),
@ -8862,7 +8862,7 @@ static const struct ScriptCommand s_gs9_g67_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g67_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g67_s0_station_sref_script }; /* 0x81c6050 */
static const ScriptRef s_gs9_g67_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g67_s0_station_sref_script }; /* 0x81c6050 */
static const struct ScriptCommand s_gs9_g67_s0_lives0_dlg0[] = { /* 0x81c605c */
DEBUGINFO_O(9009),
@ -8919,7 +8919,7 @@ static const struct ScriptCommand s_gs9_g68_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g68_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g68_s0_station_sref_script }; /* 0x81c6514 */
static const ScriptRef s_gs9_g68_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g68_s0_station_sref_script }; /* 0x81c6514 */
static const struct ScriptCommand s_gs9_g68_s0_eff0_script[] = { /* 0x81c6520 */
DEBUGINFO_O(9066),
@ -9413,7 +9413,7 @@ static const struct ScriptCommand s_gs9_g69_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g69_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g69_s0_station_sref_script }; /* 0x81c80b0 */
static const ScriptRef s_gs9_g69_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g69_s0_station_sref_script }; /* 0x81c80b0 */
static const struct ScriptCommand s_gs9_g69_s0_eff0_script[] = { /* 0x81c80bc */
DEBUGINFO_O(9560),
@ -9559,7 +9559,7 @@ static const struct ScriptCommand s_gs9_g70_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g70_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g70_s0_station_sref_script }; /* 0x81c8914 */
static const ScriptRef s_gs9_g70_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g70_s0_station_sref_script }; /* 0x81c8914 */
static const struct ScriptCommand s_gs9_g71_s0_station_sref_script[] = { /* 0x81c8920 */
DEBUGINFO_O(9706),
@ -9571,7 +9571,7 @@ static const struct ScriptCommand s_gs9_g71_s0_station_sref_script[] = { /* 0x81
HALT,
};
static const struct ScriptRef s_gs9_g71_s0_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g71_s0_station_sref_script }; /* 0x81c8990 */
static const ScriptRef s_gs9_g71_s0_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g71_s0_station_sref_script }; /* 0x81c8990 */
static const struct ScriptCommand s_gs9_g71_s0_lives0_dlg0[] = { /* 0x81c899c */
DEBUGINFO_O(9718),
@ -9624,7 +9624,7 @@ static const struct ScriptCommand s_gs9_g72_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g72_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g72_s0_station_sref_script }; /* 0x81c8d84 */
static const ScriptRef s_gs9_g72_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g72_s0_station_sref_script }; /* 0x81c8d84 */
static const struct ScriptCommand s_gs9_g72_s0_lives0_dlg0[] = { /* 0x81c8d90 */
DEBUGINFO_O(9771),
@ -9768,7 +9768,7 @@ static const struct ScriptCommand s_gs9_g73_s0_evt0_sref_script[] = { /* 0x81ca5
HALT,
};
static const struct ScriptRef s_gs9_g73_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs9_g73_s0_evt0_sref_script }; /* 0x81ca5b0 */
static const ScriptRef s_gs9_g73_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs9_g73_s0_evt0_sref_script }; /* 0x81ca5b0 */
static const struct ScriptCommand s_gs9_g74_s0_station_sref_script[] = { /* 0x81ca5bc */
DEBUGINFO_O(9915),
@ -9779,7 +9779,7 @@ static const struct ScriptCommand s_gs9_g74_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g74_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g74_s0_station_sref_script }; /* 0x81ca61c */
static const ScriptRef s_gs9_g74_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g74_s0_station_sref_script }; /* 0x81ca61c */
static const struct ScriptCommand s_gs9_g74_s0_eff0_script[] = { /* 0x81ca628 */
DEBUGINFO_O(9926),
@ -10021,7 +10021,7 @@ static const struct ScriptCommand s_gs9_g75_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g75_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g75_s0_station_sref_script }; /* 0x81cb7f8 */
static const ScriptRef s_gs9_g75_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g75_s0_station_sref_script }; /* 0x81cb7f8 */
static const struct ScriptCommand s_gs9_g75_s0_eff0_script[] = { /* 0x81cb804 */
DEBUGINFO_O(10168),
@ -11047,7 +11047,7 @@ static const struct ScriptCommand s_gs9_g76_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g76_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g76_s0_station_sref_script }; /* 0x81d0340 */
static const ScriptRef s_gs9_g76_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g76_s0_station_sref_script }; /* 0x81d0340 */
static const struct ScriptCommand s_gs9_g76_s0_eff0_script[] = { /* 0x81d034c */
@ -11411,7 +11411,7 @@ static const struct ScriptCommand s_gs9_g77_s0_station_sref_script[] = { /* 0x81
RET_DIRECT,
};
static const struct ScriptRef s_gs9_g77_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs9_g77_s0_station_sref_script }; /* 0x81d1bb8 */
static const ScriptRef s_gs9_g77_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs9_g77_s0_station_sref_script }; /* 0x81d1bb8 */
static const struct ScriptCommand s_gs9_g77_s0_lives0_dlg0[] = { /* 0x81d1bc4 */
DEBUGINFO_O(11558),
@ -11536,7 +11536,7 @@ static const struct ScriptCommand s_gs9_g77_s1_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g77_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs9_g77_s1_station_sref_script }; /* 0x81d22f0 */
static const ScriptRef s_gs9_g77_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs9_g77_s1_station_sref_script }; /* 0x81d22f0 */
static const struct ScriptCommand s_gs9_g77_s1_eff0_script[] = { /* 0x81d22fc */
DEBUGINFO_O(11683),
@ -11890,7 +11890,7 @@ static const struct ScriptCommand s_gs9_g78_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g78_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g78_s0_station_sref_script }; /* 0x81d3b78 */
static const ScriptRef s_gs9_g78_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g78_s0_station_sref_script }; /* 0x81d3b78 */
@ -12377,7 +12377,7 @@ static const struct ScriptCommand s_gs9_g79_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g79_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g79_s0_station_sref_script }; /* 0x81d5c34 */
static const ScriptRef s_gs9_g79_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g79_s0_station_sref_script }; /* 0x81d5c34 */
static const struct ScriptCommand s_gs9_g79_s0_eff0_script[] = { /* 0x81d5c40 */
DEBUGINFO_O(12524),
@ -12956,7 +12956,7 @@ static const struct ScriptCommand s_gs9_g81_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g81_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g81_s0_station_sref_script }; /* 0x81d87cc */
static const ScriptRef s_gs9_g81_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g81_s0_station_sref_script }; /* 0x81d87cc */
static const struct ScriptCommand s_gs9_g81_s0_lives0_dlg0[] = { /* 0x81d87d8 */
DEBUGINFO_O(13103),
@ -13282,7 +13282,7 @@ static const struct ScriptCommand s_gs9_g82_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g82_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g82_s0_station_sref_script }; /* 0x81da284 */
static const ScriptRef s_gs9_g82_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g82_s0_station_sref_script }; /* 0x81da284 */
static const struct ScriptCommand s_gs9_g83_s0_station_sref_script[] = { /* 0x81da290 */
DEBUGINFO_O(13429),
@ -13295,7 +13295,7 @@ static const struct ScriptCommand s_gs9_g83_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g83_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g83_s0_station_sref_script }; /* 0x81da310 */
static const ScriptRef s_gs9_g83_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g83_s0_station_sref_script }; /* 0x81da310 */
static const struct ScriptCommand s_gs9_g83_s0_eff1_script[] = { /* 0x81da31c */
DEBUGINFO_O(13442),
@ -13393,7 +13393,7 @@ static const struct ScriptCommand s_gs9_g84_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g84_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g84_s0_station_sref_script }; /* 0x81da9bc */
static const ScriptRef s_gs9_g84_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g84_s0_station_sref_script }; /* 0x81da9bc */
static const struct ScriptCommand s_gs9_g84_s0_lives0_dlg0[] = { /* 0x81da9c8 */
DEBUGINFO_O(13540),
@ -13567,7 +13567,7 @@ static const struct ScriptCommand s_gs9_g85_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g85_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g85_s0_station_sref_script }; /* 0x81db734 */
static const ScriptRef s_gs9_g85_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g85_s0_station_sref_script }; /* 0x81db734 */
static const struct ScriptCommand s_gs9_g85_s0_lives0_dlg0[] = { /* 0x81db740 */
DEBUGINFO_O(13714),
@ -13644,7 +13644,7 @@ static const struct ScriptCommand s_gs9_g86_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g86_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g86_s0_station_sref_script }; /* 0x81dbc08 */
static const ScriptRef s_gs9_g86_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g86_s0_station_sref_script }; /* 0x81dbc08 */
static const struct ScriptCommand s_gs9_g86_s0_lives0_dlg0[] = { /* 0x81dbc14 */
DEBUGINFO_O(13791),
@ -13771,7 +13771,7 @@ static const struct ScriptCommand s_gs9_g88_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g88_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g88_s0_station_sref_script }; /* 0x81dc6b8 */
static const ScriptRef s_gs9_g88_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g88_s0_station_sref_script }; /* 0x81dc6b8 */
static const struct ScriptCommand s_gs9_g88_s0_lives0_dlg0[] = { /* 0x81dc6c4 */
DEBUGINFO_O(13918),
@ -13827,7 +13827,7 @@ static const struct ScriptCommand s_gs9_g89_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g89_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs9_g89_s0_station_sref_script }; /* 0x81dca3c */
static const ScriptRef s_gs9_g89_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs9_g89_s0_station_sref_script }; /* 0x81dca3c */
static const struct ScriptCommand s_gs9_g89_s0_lives0_dlg0[] = { /* 0x81dca48 */
DEBUGINFO_O(13974),
@ -13959,7 +13959,7 @@ static const struct ScriptCommand s_gs9_g91_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs9_g91_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs9_g91_s0_station_sref_script }; /* 0x81dd404 */
static const ScriptRef s_gs9_g91_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs9_g91_s0_station_sref_script }; /* 0x81dd404 */
static const struct ScriptCommand s_gs9_g91_s0_lives0_dlg0[] = { /* 0x81dd410 */
DEBUGINFO_O(14106),
@ -15619,7 +15619,7 @@ static const struct GroundEventData s_gs9_g73_s0_evts[] = { /* 0x81dfa6c */
/* 0 */ { 15, 3, 0, 0, { 27, 39, 0, 0 }, &s_gs9_g73_s0_evt0_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81dfa78 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81dfa78 */
&s_gs9_g0_s0_station_sref,
&s_gs9_g1_s0_station_sref,
&s_gs9_g2_s0_station_sref,

View File

@ -79,7 +79,7 @@ static const struct ScriptCommand s_gs12_g0_s0_station_sref_script[] = { /* 0x81
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs12_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs12_g0_s0_station_sref_script }; /* 0x81e1da4 */
static const ScriptRef s_gs12_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs12_g0_s0_station_sref_script }; /* 0x81e1da4 */
static const struct ScriptCommand s_gs12_g0_s0_evt0_sref_script[] = { /* 0x81e1db0 */
DEBUGINFO_O(85),
@ -87,7 +87,7 @@ static const struct ScriptCommand s_gs12_g0_s0_evt0_sref_script[] = { /* 0x81e1d
HALT,
};
static const struct ScriptRef s_gs12_g0_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs12_g0_s0_evt0_sref_script }; /* 0x81e1de0 */
static const ScriptRef s_gs12_g0_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs12_g0_s0_evt0_sref_script }; /* 0x81e1de0 */
static const struct ScriptCommand s_gs12_g0_s0_evt1_sref_script[] = { /* 0x81e1dec */
DEBUGINFO_O(93),
@ -105,7 +105,7 @@ static const struct ScriptCommand s_gs12_g0_s0_evt1_sref_script[] = { /* 0x81e1d
JUMP_SCRIPT(END_TALK),
};
static const struct ScriptRef s_gs12_g0_s0_evt1_sref = { NORMAL_EVENT, 7, NULL, s_gs12_g0_s0_evt1_sref_script }; /* 0x81e1ee4 */
static const ScriptRef s_gs12_g0_s0_evt1_sref = { NORMAL_EVENT, SCRIPT_TYPE_07, NULL, s_gs12_g0_s0_evt1_sref_script }; /* 0x81e1ee4 */
static const struct ScriptCommand s_gs12_g0_s0_obj0_dlg0[] = { /* 0x81e1ef0 */
DEBUGINFO_O(111),
@ -179,7 +179,7 @@ static const struct ScriptCommand s_gs12_g1_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g1_s0_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs12_g1_s0_station_sref_script }; /* 0x81e2220 */
static const ScriptRef s_gs12_g1_s0_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs12_g1_s0_station_sref_script }; /* 0x81e2220 */
static const struct ScriptCommand s_gs12_g1_s0_lives0_dlg0[] = { /* 0x81e222c */
DEBUGINFO_O(185),
@ -204,7 +204,7 @@ static const struct ScriptCommand s_gs12_g1_s1_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g1_s1_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g1_s1_station_sref_script }; /* 0x81e230c */
static const ScriptRef s_gs12_g1_s1_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g1_s1_station_sref_script }; /* 0x81e230c */
static const struct ScriptCommand s_gs12_g1_s1_lives0_dlg0[] = { /* 0x81e2318 */
DEBUGINFO_O(210),
@ -233,7 +233,7 @@ static const struct ScriptCommand s_gs12_g2_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g2_s0_station_sref_script }; /* 0x81e2438 */
static const ScriptRef s_gs12_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g2_s0_station_sref_script }; /* 0x81e2438 */
static const struct ScriptCommand s_gs12_g2_s0_lives0_dlg0[] = { /* 0x81e2444 */
DEBUGINFO_O(239),
@ -267,7 +267,7 @@ static const struct ScriptCommand s_gs12_g3_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g3_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g3_s0_station_sref_script }; /* 0x81e25fc */
static const ScriptRef s_gs12_g3_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g3_s0_station_sref_script }; /* 0x81e25fc */
static const struct ScriptCommand s_gs12_g3_s0_lives0_dlg0[] = { /* 0x81e2608 */
DEBUGINFO_O(273),
@ -296,7 +296,7 @@ static const struct ScriptCommand s_gs12_g4_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g4_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g4_s0_station_sref_script }; /* 0x81e2758 */
static const ScriptRef s_gs12_g4_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g4_s0_station_sref_script }; /* 0x81e2758 */
static const struct ScriptCommand s_gs12_g4_s0_lives0_dlg0[] = { /* 0x81e2764 */
DEBUGINFO_O(302),
@ -321,7 +321,7 @@ static const struct ScriptCommand s_gs12_g5_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g5_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g5_s0_station_sref_script }; /* 0x81e2874 */
static const ScriptRef s_gs12_g5_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g5_s0_station_sref_script }; /* 0x81e2874 */
static const struct ScriptCommand s_gs12_g6_s0_station_sref_script[] = { /* 0x81e2880 */
DEBUGINFO_O(327),
@ -346,7 +346,7 @@ static const struct ScriptCommand s_gs12_g6_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g6_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g6_s0_station_sref_script }; /* 0x81e29c0 */
static const ScriptRef s_gs12_g6_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g6_s0_station_sref_script }; /* 0x81e29c0 */
static const struct ScriptCommand s_gs12_g6_s0_lives0_dlg0[] = { /* 0x81e29cc */
DEBUGINFO_O(352),
@ -374,7 +374,7 @@ static const struct ScriptCommand s_gs12_g7_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g7_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g7_s0_station_sref_script }; /* 0x81e2b0c */
static const ScriptRef s_gs12_g7_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g7_s0_station_sref_script }; /* 0x81e2b0c */
static const struct ScriptCommand s_gs12_g7_s0_lives0_dlg0[] = { /* 0x81e2b18 */
DEBUGINFO_O(380),
@ -403,7 +403,7 @@ static const struct ScriptCommand s_gs12_g8_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g8_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g8_s0_station_sref_script }; /* 0x81e2c68 */
static const ScriptRef s_gs12_g8_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g8_s0_station_sref_script }; /* 0x81e2c68 */
static const struct ScriptCommand s_gs12_g8_s0_lives0_dlg0[] = { /* 0x81e2c74 */
DEBUGINFO_O(409),
@ -441,7 +441,7 @@ static const struct ScriptCommand s_gs12_g9_s0_station_sref_script[] = { /* 0x81
RET,
};
static const struct ScriptRef s_gs12_g9_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g9_s0_station_sref_script }; /* 0x81e2e54 */
static const ScriptRef s_gs12_g9_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g9_s0_station_sref_script }; /* 0x81e2e54 */
static const struct ScriptCommand s_gs12_g9_s0_eff0_script[] = { /* 0x81e2e60 */
DEBUGINFO_O(447),
@ -871,7 +871,7 @@ static const struct ScriptCommand s_gs12_g10_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g10_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g10_s0_station_sref_script }; /* 0x81e5070 */
static const ScriptRef s_gs12_g10_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g10_s0_station_sref_script }; /* 0x81e5070 */
static const struct ScriptCommand s_gs12_g10_s0_lives0_dlg0[] = { /* 0x81e507c */
@ -937,7 +937,7 @@ static const struct ScriptCommand s_gs12_g11_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g11_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g11_s0_station_sref_script }; /* 0x81e551c */
static const ScriptRef s_gs12_g11_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g11_s0_station_sref_script }; /* 0x81e551c */
static const struct ScriptCommand s_gs12_g11_s0_lives0_dlg0[] = { /* 0x81e5528 */
@ -989,7 +989,7 @@ static const struct ScriptCommand s_gs12_g12_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g12_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g12_s0_station_sref_script }; /* 0x81e5878 */
static const ScriptRef s_gs12_g12_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g12_s0_station_sref_script }; /* 0x81e5878 */
static const struct ScriptCommand s_gs12_g12_s0_lives0_dlg0[] = { /* 0x81e5884 */
DEBUGINFO_O(995),
@ -1133,7 +1133,7 @@ static const struct ScriptCommand s_gs12_g13_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g13_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g13_s0_station_sref_script }; /* 0x81e6574 */
static const ScriptRef s_gs12_g13_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g13_s0_station_sref_script }; /* 0x81e6574 */
static const struct ScriptCommand s_gs12_g13_s0_lives0_dlg0[] = { /* 0x81e6580 */
DEBUGINFO_O(1139),
@ -1233,7 +1233,7 @@ static const struct ScriptCommand s_gs12_g14_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g14_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g14_s0_station_sref_script }; /* 0x81e6fc0 */
static const ScriptRef s_gs12_g14_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g14_s0_station_sref_script }; /* 0x81e6fc0 */
static const struct ScriptCommand s_gs12_g14_s0_lives0_dlg0[] = { /* 0x81e6fcc */
DEBUGINFO_O(1239),
@ -1309,7 +1309,7 @@ static const struct ScriptCommand s_gs12_g15_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g15_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g15_s0_station_sref_script }; /* 0x81e7554 */
static const ScriptRef s_gs12_g15_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g15_s0_station_sref_script }; /* 0x81e7554 */
static const struct ScriptCommand s_gs12_g15_s0_lives0_dlg0[] = { /* 0x81e7560 - PART 1 0:22:30-0:22:53 - Player */
@ -1344,7 +1344,7 @@ static const struct ScriptCommand s_gs12_g16_s0_station_sref_script[] = { /* 0x8
RET_DIRECT,
};
static const struct ScriptRef s_gs12_g16_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs12_g16_s0_station_sref_script }; /* 0x81e77f4 */
static const ScriptRef s_gs12_g16_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs12_g16_s0_station_sref_script }; /* 0x81e77f4 */
static const struct ScriptCommand s_gs12_g16_s0_evt0_sref_script[] = { /* 0x81e7800 - Likely door event/nearby trigger */
DEBUGINFO_O(1350),
@ -1357,7 +1357,7 @@ static const struct ScriptCommand s_gs12_g16_s0_evt0_sref_script[] = { /* 0x81e7
RET,
};
static const struct ScriptRef s_gs12_g16_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs12_g16_s0_evt0_sref_script }; /* 0x81e78b8 */
static const ScriptRef s_gs12_g16_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs12_g16_s0_evt0_sref_script }; /* 0x81e78b8 */
static const struct ScriptCommand s_gs12_g16_s0_evt1_sref_script[] = { /* 0x81e78c4 - PART 1 0:22:53-0:23:04 - Bed, sleep trigger */
@ -1377,7 +1377,7 @@ static const struct ScriptCommand s_gs12_g16_s0_evt1_sref_script[] = { /* 0x81e7
HALT,
};
static const struct ScriptRef s_gs12_g16_s0_evt1_sref = { NORMAL_EVENT, 7, NULL, s_gs12_g16_s0_evt1_sref_script }; /* 0x81e79a4 */
static const ScriptRef s_gs12_g16_s0_evt1_sref = { NORMAL_EVENT, SCRIPT_TYPE_07, NULL, s_gs12_g16_s0_evt1_sref_script }; /* 0x81e79a4 */
static const struct ScriptCommand s_gs12_g16_s1_station_sref_script[] = { /* 0x81e79b0 */
DEBUGINFO_O(1383),
@ -1395,7 +1395,7 @@ static const struct ScriptCommand s_gs12_g16_s1_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g16_s1_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g16_s1_station_sref_script }; /* 0x81e7a80 */
static const ScriptRef s_gs12_g16_s1_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g16_s1_station_sref_script }; /* 0x81e7a80 */
static const struct ScriptCommand s_gs12_g16_s1_lives0_dlg0[] = { /* 0x81e7a8c */
DEBUGINFO_O(1401),
@ -1424,7 +1424,7 @@ static const struct ScriptCommand s_gs12_g17_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g17_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g17_s0_station_sref_script }; /* 0x81e7bdc */
static const ScriptRef s_gs12_g17_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g17_s0_station_sref_script }; /* 0x81e7bdc */
static const struct ScriptCommand s_gs12_g17_s0_lives0_dlg0[] = { /* 0x81e7be8 */
DEBUGINFO_O(1430),
@ -1469,7 +1469,7 @@ static const struct ScriptCommand s_gs12_g18_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g18_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g18_s0_station_sref_script }; /* 0x81e7f2c */
static const ScriptRef s_gs12_g18_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g18_s0_station_sref_script }; /* 0x81e7f2c */
static const struct ScriptCommand s_gs12_g18_s0_lives0_dlg0[] = { /* 0x81e7f38 */
DEBUGINFO_O(1475),
@ -1498,7 +1498,7 @@ static const struct ScriptCommand s_gs12_g19_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g19_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g19_s0_station_sref_script }; /* 0x81e8088 */
static const ScriptRef s_gs12_g19_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g19_s0_station_sref_script }; /* 0x81e8088 */
static const struct ScriptCommand s_gs12_g19_s0_lives0_dlg0[] = { /* 0x81e8094 */
DEBUGINFO_O(1504),
@ -1542,7 +1542,7 @@ static const struct ScriptCommand s_gs12_g20_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g20_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g20_s0_station_sref_script }; /* 0x81e8388 */
static const ScriptRef s_gs12_g20_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g20_s0_station_sref_script }; /* 0x81e8388 */
static const struct ScriptCommand s_gs12_g20_s0_lives0_dlg0[] = { /* 0x81e8394 */
DEBUGINFO_O(1548),
@ -1670,7 +1670,7 @@ static const struct ScriptCommand s_gs12_g21_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g21_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g21_s0_station_sref_script }; /* 0x81e8d48 */
static const ScriptRef s_gs12_g21_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g21_s0_station_sref_script }; /* 0x81e8d48 */
static const struct ScriptCommand s_gs12_g21_s0_lives0_dlg0[] = { /* 0x81e8d54 */
DEBUGINFO_O(1676),
@ -1707,7 +1707,7 @@ static const struct ScriptCommand s_gs12_g22_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g22_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g22_s0_station_sref_script }; /* 0x81e8f24 */
static const ScriptRef s_gs12_g22_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g22_s0_station_sref_script }; /* 0x81e8f24 */
static const struct ScriptCommand s_gs12_g22_s0_lives0_dlg0[] = { /* 0x81e8f30 */
DEBUGINFO_O(1713),
@ -1743,7 +1743,7 @@ static const struct ScriptCommand s_gs12_g23_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g23_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g23_s0_station_sref_script }; /* 0x81e90f0 */
static const ScriptRef s_gs12_g23_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g23_s0_station_sref_script }; /* 0x81e90f0 */
static const struct ScriptCommand s_gs12_g23_s0_lives0_dlg0[] = { /* 0x81e90fc */
DEBUGINFO_O(1749),
@ -1779,7 +1779,7 @@ static const struct ScriptCommand s_gs12_g24_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g24_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g24_s0_station_sref_script }; /* 0x81e92bc */
static const ScriptRef s_gs12_g24_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g24_s0_station_sref_script }; /* 0x81e92bc */
static const struct ScriptCommand s_gs12_g24_s0_lives0_dlg0[] = { /* 0x81e92c8 */
DEBUGINFO_O(1785),
@ -1807,7 +1807,7 @@ static const struct ScriptCommand s_gs12_g25_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g25_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g25_s0_station_sref_script }; /* 0x81e9408 */
static const ScriptRef s_gs12_g25_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g25_s0_station_sref_script }; /* 0x81e9408 */
static const struct ScriptCommand s_gs12_g25_s0_lives0_dlg0[] = { /* 0x81e9414 */
DEBUGINFO_O(1813),
@ -1843,7 +1843,7 @@ static const struct ScriptCommand s_gs12_g26_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g26_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g26_s0_station_sref_script }; /* 0x81e95d4 */
static const ScriptRef s_gs12_g26_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g26_s0_station_sref_script }; /* 0x81e95d4 */
static const struct ScriptCommand s_gs12_g26_s0_lives0_dlg0[] = { /* 0x81e95e0 */
DEBUGINFO_O(1849),
@ -1871,7 +1871,7 @@ static const struct ScriptCommand s_gs12_g27_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g27_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g27_s0_station_sref_script }; /* 0x81e9720 */
static const ScriptRef s_gs12_g27_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g27_s0_station_sref_script }; /* 0x81e9720 */
static const struct ScriptCommand s_gs12_g27_s0_lives0_dlg0[] = { /* 0x81e972c */
DEBUGINFO_O(1877),
@ -1907,7 +1907,7 @@ static const struct ScriptCommand s_gs12_g28_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g28_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g28_s0_station_sref_script }; /* 0x81e98ec */
static const ScriptRef s_gs12_g28_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g28_s0_station_sref_script }; /* 0x81e98ec */
static const struct ScriptCommand s_gs12_g28_s0_lives0_dlg0[] = { /* 0x81e98f8 */
DEBUGINFO_O(1913),
@ -1935,7 +1935,7 @@ static const struct ScriptCommand s_gs12_g29_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g29_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g29_s0_station_sref_script }; /* 0x81e9a38 */
static const ScriptRef s_gs12_g29_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g29_s0_station_sref_script }; /* 0x81e9a38 */
static const struct ScriptCommand s_gs12_g29_s0_lives0_dlg0[] = { /* 0x81e9a44 */
DEBUGINFO_O(1941),
@ -1971,7 +1971,7 @@ static const struct ScriptCommand s_gs12_g30_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g30_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g30_s0_station_sref_script }; /* 0x81e9c04 */
static const ScriptRef s_gs12_g30_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g30_s0_station_sref_script }; /* 0x81e9c04 */
static const struct ScriptCommand s_gs12_g30_s0_lives0_dlg0[] = { /* 0x81e9c10 */
DEBUGINFO_O(1977),
@ -1999,7 +1999,7 @@ static const struct ScriptCommand s_gs12_g31_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g31_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g31_s0_station_sref_script }; /* 0x81e9d50 */
static const ScriptRef s_gs12_g31_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g31_s0_station_sref_script }; /* 0x81e9d50 */
static const struct ScriptCommand s_gs12_g31_s0_lives0_dlg0[] = { /* 0x81e9d5c */
DEBUGINFO_O(2005),
@ -2035,7 +2035,7 @@ static const struct ScriptCommand s_gs12_g32_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g32_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g32_s0_station_sref_script }; /* 0x81e9f1c */
static const ScriptRef s_gs12_g32_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g32_s0_station_sref_script }; /* 0x81e9f1c */
static const struct ScriptCommand s_gs12_g32_s0_lives0_dlg0[] = { /* 0x81e9f28 */
DEBUGINFO_O(2041),
@ -2065,7 +2065,7 @@ static const struct ScriptCommand s_gs12_g33_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g33_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g33_s0_station_sref_script }; /* 0x81ea088 */
static const ScriptRef s_gs12_g33_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g33_s0_station_sref_script }; /* 0x81ea088 */
static const struct ScriptCommand s_gs12_g33_s0_lives0_dlg0[] = { /* 0x81ea094 */
DEBUGINFO_O(2071),
@ -2110,7 +2110,7 @@ static const struct ScriptCommand s_gs12_g34_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g34_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g34_s0_station_sref_script }; /* 0x81ea3b8 */
static const ScriptRef s_gs12_g34_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g34_s0_station_sref_script }; /* 0x81ea3b8 */
static const struct ScriptCommand s_gs12_g34_s0_lives0_dlg0[] = { /* 0x81ea3c4 */
DEBUGINFO_O(2116),
@ -2157,7 +2157,7 @@ static const struct ScriptCommand s_gs12_g35_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g35_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g35_s0_station_sref_script }; /* 0x81ea6e4 */
static const ScriptRef s_gs12_g35_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g35_s0_station_sref_script }; /* 0x81ea6e4 */
static const struct ScriptCommand s_gs12_g35_s0_lives0_dlg0[] = { /* 0x81ea6f0 */
DEBUGINFO_O(2163),
@ -2187,7 +2187,7 @@ static const struct ScriptCommand s_gs12_g36_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g36_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g36_s0_station_sref_script }; /* 0x81ea850 */
static const ScriptRef s_gs12_g36_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g36_s0_station_sref_script }; /* 0x81ea850 */
static const struct ScriptCommand s_gs12_g36_s0_lives0_dlg0[] = { /* 0x81ea85c */
DEBUGINFO_O(2193),
@ -2229,7 +2229,7 @@ static const struct ScriptCommand s_gs12_g37_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g37_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g37_s0_station_sref_script }; /* 0x81eab3c */
static const ScriptRef s_gs12_g37_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g37_s0_station_sref_script }; /* 0x81eab3c */
static const struct ScriptCommand s_gs12_g37_s0_lives0_dlg0[] = { /* 0x81eab48 */
DEBUGINFO_O(2235),
@ -2271,7 +2271,7 @@ static const struct ScriptCommand s_gs12_g38_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g38_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g38_s0_station_sref_script }; /* 0x81eadd0 */
static const ScriptRef s_gs12_g38_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g38_s0_station_sref_script }; /* 0x81eadd0 */
static const struct ScriptCommand s_gs12_g38_s0_lives0_dlg0[] = { /* 0x81eaddc */
DEBUGINFO_O(2277),
@ -2321,7 +2321,7 @@ static const struct ScriptCommand s_gs12_g39_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g39_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g39_s0_station_sref_script }; /* 0x81eb0f4 */
static const ScriptRef s_gs12_g39_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g39_s0_station_sref_script }; /* 0x81eb0f4 */
static const struct ScriptCommand s_gs12_g39_s0_lives0_dlg0[] = { /* 0x81eb100 */
DEBUGINFO_O(2327),
@ -2405,7 +2405,7 @@ static const struct ScriptCommand s_gs12_g40_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g40_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g40_s0_station_sref_script }; /* 0x81eb668 */
static const ScriptRef s_gs12_g40_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g40_s0_station_sref_script }; /* 0x81eb668 */
static const struct ScriptCommand s_gs12_g40_s0_lives0_dlg0[] = { /* 0x81eb674 */
DEBUGINFO_O(2411),
@ -2440,7 +2440,7 @@ static const struct ScriptCommand s_gs12_g41_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g41_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g41_s0_station_sref_script }; /* 0x81eb824 */
static const ScriptRef s_gs12_g41_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g41_s0_station_sref_script }; /* 0x81eb824 */
static const struct ScriptCommand s_gs12_g41_s0_lives0_dlg0[] = { /* 0x81eb830 */
DEBUGINFO_O(2446),
@ -2466,7 +2466,7 @@ static const struct ScriptCommand s_gs12_g42_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g42_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs12_g42_s0_station_sref_script }; /* 0x81eb950 */
static const ScriptRef s_gs12_g42_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs12_g42_s0_station_sref_script }; /* 0x81eb950 */
static const struct ScriptCommand s_gs12_g42_s0_lives0_dlg0[] = { /* 0x81eb95c */
DEBUGINFO_O(2472),
@ -2566,7 +2566,7 @@ static const struct ScriptCommand s_gs12_g43_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g43_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g43_s0_station_sref_script }; /* 0x81ec024 */
static const ScriptRef s_gs12_g43_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g43_s0_station_sref_script }; /* 0x81ec024 */
static const struct ScriptCommand s_gs12_g43_s0_lives0_dlg0[] = { /* 0x81ec030 */
DEBUGINFO_O(2572),
@ -2594,7 +2594,7 @@ static const struct ScriptCommand s_gs12_g44_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g44_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g44_s0_station_sref_script }; /* 0x81ec170 */
static const ScriptRef s_gs12_g44_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g44_s0_station_sref_script }; /* 0x81ec170 */
static const struct ScriptCommand s_gs12_g44_s0_lives0_dlg0[] = { /* 0x81ec17c */
DEBUGINFO_O(2600),
@ -2644,7 +2644,7 @@ static const struct ScriptCommand s_gs12_g45_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g45_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g45_s0_station_sref_script }; /* 0x81ec590 */
static const ScriptRef s_gs12_g45_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g45_s0_station_sref_script }; /* 0x81ec590 */
static const struct ScriptCommand s_gs12_g45_s0_lives0_dlg0[] = { /* 0x81ec59c */
DEBUGINFO_O(2650),
@ -2692,7 +2692,7 @@ static const struct ScriptCommand s_gs12_g46_s0_station_sref_script[] = { /* 0x8
RET_DIRECT,
};
static const struct ScriptRef s_gs12_g46_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs12_g46_s0_station_sref_script }; /* 0x81eca10 */
static const ScriptRef s_gs12_g46_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs12_g46_s0_station_sref_script }; /* 0x81eca10 */
static const struct ScriptCommand s_gs12_g46_s0_evt0_sref_script[] = { /* 0x81eca1c */
DEBUGINFO_O(2698),
@ -2700,7 +2700,7 @@ static const struct ScriptCommand s_gs12_g46_s0_evt0_sref_script[] = { /* 0x81ec
HALT,
};
static const struct ScriptRef s_gs12_g46_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs12_g46_s0_evt0_sref_script }; /* 0x81eca4c */
static const ScriptRef s_gs12_g46_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs12_g46_s0_evt0_sref_script }; /* 0x81eca4c */
static const struct ScriptCommand s_gs12_g46_s0_evt1_sref_script[] = { /* 0x81eca58 */
DEBUGINFO_O(2706),
@ -2716,7 +2716,7 @@ static const struct ScriptCommand s_gs12_g46_s0_evt1_sref_script[] = { /* 0x81ec
JUMP_SCRIPT(END_TALK),
};
static const struct ScriptRef s_gs12_g46_s0_evt1_sref = { NORMAL_EVENT, 7, NULL, s_gs12_g46_s0_evt1_sref_script }; /* 0x81ecb2c */
static const ScriptRef s_gs12_g46_s0_evt1_sref = { NORMAL_EVENT, SCRIPT_TYPE_07, NULL, s_gs12_g46_s0_evt1_sref_script }; /* 0x81ecb2c */
static const struct ScriptCommand s_gs12_g46_s1_station_sref_script[] = { /* 0x81ecb38 */
DEBUGINFO_O(2722),
@ -2733,7 +2733,7 @@ static const struct ScriptCommand s_gs12_g46_s1_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs12_g46_s1_station_sref = { EVENT_STATION , 7, NULL, s_gs12_g46_s1_station_sref_script }; /* 0x81ecbf8 */
static const ScriptRef s_gs12_g46_s1_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs12_g46_s1_station_sref_script }; /* 0x81ecbf8 */
static const struct ScriptCommand s_gs12_g46_s1_lives0_dlg0[] = { /* 0x81ecc04 */
DEBUGINFO_O(2739),
@ -3321,7 +3321,7 @@ static const struct GroundEventData s_gs12_g46_s0_evts[] = { /* 0x81ed6dc */
/* 1 */ { 6, 3, 0, 0, { 27, 28, 0, 0 }, &s_gs12_g46_s0_evt1_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81ed6f4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81ed6f4 */
&s_gs12_g0_s0_station_sref,
&s_gs12_g1_s0_station_sref,
&s_gs12_g1_s1_station_sref,

View File

@ -31,7 +31,7 @@ static const struct ScriptCommand s_gs178_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs178_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs178_g0_s0_station_sref_script }; /* 0x822c2b4 */
static const ScriptRef s_gs178_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs178_g0_s0_station_sref_script }; /* 0x822c2b4 */
static const struct ScriptCommand s_gs178_g1_s0_station_sref_script[] = { /* 0x822c2c0 - PART 1 0:04:05-0:06:38 */
DEBUGINFO_O(37),
@ -68,7 +68,7 @@ static const struct ScriptCommand s_gs178_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs178_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs178_g1_s0_station_sref_script }; /* 0x822c5d8 */
static const ScriptRef s_gs178_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs178_g1_s0_station_sref_script }; /* 0x822c5d8 */
@ -373,7 +373,7 @@ static const struct ScriptCommand s_gs178_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs178_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs178_g2_s0_station_sref_script }; /* 0x822df54 */
static const ScriptRef s_gs178_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs178_g2_s0_station_sref_script }; /* 0x822df54 */
static const struct ScriptCommand s_gs178_g2_s0_lives0_dlg0[] = { /* 0x822df60 - PART 1 0:11:39-0:12:15 - Player */
@ -528,7 +528,7 @@ static const struct ScriptCommand s_gs178_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs178_g3_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs178_g3_s0_station_sref_script }; /* 0x822ea0c */
static const ScriptRef s_gs178_g3_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs178_g3_s0_station_sref_script }; /* 0x822ea0c */
static const struct ScriptCommand s_gs178_g3_s0_lives0_dlg0[] = { /* 0x822ea18 - PART 1 0:17:17-0:18:51 - Player */
DEBUGINFO_O(534),
@ -778,7 +778,7 @@ static const struct GroundEffectData s_gs178_g3_s0_effs[] = { /* 0x822fb14 */
/* 0 */ { 0, 0, 1, 1, { 27, 23, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x822fb20 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x822fb20 */
&s_gs178_g0_s0_station_sref,
&s_gs178_g1_s0_station_sref,
&s_gs178_g2_s0_station_sref,

View File

@ -15,7 +15,7 @@ static const struct ScriptCommand s_gs179_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs179_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs179_g0_s0_station_sref_script }; /* 0x822fd28 */
static const ScriptRef s_gs179_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs179_g0_s0_station_sref_script }; /* 0x822fd28 */
static const struct ScriptCommand s_gs179_g1_s0_station_sref_script[] = { /* 0x822fd34 - PART 1 0:16:37-0:17:16 - Tiny Woods end room */
DEBUGINFO_O(21),
@ -29,7 +29,7 @@ static const struct ScriptCommand s_gs179_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs179_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs179_g1_s0_station_sref_script }; /* 0x822fdc4 */
static const ScriptRef s_gs179_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs179_g1_s0_station_sref_script }; /* 0x822fdc4 */
static const struct ScriptCommand s_gs179_g1_s0_lives0_dlg0[] = { /* 0x822fdd0 - PART 1 0:16:37-0:17:16 - Player */
DEBUGINFO_O(35),
@ -121,7 +121,7 @@ static const struct GroundEffectData s_gs179_g1_s0_effs[] = { /* 0x8230260 */
/* 0 */ { 0, 0, 1, 1, { 22, 21, CPOS_HALFTILE, 0 }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x823026c */
static const ScriptRef * const (sStationScripts[]) = { /* 0x823026c */
&s_gs179_g0_s0_station_sref,
&s_gs179_g1_s0_station_sref,
};

View File

@ -17,7 +17,7 @@ static const struct ScriptCommand s_gs180_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs180_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs180_g0_s0_station_sref_script }; /* 0x8230364 */
static const ScriptRef s_gs180_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs180_g0_s0_station_sref_script }; /* 0x8230364 */
static const struct ScriptCommand s_gs180_g1_s0_station_sref_script[] = { /* 0x8230370 */
DEBUGINFO_O(23),
@ -30,7 +30,7 @@ static const struct ScriptCommand s_gs180_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs180_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs180_g1_s0_station_sref_script }; /* 0x82303f0 */
static const ScriptRef s_gs180_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs180_g1_s0_station_sref_script }; /* 0x82303f0 */
static const struct ScriptCommand s_gs180_g1_s0_eff0_script[] = { /* 0x82303fc */
DEBUGINFO_O(36),
@ -144,7 +144,7 @@ static const struct ScriptCommand s_gs180_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs180_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs180_g2_s0_station_sref_script }; /* 0x8230a58 */
static const ScriptRef s_gs180_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs180_g2_s0_station_sref_script }; /* 0x8230a58 */
static const struct ScriptCommand s_gs180_g2_s0_eff0_script[] = { /* 0x8230a64 */
DEBUGINFO_O(150),
@ -248,7 +248,7 @@ static const struct ScriptCommand s_gs180_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs180_g3_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs180_g3_s0_station_sref_script }; /* 0x8231014 */
static const ScriptRef s_gs180_g3_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs180_g3_s0_station_sref_script }; /* 0x8231014 */
static const struct ScriptCommand s_gs180_g3_s0_lives0_dlg0[] = { /* 0x8231020 */
DEBUGINFO_O(254),
@ -483,7 +483,7 @@ static const struct GroundEffectData s_gs180_g3_s0_effs[] = { /* 0x8231b60 */
/* 0 */ { 0, 0, 1, 1, { 25, 18, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8231b6c */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8231b6c */
&s_gs180_g0_s0_station_sref,
&s_gs180_g1_s0_station_sref,
&s_gs180_g2_s0_station_sref,

View File

@ -17,7 +17,7 @@ static const struct ScriptCommand s_gs181_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs181_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs181_g0_s0_station_sref_script }; /* 0x8231cdc */
static const ScriptRef s_gs181_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs181_g0_s0_station_sref_script }; /* 0x8231cdc */
static const struct ScriptCommand s_gs181_g1_s0_station_sref_script[] = { /* 0x8231ce8 */
DEBUGINFO_O(23),
@ -31,7 +31,7 @@ static const struct ScriptCommand s_gs181_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs181_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs181_g1_s0_station_sref_script }; /* 0x8231d78 */
static const ScriptRef s_gs181_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs181_g1_s0_station_sref_script }; /* 0x8231d78 */
static const struct ScriptCommand s_gs181_g1_s0_lives0_dlg0[] = { /* 0x8231d84 */
DEBUGINFO_O(37),
@ -100,7 +100,7 @@ static const struct GroundEffectData s_gs181_g1_s0_effs[] = { /* 0x823207c */
/* 0 */ { 0, 0, 1, 1, { 22, 20, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8232088 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8232088 */
&s_gs181_g0_s0_station_sref,
&s_gs181_g1_s0_station_sref,
};

View File

@ -15,7 +15,7 @@ static const struct ScriptCommand s_gs182_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs182_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs182_g0_s0_station_sref_script }; /* 0x8232190 */
static const ScriptRef s_gs182_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs182_g0_s0_station_sref_script }; /* 0x8232190 */
static const struct ScriptCommand s_gs182_g1_s0_station_sref_script[] = { /* 0x823219c */
DEBUGINFO_O(21),
@ -28,7 +28,7 @@ static const struct ScriptCommand s_gs182_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs182_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs182_g1_s0_station_sref_script }; /* 0x823221c */
static const ScriptRef s_gs182_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs182_g1_s0_station_sref_script }; /* 0x823221c */
static const struct ScriptCommand s_gs182_g1_s0_lives0_dlg0[] = { /* 0x8232228 */
DEBUGINFO_O(34),
@ -144,7 +144,7 @@ static const struct ScriptCommand s_gs182_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs182_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs182_g2_s0_station_sref_script }; /* 0x823297c */
static const ScriptRef s_gs182_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs182_g2_s0_station_sref_script }; /* 0x823297c */
static const struct ScriptCommand s_gs182_g2_s0_lives0_dlg0[] = { /* 0x8232988 */
DEBUGINFO_O(150),
@ -294,7 +294,7 @@ static const struct GroundEffectData s_gs182_g2_s0_effs[] = { /* 0x823313c */
/* 0 */ { 0, 0, 1, 1, { 22, 23, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8233148 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8233148 */
&s_gs182_g0_s0_station_sref,
&s_gs182_g1_s0_station_sref,
&s_gs182_g2_s0_station_sref,

View File

@ -18,7 +18,7 @@ static const struct ScriptCommand s_gs183_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs183_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs183_g0_s0_station_sref_script }; /* 0x82332c4 */
static const ScriptRef s_gs183_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs183_g0_s0_station_sref_script }; /* 0x82332c4 */
static const struct ScriptCommand s_gs183_g1_s0_station_sref_script[] = { /* 0x82332d0 */
DEBUGINFO_O(24),
@ -31,7 +31,7 @@ static const struct ScriptCommand s_gs183_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs183_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs183_g1_s0_station_sref_script }; /* 0x8233350 */
static const ScriptRef s_gs183_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs183_g1_s0_station_sref_script }; /* 0x8233350 */
static const struct ScriptCommand s_gs183_g1_s0_eff0_script[] = { /* 0x823335c */
DEBUGINFO_O(37),
@ -266,7 +266,7 @@ static const struct GroundEffectData s_gs183_g1_s0_effs[] = { /* 0x823421c */
/* 0 */ { 0, 0, 1, 1, { 28, 39, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs183_g1_s0_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8234228 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8234228 */
&s_gs183_g0_s0_station_sref,
&s_gs183_g1_s0_station_sref,
};

View File

@ -15,7 +15,7 @@ static const struct ScriptCommand s_gs184_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs184_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs184_g0_s0_station_sref_script }; /* 0x8234360 */
static const ScriptRef s_gs184_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs184_g0_s0_station_sref_script }; /* 0x8234360 */
static const struct ScriptCommand s_gs184_g1_s0_station_sref_script[] = { /* 0x823436c */
DEBUGINFO_O(21),
@ -28,7 +28,7 @@ static const struct ScriptCommand s_gs184_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs184_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs184_g1_s0_station_sref_script }; /* 0x82343ec */
static const ScriptRef s_gs184_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs184_g1_s0_station_sref_script }; /* 0x82343ec */
static const struct ScriptCommand s_gs184_g1_s0_lives0_dlg0[] = { /* 0x82343f8 */
DEBUGINFO_O(34),
@ -85,7 +85,7 @@ static const struct ScriptCommand s_gs184_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs184_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs184_g2_s0_station_sref_script }; /* 0x8234824 */
static const ScriptRef s_gs184_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs184_g2_s0_station_sref_script }; /* 0x8234824 */
static const struct ScriptCommand s_gs184_g2_s0_lives0_dlg0[] = { /* 0x8234830 */
DEBUGINFO_O(91),
@ -151,7 +151,7 @@ static const struct GroundEffectData s_gs184_g2_s0_effs[] = { /* 0x8234bc4 */
/* 0 */ { 0, 0, 1, 1, { 28, 22, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8234bd0 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8234bd0 */
&s_gs184_g0_s0_station_sref,
&s_gs184_g1_s0_station_sref,
&s_gs184_g2_s0_station_sref,

View File

@ -17,7 +17,7 @@ static const struct ScriptCommand s_gs185_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs185_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs185_g0_s0_station_sref_script }; /* 0x8234cfc */
static const ScriptRef s_gs185_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs185_g0_s0_station_sref_script }; /* 0x8234cfc */
static const struct ScriptCommand s_gs185_g1_s0_station_sref_script[] = { /* 0x8234d08 */
DEBUGINFO_O(23),
@ -30,7 +30,7 @@ static const struct ScriptCommand s_gs185_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs185_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs185_g1_s0_station_sref_script }; /* 0x8234d88 */
static const ScriptRef s_gs185_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs185_g1_s0_station_sref_script }; /* 0x8234d88 */
static const struct ScriptCommand s_gs185_g1_s0_lives0_dlg0[] = { /* 0x8234d94 */
DEBUGINFO_O(36),
@ -253,7 +253,7 @@ static const struct GroundEffectData s_gs185_g1_s0_effs[] = { /* 0x823595c */
/* 0 */ { 0, 0, 1, 1, { 34, 30, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8235968 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8235968 */
&s_gs185_g0_s0_station_sref,
&s_gs185_g1_s0_station_sref,
};

View File

@ -16,7 +16,7 @@ static const struct ScriptCommand s_gs186_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs186_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs186_g0_s0_station_sref_script }; /* 0x8235a70 */
static const ScriptRef s_gs186_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs186_g0_s0_station_sref_script }; /* 0x8235a70 */
static const struct ScriptCommand s_gs186_g1_s0_station_sref_script[] = { /* 0x8235a7c */
DEBUGINFO_O(22),
@ -30,7 +30,7 @@ static const struct ScriptCommand s_gs186_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs186_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs186_g1_s0_station_sref_script }; /* 0x8235b0c */
static const ScriptRef s_gs186_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs186_g1_s0_station_sref_script }; /* 0x8235b0c */
static const struct ScriptCommand s_gs186_g1_s0_eff0_script[] = { /* 0x8235b18 */
DEBUGINFO_O(36),
@ -433,7 +433,7 @@ static const struct GroundEffectData s_gs186_g1_s0_effs[] = { /* 0x8237ad8 */
/* 0 */ { 0, 0, 1, 1, { 18, 16, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs186_g1_s0_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8237ae4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8237ae4 */
&s_gs186_g0_s0_station_sref,
&s_gs186_g1_s0_station_sref,
};

View File

@ -14,7 +14,7 @@ static const struct ScriptCommand s_gs187_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs187_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs187_g0_s0_station_sref_script }; /* 0x8237be4 */
static const ScriptRef s_gs187_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs187_g0_s0_station_sref_script }; /* 0x8237be4 */
static const struct ScriptCommand s_gs187_g1_s0_station_sref_script[] = { /* 0x8237bf0 */
DEBUGINFO_O(19),
@ -29,7 +29,7 @@ static const struct ScriptCommand s_gs187_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs187_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs187_g1_s0_station_sref_script }; /* 0x8237c90 */
static const ScriptRef s_gs187_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs187_g1_s0_station_sref_script }; /* 0x8237c90 */
static const struct ScriptCommand s_gs187_g1_s0_eff0_script[] = { /* 0x8237c9c */
DEBUGINFO_O(34),
@ -353,7 +353,7 @@ static const struct GroundEffectData s_gs187_g1_s0_effs[] = { /* 0x82390c0 */
/* 0 */ { 0, 0, 1, 1, { 22, 29, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs187_g1_s0_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82390cc */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82390cc */
&s_gs187_g0_s0_station_sref,
&s_gs187_g1_s0_station_sref,
};

View File

@ -16,7 +16,7 @@ static const struct ScriptCommand s_gs188_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs188_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs188_g0_s0_station_sref_script }; /* 0x82391e4 */
static const ScriptRef s_gs188_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs188_g0_s0_station_sref_script }; /* 0x82391e4 */
static const struct ScriptCommand s_gs188_g1_s0_station_sref_script[] = { /* 0x82391f0 */
DEBUGINFO_O(22),
@ -30,7 +30,7 @@ static const struct ScriptCommand s_gs188_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs188_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs188_g1_s0_station_sref_script }; /* 0x8239280 */
static const ScriptRef s_gs188_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs188_g1_s0_station_sref_script }; /* 0x8239280 */
static const struct ScriptCommand s_gs188_g1_s0_eff0_script[] = { /* 0x823928c */
DEBUGINFO_O(36),
@ -124,7 +124,7 @@ static const struct ScriptCommand s_gs188_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs188_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs188_g2_s0_station_sref_script }; /* 0x82399e4 */
static const ScriptRef s_gs188_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs188_g2_s0_station_sref_script }; /* 0x82399e4 */
static const struct ScriptCommand s_gs188_g2_s0_eff0_script[] = { /* 0x82399f0 */
DEBUGINFO_O(130),
@ -202,7 +202,7 @@ static const struct GroundEffectData s_gs188_g2_s0_effs[] = { /* 0x8239d74 */
/* 0 */ { 0, 0, 1, 1, { 25, 16, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs188_g2_s0_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8239d80 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8239d80 */
&s_gs188_g0_s0_station_sref,
&s_gs188_g1_s0_station_sref,
&s_gs188_g2_s0_station_sref,

View File

@ -40,7 +40,7 @@ static const struct ScriptCommand s_gs189_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs189_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs189_g0_s0_station_sref_script }; /* 0x823a06c */
static const ScriptRef s_gs189_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs189_g0_s0_station_sref_script }; /* 0x823a06c */
static const struct ScriptCommand s_gs189_g0_s0_evt0_sref_script[] = { /* 0x823a078 */
DEBUGINFO_O(46),
@ -57,7 +57,7 @@ static const struct ScriptCommand s_gs189_g0_s0_evt0_sref_script[] = { /* 0x823a
HALT,
};
static const struct ScriptRef s_gs189_g0_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs189_g0_s0_evt0_sref_script }; /* 0x823a164 */
static const ScriptRef s_gs189_g0_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs189_g0_s0_evt0_sref_script }; /* 0x823a164 */
static const struct ScriptCommand s_gs189_g0_s0_evt1_sref_script[] = { /* 0x823a170 */
DEBUGINFO_O(63),
@ -76,7 +76,7 @@ static const struct ScriptCommand s_gs189_g0_s0_evt1_sref_script[] = { /* 0x823a
HALT,
};
static const struct ScriptRef s_gs189_g0_s0_evt1_sref = { GETOUT_NORMAL, 2, NULL, s_gs189_g0_s0_evt1_sref_script }; /* 0x823a270 */
static const ScriptRef s_gs189_g0_s0_evt1_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs189_g0_s0_evt1_sref_script }; /* 0x823a270 */
static const struct ScriptCommand s_gs189_g0_s0_obj0_dlg2[] = { /* 0x823a27c */
DEBUGINFO_O(82),
@ -139,7 +139,7 @@ static const struct ScriptCommand s_gs189_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs189_g1_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs189_g1_s0_station_sref_script }; /* 0x823a4cc */
static const ScriptRef s_gs189_g1_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs189_g1_s0_station_sref_script }; /* 0x823a4cc */
static const struct ScriptCommand s_gs189_g1_s0_lives0_dlg0[] = { /* 0x823a4d8 */
DEBUGINFO_O(145),
@ -236,7 +236,7 @@ static const struct GroundEventData s_gs189_g0_s0_evts[] = { /* 0x823a8d8 */
/* 1 */ { 15, 3, 0, 0, { 21, 42, 0, 0 }, &s_gs189_g0_s0_evt1_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x823a8f0 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x823a8f0 */
&s_gs189_g0_s0_station_sref,
&s_gs189_g1_s0_station_sref,
};

View File

@ -20,7 +20,7 @@ static const struct ScriptCommand s_gs190_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs190_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs190_g0_s0_station_sref_script }; /* 0x823aa80 */
static const ScriptRef s_gs190_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs190_g0_s0_station_sref_script }; /* 0x823aa80 */
static const struct ScriptCommand s_gs190_g1_s0_station_sref_script[] = { /* 0x823aa8c */
DEBUGINFO_O(26),
@ -34,7 +34,7 @@ static const struct ScriptCommand s_gs190_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs190_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs190_g1_s0_station_sref_script }; /* 0x823ab1c */
static const ScriptRef s_gs190_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs190_g1_s0_station_sref_script }; /* 0x823ab1c */
static const struct ScriptCommand s_gs190_g1_s0_eff0_script[] = { /* 0x823ab28 */
DEBUGINFO_O(40),
@ -657,7 +657,7 @@ static const struct GroundEffectData s_gs190_g1_s0_effs[] = { /* 0x823d6e8 */
/* 1 */ { 4, 0, 1, 1, { 28, 20, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs190_g1_s0_eff1_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x823d700 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x823d700 */
&s_gs190_g0_s0_station_sref,
&s_gs190_g1_s0_station_sref,
};

View File

@ -18,7 +18,7 @@ static const struct ScriptCommand s_gs191_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs191_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs191_g0_s0_station_sref_script }; /* 0x823d848 */
static const ScriptRef s_gs191_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs191_g0_s0_station_sref_script }; /* 0x823d848 */
static const struct ScriptCommand s_gs191_g1_s0_station_sref_script[] = { /* 0x823d854 */
DEBUGINFO_O(24),
@ -31,7 +31,7 @@ static const struct ScriptCommand s_gs191_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs191_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs191_g1_s0_station_sref_script }; /* 0x823d8d4 */
static const ScriptRef s_gs191_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs191_g1_s0_station_sref_script }; /* 0x823d8d4 */
static const struct ScriptCommand s_gs191_g1_s0_lives0_dlg0[] = { /* 0x823d8e0 */
DEBUGINFO_O(37),
@ -98,7 +98,7 @@ static const struct ScriptCommand s_gs191_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs191_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs191_g2_s0_station_sref_script }; /* 0x823dda0 */
static const ScriptRef s_gs191_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs191_g2_s0_station_sref_script }; /* 0x823dda0 */
static const struct ScriptCommand s_gs191_g2_s0_lives0_dlg0[] = { /* 0x823ddac */
DEBUGINFO_O(104),
@ -168,7 +168,7 @@ static const struct GroundEffectData s_gs191_g2_s0_effs[] = { /* 0x823e164 */
/* 0 */ { 0, 0, 1, 1, { 30, 15, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x823e170 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x823e170 */
&s_gs191_g0_s0_station_sref,
&s_gs191_g1_s0_station_sref,
&s_gs191_g2_s0_station_sref,

View File

@ -27,7 +27,7 @@ static const struct ScriptCommand s_gs192_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs192_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs192_g0_s0_station_sref_script }; /* 0x823e2b4 */
static const ScriptRef s_gs192_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs192_g0_s0_station_sref_script }; /* 0x823e2b4 */
static const struct ScriptCommand s_gs192_g1_s0_station_sref_script[] = { /* 0x823e2c0 */
DEBUGINFO_O(33),
@ -42,7 +42,7 @@ static const struct ScriptCommand s_gs192_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs192_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs192_g1_s0_station_sref_script }; /* 0x823e360 */
static const ScriptRef s_gs192_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs192_g1_s0_station_sref_script }; /* 0x823e360 */
static const struct ScriptCommand s_gs192_g1_s0_lives0_dlg0[] = { /* 0x823e36c */
DEBUGINFO_O(48),
@ -166,7 +166,7 @@ static const struct ScriptCommand s_gs192_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs192_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs192_g2_s0_station_sref_script }; /* 0x823ee8c */
static const ScriptRef s_gs192_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs192_g2_s0_station_sref_script }; /* 0x823ee8c */
static const struct ScriptCommand s_gs192_g2_s0_eff0_script[] = { /* 0x823ee98 */
DEBUGINFO_O(172),
@ -928,7 +928,7 @@ static const struct GroundEffectData s_gs192_g2_s0_effs[] = { /* 0x8242a5c */
/* 0 */ { 0, 0, 1, 1, { 20, 51, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs192_g2_s0_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8242a68 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8242a68 */
&s_gs192_g0_s0_station_sref,
&s_gs192_g1_s0_station_sref,
&s_gs192_g2_s0_station_sref,

View File

@ -41,7 +41,7 @@ static const struct ScriptCommand s_gs193_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs193_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs193_g0_s0_station_sref_script }; /* 0x8242e54 */
static const ScriptRef s_gs193_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs193_g0_s0_station_sref_script }; /* 0x8242e54 */
static const struct ScriptCommand s_gs193_g0_s0_obj0_dlg2[] = { /* 0x8242e60 */
DEBUGINFO_O(57),
@ -124,7 +124,7 @@ static const struct ScriptCommand s_gs193_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs193_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs193_g1_s0_station_sref_script }; /* 0x8243130 */
static const ScriptRef s_gs193_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs193_g1_s0_station_sref_script }; /* 0x8243130 */
static const struct ScriptCommand s_gs193_g1_s0_lives0_dlg0[] = { /* 0x824313c */
DEBUGINFO_O(140),
@ -233,7 +233,7 @@ static const struct ScriptCommand s_gs193_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs193_g2_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs193_g2_s0_station_sref_script }; /* 0x8243aac */
static const ScriptRef s_gs193_g2_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs193_g2_s0_station_sref_script }; /* 0x8243aac */
static const struct ScriptCommand s_gs193_g2_s0_lives0_dlg0[] = { /* 0x8243ab8 */
DEBUGINFO_O(249),
@ -289,7 +289,7 @@ static const struct ScriptCommand s_gs193_g3_s0_station_sref_script[] = { /* 0x8
RET_DIRECT,
};
static const struct ScriptRef s_gs193_g3_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs193_g3_s0_station_sref_script }; /* 0x8243f64 */
static const ScriptRef s_gs193_g3_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs193_g3_s0_station_sref_script }; /* 0x8243f64 */
static const struct ScriptCommand s_gs193_g3_s0_lives0_dlg1[] = { /* 0x8243f70 */
DEBUGINFO_O(305),
@ -310,7 +310,7 @@ static const struct ScriptCommand s_gs193_g3_s0_evt0_sref_script[] = { /* 0x8243
HALT,
};
static const struct ScriptRef s_gs193_g3_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs193_g3_s0_evt0_sref_script }; /* 0x8244010 */
static const ScriptRef s_gs193_g3_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs193_g3_s0_evt0_sref_script }; /* 0x8244010 */
static const struct ScriptCommand s_gs193_g3_s1_station_sref_script[] = { /* 0x824401c */
DEBUGINFO_O(326),
@ -320,7 +320,7 @@ static const struct ScriptCommand s_gs193_g3_s1_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs193_g3_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs193_g3_s1_station_sref_script }; /* 0x824406c */
static const ScriptRef s_gs193_g3_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs193_g3_s1_station_sref_script }; /* 0x824406c */
static const struct ScriptCommand s_gs193_g3_s1_lives0_dlg0[] = { /* 0x8244078 */
DEBUGINFO_O(336),
@ -434,7 +434,7 @@ static const struct ScriptCommand s_gs193_g4_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs193_g4_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs193_g4_s0_station_sref_script }; /* 0x82447f8 */
static const ScriptRef s_gs193_g4_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs193_g4_s0_station_sref_script }; /* 0x82447f8 */
static const struct ScriptCommand s_gs193_g4_s0_lives0_dlg0[] = { /* 0x8244804 */
DEBUGINFO_O(450),
@ -501,7 +501,7 @@ static const struct ScriptCommand s_gs193_g5_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs193_g5_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs193_g5_s0_station_sref_script }; /* 0x8244d24 */
static const ScriptRef s_gs193_g5_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs193_g5_s0_station_sref_script }; /* 0x8244d24 */
static const struct ScriptCommand s_gs193_g5_s0_lives0_dlg0[] = { /* 0x8244d30 */
DEBUGINFO_O(517),
@ -680,7 +680,7 @@ static const struct GroundEventData s_gs193_g3_s0_evts[] = { /* 0x82452b0 */
/* 0 */ { 12, 3, 0, 0, { 28, 16, 0, 0 }, &s_gs193_g3_s0_evt0_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82452bc */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82452bc */
&s_gs193_g0_s0_station_sref,
&s_gs193_g1_s0_station_sref,
&s_gs193_g2_s0_station_sref,

View File

@ -15,7 +15,7 @@ static const struct ScriptCommand s_gs194_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs194_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs194_g0_s0_station_sref_script }; /* 0x8245580 */
static const ScriptRef s_gs194_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs194_g0_s0_station_sref_script }; /* 0x8245580 */
static const struct ScriptCommand s_gs194_g1_s0_station_sref_script[] = { /* 0x824558c */
DEBUGINFO_O(21),
@ -36,7 +36,7 @@ static const struct ScriptCommand s_gs194_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs194_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs194_g1_s0_station_sref_script }; /* 0x8245728 */
static const ScriptRef s_gs194_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs194_g1_s0_station_sref_script }; /* 0x8245728 */
@ -122,7 +122,7 @@ static const struct GroundEffectData s_gs194_g1_s0_effs[] = { /* 0x8245c30 */
/* 0 */ { 0, 0, 1, 1, { 17, 22, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8245c3c */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8245c3c */
&s_gs194_g0_s0_station_sref,
&s_gs194_g1_s0_station_sref,
};

View File

@ -43,7 +43,7 @@ static const struct ScriptCommand s_gs195_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs195_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs195_g0_s0_station_sref_script }; /* 0x8245f84 */
static const ScriptRef s_gs195_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs195_g0_s0_station_sref_script }; /* 0x8245f84 */
static const struct ScriptCommand s_gs195_g0_s0_obj0_dlg2[] = { /* 0x8245f90 */
DEBUGINFO_O(67),
@ -152,7 +152,7 @@ static const struct ScriptCommand s_gs195_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs195_g1_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs195_g1_s0_station_sref_script }; /* 0x82464f8 */
static const ScriptRef s_gs195_g1_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs195_g1_s0_station_sref_script }; /* 0x82464f8 */
@ -244,7 +244,7 @@ static const struct ScriptCommand s_gs195_g2_s0_station_sref_script[] = { /* 0x8
RET_DIRECT,
};
static const struct ScriptRef s_gs195_g2_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs195_g2_s0_station_sref_script }; /* 0x8246afc */
static const ScriptRef s_gs195_g2_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs195_g2_s0_station_sref_script }; /* 0x8246afc */
static const struct ScriptCommand s_gs195_g2_s0_lives0_dlg2[] = { /* 0x8246b08 */
DEBUGINFO_O(268),
@ -258,7 +258,7 @@ static const struct ScriptCommand s_gs195_g2_s0_evt0_sref_script[] = { /* 0x8246
HALT,
};
static const struct ScriptRef s_gs195_g2_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs195_g2_s0_evt0_sref_script }; /* 0x8246b68 */
static const ScriptRef s_gs195_g2_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs195_g2_s0_evt0_sref_script }; /* 0x8246b68 */
static const struct ScriptCommand s_gs195_g2_s1_station_sref_script[] = { /* 0x8246b74 */
DEBUGINFO_O(282),
@ -268,7 +268,7 @@ static const struct ScriptCommand s_gs195_g2_s1_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs195_g2_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs195_g2_s1_station_sref_script }; /* 0x8246bc4 */
static const ScriptRef s_gs195_g2_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs195_g2_s1_station_sref_script }; /* 0x8246bc4 */
static const struct ScriptCommand s_gs195_g2_s1_lives0_dlg0[] = { /* 0x8246bd0 */
DEBUGINFO_O(292),
@ -394,7 +394,7 @@ static const struct ScriptCommand s_gs195_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs195_g3_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs195_g3_s0_station_sref_script }; /* 0x82474e0 */
static const ScriptRef s_gs195_g3_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs195_g3_s0_station_sref_script }; /* 0x82474e0 */
static const struct ScriptCommand s_gs195_g3_s0_lives0_dlg0[] = { /* 0x82474ec */
DEBUGINFO_O(418),
@ -509,7 +509,7 @@ static const struct ScriptCommand s_gs195_g4_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs195_g4_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs195_g4_s0_station_sref_script }; /* 0x8247d24 */
static const ScriptRef s_gs195_g4_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs195_g4_s0_station_sref_script }; /* 0x8247d24 */
static const struct ScriptCommand s_gs195_g4_s0_lives0_dlg0[] = { /* 0x8247d30 */
DEBUGINFO_O(533),
@ -574,7 +574,7 @@ static const struct ScriptCommand s_gs195_g5_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs195_g5_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs195_g5_s0_station_sref_script }; /* 0x8248224 */
static const ScriptRef s_gs195_g5_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs195_g5_s0_station_sref_script }; /* 0x8248224 */
static const struct ScriptCommand s_gs195_g5_s0_lives0_dlg0[] = { /* 0x8248230 */
DEBUGINFO_O(598),
@ -752,7 +752,7 @@ static const struct GroundEventData s_gs195_g2_s0_evts[] = { /* 0x82487b0 */
/* 0 */ { 12, 3, 0, 0, { 17, 19, 0, 0 }, &s_gs195_g2_s0_evt0_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82487bc */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82487bc */
&s_gs195_g0_s0_station_sref,
&s_gs195_g1_s0_station_sref,
&s_gs195_g2_s0_station_sref,

View File

@ -45,7 +45,7 @@ static const struct ScriptCommand s_gs196_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs196_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs196_g0_s0_station_sref_script }; /* 0x8248cc0 */
static const ScriptRef s_gs196_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs196_g0_s0_station_sref_script }; /* 0x8248cc0 */
static const struct ScriptCommand s_gs196_g0_s0_evt0_sref_script[] = { /* 0x8248ccc */
DEBUGINFO_O(51),
@ -62,7 +62,7 @@ static const struct ScriptCommand s_gs196_g0_s0_evt0_sref_script[] = { /* 0x8248
HALT,
};
static const struct ScriptRef s_gs196_g0_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs196_g0_s0_evt0_sref_script }; /* 0x8248da8 */
static const ScriptRef s_gs196_g0_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs196_g0_s0_evt0_sref_script }; /* 0x8248da8 */
static const struct ScriptCommand s_gs196_g0_s0_evt1_sref_script[] = { /* 0x8248db4 */
DEBUGINFO_O(68),
@ -92,7 +92,7 @@ static const struct ScriptCommand s_gs196_g0_s0_evt1_sref_script[] = { /* 0x8248
HALT,
};
static const struct ScriptRef s_gs196_g0_s0_evt1_sref = { GETOUT_NORMAL, 2, NULL, s_gs196_g0_s0_evt1_sref_script }; /* 0x8248f7c */
static const ScriptRef s_gs196_g0_s0_evt1_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs196_g0_s0_evt1_sref_script }; /* 0x8248f7c */
static const struct ScriptCommand s_gs196_g0_s0_obj0_dlg2[] = { /* 0x8248f88 */
DEBUGINFO_O(98),
@ -155,7 +155,7 @@ static const struct ScriptCommand s_gs196_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs196_g1_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs196_g1_s0_station_sref_script }; /* 0x82491d8 */
static const ScriptRef s_gs196_g1_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs196_g1_s0_station_sref_script }; /* 0x82491d8 */
static const struct ScriptCommand s_gs196_g1_s0_lives0_dlg0[] = { /* 0x82491e4 */
DEBUGINFO_O(161),
@ -252,7 +252,7 @@ static const struct GroundEventData s_gs196_g0_s0_evts[] = { /* 0x82495c0 */
/* 1 */ { 15, 3, 0, 0, { 21, 42, 0, 0 }, &s_gs196_g0_s0_evt1_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82495d8 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82495d8 */
&s_gs196_g0_s0_station_sref,
&s_gs196_g1_s0_station_sref,
};

View File

@ -14,7 +14,7 @@ static const struct ScriptCommand s_gs197_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs197_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs197_g0_s0_station_sref_script }; /* 0x8249768 */
static const ScriptRef s_gs197_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs197_g0_s0_station_sref_script }; /* 0x8249768 */
static const struct ScriptCommand s_gs197_g1_s0_station_sref_script[] = { /* 0x8249774 */
DEBUGINFO_O(20),
@ -27,7 +27,7 @@ static const struct ScriptCommand s_gs197_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs197_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs197_g1_s0_station_sref_script }; /* 0x82497f4 */
static const ScriptRef s_gs197_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs197_g1_s0_station_sref_script }; /* 0x82497f4 */
static const struct ScriptCommand s_gs197_g1_s0_eff0_script[] = { /* 0x8249800 */
DEBUGINFO_O(33),
@ -426,7 +426,7 @@ static const struct GroundEffectData s_gs197_g1_s0_effs[] = { /* 0x824bb54 */
/* 2 */ { 4, 0, 1, 1, { 39, 18, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs197_g1_s0_eff2_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x824bb78 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x824bb78 */
&s_gs197_g0_s0_station_sref,
&s_gs197_g1_s0_station_sref,
};

View File

@ -43,7 +43,7 @@ static const struct ScriptCommand s_gs198_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs198_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs198_g0_s0_station_sref_script }; /* 0x824beb8 */
static const ScriptRef s_gs198_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs198_g0_s0_station_sref_script }; /* 0x824beb8 */
static const struct ScriptCommand s_gs198_g0_s0_obj0_dlg2[] = { /* 0x824bec4 */
DEBUGINFO_O(57),
@ -133,7 +133,7 @@ static const struct ScriptCommand s_gs198_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs198_g1_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs198_g1_s0_station_sref_script }; /* 0x824c204 */
static const ScriptRef s_gs198_g1_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs198_g1_s0_station_sref_script }; /* 0x824c204 */
static const struct ScriptCommand s_gs198_g1_s0_eff0_script[] = { /* 0x824c210 */
DEBUGINFO_O(147),
@ -191,7 +191,7 @@ static const struct ScriptCommand s_gs198_g2_s0_station_sref_script[] = { /* 0x8
RET_DIRECT,
};
static const struct ScriptRef s_gs198_g2_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs198_g2_s0_station_sref_script }; /* 0x824c700 */
static const ScriptRef s_gs198_g2_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs198_g2_s0_station_sref_script }; /* 0x824c700 */
static const struct ScriptCommand s_gs198_g2_s0_lives0_dlg2[] = { /* 0x824c70c */
DEBUGINFO_O(205),
@ -205,7 +205,7 @@ static const struct ScriptCommand s_gs198_g2_s0_evt0_sref_script[] = { /* 0x824c
HALT,
};
static const struct ScriptRef s_gs198_g2_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs198_g2_s0_evt0_sref_script }; /* 0x824c76c */
static const ScriptRef s_gs198_g2_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs198_g2_s0_evt0_sref_script }; /* 0x824c76c */
static const struct ScriptCommand s_gs198_g2_s1_station_sref_script[] = { /* 0x824c778 */
DEBUGINFO_O(219),
@ -215,7 +215,7 @@ static const struct ScriptCommand s_gs198_g2_s1_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs198_g2_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs198_g2_s1_station_sref_script }; /* 0x824c7c8 */
static const ScriptRef s_gs198_g2_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs198_g2_s1_station_sref_script }; /* 0x824c7c8 */
static const struct ScriptCommand s_gs198_g2_s1_lives0_dlg0[] = { /* 0x824c7d4 */
DEBUGINFO_O(229),
@ -342,7 +342,7 @@ static const struct ScriptCommand s_gs198_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs198_g3_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs198_g3_s0_station_sref_script }; /* 0x824d0b4 */
static const ScriptRef s_gs198_g3_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs198_g3_s0_station_sref_script }; /* 0x824d0b4 */
static const struct ScriptCommand s_gs198_g3_s0_lives0_dlg0[] = { /* 0x824d0c0 */
DEBUGINFO_O(356),
@ -404,7 +404,7 @@ static const struct ScriptCommand s_gs198_g4_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs198_g4_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs198_g4_s0_station_sref_script }; /* 0x824d4f4 */
static const ScriptRef s_gs198_g4_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs198_g4_s0_station_sref_script }; /* 0x824d4f4 */
static const struct ScriptCommand s_gs198_g4_s0_lives0_dlg0[] = { /* 0x824d500 */
DEBUGINFO_O(418),
@ -462,7 +462,7 @@ static const struct ScriptCommand s_gs198_g5_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs198_g5_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs198_g5_s0_station_sref_script }; /* 0x824d974 */
static const ScriptRef s_gs198_g5_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs198_g5_s0_station_sref_script }; /* 0x824d974 */
static const struct ScriptCommand s_gs198_g5_s0_lives0_dlg0[] = { /* 0x824d980 */
DEBUGINFO_O(476),
@ -531,7 +531,7 @@ static const struct ScriptCommand s_gs198_g6_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs198_g6_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs198_g6_s0_station_sref_script }; /* 0x824dec8 */
static const ScriptRef s_gs198_g6_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs198_g6_s0_station_sref_script }; /* 0x824dec8 */
static const struct ScriptCommand s_gs198_g6_s0_lives0_dlg0[] = { /* 0x824ded4 */
DEBUGINFO_O(545),
@ -721,7 +721,7 @@ static const struct GroundEventData s_gs198_g2_s0_evts[] = { /* 0x824e48c */
/* 0 */ { 4, 3, 0, 0, { 15, 27, 0, 0 }, &s_gs198_g2_s0_evt0_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x824e498 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x824e498 */
&s_gs198_g0_s0_station_sref,
&s_gs198_g1_s0_station_sref,
&s_gs198_g2_s0_station_sref,

View File

@ -45,7 +45,7 @@ static const struct ScriptCommand s_gs199_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs199_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs199_g0_s0_station_sref_script }; /* 0x824e980 */
static const ScriptRef s_gs199_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs199_g0_s0_station_sref_script }; /* 0x824e980 */
static const struct ScriptCommand s_gs199_g0_s0_evt0_sref_script[] = { /* 0x824e98c */
DEBUGINFO_O(51),
@ -62,7 +62,7 @@ static const struct ScriptCommand s_gs199_g0_s0_evt0_sref_script[] = { /* 0x824e
HALT,
};
static const struct ScriptRef s_gs199_g0_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs199_g0_s0_evt0_sref_script }; /* 0x824ea68 */
static const ScriptRef s_gs199_g0_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs199_g0_s0_evt0_sref_script }; /* 0x824ea68 */
static const struct ScriptCommand s_gs199_g0_s0_evt1_sref_script[] = { /* 0x824ea74 */
DEBUGINFO_O(68),
@ -92,7 +92,7 @@ static const struct ScriptCommand s_gs199_g0_s0_evt1_sref_script[] = { /* 0x824e
HALT,
};
static const struct ScriptRef s_gs199_g0_s0_evt1_sref = { GETOUT_NORMAL, 2, NULL, s_gs199_g0_s0_evt1_sref_script }; /* 0x824ec3c */
static const ScriptRef s_gs199_g0_s0_evt1_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs199_g0_s0_evt1_sref_script }; /* 0x824ec3c */
static const struct ScriptCommand s_gs199_g0_s0_obj0_dlg2[] = { /* 0x824ec48 */
DEBUGINFO_O(98),
@ -155,7 +155,7 @@ static const struct ScriptCommand s_gs199_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs199_g1_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs199_g1_s0_station_sref_script }; /* 0x824ee98 */
static const ScriptRef s_gs199_g1_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs199_g1_s0_station_sref_script }; /* 0x824ee98 */
static const struct ScriptCommand s_gs199_g1_s0_lives0_dlg0[] = { /* 0x824eea4 */
DEBUGINFO_O(161),
@ -223,7 +223,7 @@ static const struct ScriptCommand s_gs199_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs199_g2_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs199_g2_s0_station_sref_script }; /* 0x824f330 */
static const ScriptRef s_gs199_g2_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs199_g2_s0_station_sref_script }; /* 0x824f330 */
static const struct ScriptCommand s_gs199_g2_s0_lives0_dlg0[] = { /* 0x824f33c */
DEBUGINFO_O(229),
@ -343,7 +343,7 @@ static const struct GroundEventData s_gs199_g0_s0_evts[] = { /* 0x824f8b4 */
/* 1 */ { 15, 3, 0, 0, { 21, 42, 0, 0 }, &s_gs199_g0_s0_evt1_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x824f8cc */
static const ScriptRef * const (sStationScripts[]) = { /* 0x824f8cc */
&s_gs199_g0_s0_station_sref,
&s_gs199_g1_s0_station_sref,
&s_gs199_g2_s0_station_sref,

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs200_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs200_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs200_g0_s0_station_sref_script }; /* 0x824fa90 */
static const ScriptRef s_gs200_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs200_g0_s0_station_sref_script }; /* 0x824fa90 */
static const struct ScriptCommand s_gs200_g1_s0_station_sref_script[] = { /* 0x824fa9c */
DEBUGINFO_O(19),
@ -40,7 +40,7 @@ static const struct ScriptCommand s_gs200_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs200_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs200_g1_s0_station_sref_script }; /* 0x824fca8 */
static const ScriptRef s_gs200_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs200_g1_s0_station_sref_script }; /* 0x824fca8 */
static const struct ScriptCommand s_gs200_g1_s0_lives0_dlg0[] = { /* 0x824fcb4 */
@ -470,7 +470,7 @@ static const struct GroundEffectData s_gs200_g1_s0_effs[] = { /* 0x8251e8c */
/* 0 */ { 0, 0, 1, 1, { 33, 27, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8251e98 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8251e98 */
&s_gs200_g0_s0_station_sref,
&s_gs200_g1_s0_station_sref,
};

View File

@ -44,7 +44,7 @@ static const struct ScriptCommand s_gs201_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs201_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs201_g0_s0_station_sref_script }; /* 0x8252210 */
static const ScriptRef s_gs201_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs201_g0_s0_station_sref_script }; /* 0x8252210 */
static const struct ScriptCommand s_gs201_g0_s0_obj0_dlg2[] = { /* 0x825221c */
DEBUGINFO_O(59),
@ -132,7 +132,7 @@ static const struct ScriptCommand s_gs201_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs201_g1_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs201_g1_s0_station_sref_script }; /* 0x825253c */
static const ScriptRef s_gs201_g1_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs201_g1_s0_station_sref_script }; /* 0x825253c */
static const struct ScriptCommand s_gs201_g1_s0_lives0_dlg0[] = { /* 0x8252548 */
DEBUGINFO_O(147),
@ -286,7 +286,7 @@ static const struct ScriptCommand s_gs201_g2_s0_station_sref_script[] = { /* 0x8
RET_DIRECT,
};
static const struct ScriptRef s_gs201_g2_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs201_g2_s0_station_sref_script }; /* 0x825383c */
static const ScriptRef s_gs201_g2_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs201_g2_s0_station_sref_script }; /* 0x825383c */
static const struct ScriptCommand s_gs201_g2_s0_lives0_dlg2[] = { /* 0x8253848 */
DEBUGINFO_O(301),
@ -300,7 +300,7 @@ static const struct ScriptCommand s_gs201_g2_s0_evt0_sref_script[] = { /* 0x8253
HALT,
};
static const struct ScriptRef s_gs201_g2_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs201_g2_s0_evt0_sref_script }; /* 0x82538a8 */
static const ScriptRef s_gs201_g2_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs201_g2_s0_evt0_sref_script }; /* 0x82538a8 */
static const struct ScriptCommand s_gs201_g2_s1_station_sref_script[] = { /* 0x82538b4 */
DEBUGINFO_O(315),
@ -310,7 +310,7 @@ static const struct ScriptCommand s_gs201_g2_s1_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs201_g2_s1_station_sref = { EVENT_WAKEUP, 7, NULL, s_gs201_g2_s1_station_sref_script }; /* 0x8253904 */
static const ScriptRef s_gs201_g2_s1_station_sref = { EVENT_WAKEUP, SCRIPT_TYPE_07, NULL, s_gs201_g2_s1_station_sref_script }; /* 0x8253904 */
static const struct ScriptCommand s_gs201_g2_s1_lives0_dlg0[] = { /* 0x8253910 */
DEBUGINFO_O(325),
@ -440,7 +440,7 @@ static const struct ScriptCommand s_gs201_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs201_g3_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs201_g3_s0_station_sref_script }; /* 0x82541a0 */
static const ScriptRef s_gs201_g3_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs201_g3_s0_station_sref_script }; /* 0x82541a0 */
static const struct ScriptCommand s_gs201_g3_s0_lives0_dlg0[] = { /* 0x82541ac */
DEBUGINFO_O(455),
@ -503,7 +503,7 @@ static const struct ScriptCommand s_gs201_g4_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs201_g4_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs201_g4_s0_station_sref_script }; /* 0x82545e0 */
static const ScriptRef s_gs201_g4_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs201_g4_s0_station_sref_script }; /* 0x82545e0 */
static const struct ScriptCommand s_gs201_g4_s0_lives0_dlg0[] = { /* 0x82545ec */
DEBUGINFO_O(518),
@ -573,7 +573,7 @@ static const struct ScriptCommand s_gs201_g5_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs201_g5_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs201_g5_s0_station_sref_script }; /* 0x8254aec */
static const ScriptRef s_gs201_g5_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs201_g5_s0_station_sref_script }; /* 0x8254aec */
static const struct ScriptCommand s_gs201_g5_s0_lives0_dlg0[] = { /* 0x8254af8 */
DEBUGINFO_O(588),
@ -628,7 +628,7 @@ static const struct ScriptCommand s_gs201_g6_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs201_g6_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs201_g6_s0_station_sref_script }; /* 0x8254ea4 */
static const ScriptRef s_gs201_g6_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs201_g6_s0_station_sref_script }; /* 0x8254ea4 */
static const struct ScriptCommand s_gs201_g6_s0_eff0_script[] = { /* 0x8254eb0 */
DEBUGINFO_O(643),
@ -820,7 +820,7 @@ static const struct GroundEventData s_gs201_g2_s0_evts[] = { /* 0x8255410 */
/* 0 */ { 3, 3, 0, 0, { 26, 17, 0, 0 }, &s_gs201_g2_s0_evt0_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x825541c */
static const ScriptRef * const (sStationScripts[]) = { /* 0x825541c */
&s_gs201_g0_s0_station_sref,
&s_gs201_g1_s0_station_sref,
&s_gs201_g2_s0_station_sref,

View File

@ -47,7 +47,7 @@ static const struct ScriptCommand s_gs202_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs202_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs202_g0_s0_station_sref_script }; /* 0x825592c */
static const ScriptRef s_gs202_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs202_g0_s0_station_sref_script }; /* 0x825592c */
static const struct ScriptCommand s_gs202_g0_s0_evt0_sref_script[] = { /* 0x8255938 */
DEBUGINFO_O(53),
@ -69,7 +69,7 @@ static const struct ScriptCommand s_gs202_g0_s0_evt0_sref_script[] = { /* 0x8255
HALT,
};
static const struct ScriptRef s_gs202_g0_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs202_g0_s0_evt0_sref_script }; /* 0x8255a64 */
static const ScriptRef s_gs202_g0_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs202_g0_s0_evt0_sref_script }; /* 0x8255a64 */
static const struct ScriptCommand s_gs202_g0_s0_evt1_sref_script[] = { /* 0x8255a70 */
DEBUGINFO_O(75),
@ -99,7 +99,7 @@ static const struct ScriptCommand s_gs202_g0_s0_evt1_sref_script[] = { /* 0x8255
HALT,
};
static const struct ScriptRef s_gs202_g0_s0_evt1_sref = { GETOUT_NORMAL, 2, NULL, s_gs202_g0_s0_evt1_sref_script }; /* 0x8255c38 */
static const ScriptRef s_gs202_g0_s0_evt1_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs202_g0_s0_evt1_sref_script }; /* 0x8255c38 */
static const struct ScriptCommand s_gs202_g0_s0_obj0_dlg2[] = { /* 0x8255c44 */
DEBUGINFO_O(105),
@ -168,7 +168,7 @@ static const struct ScriptCommand s_gs202_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs202_g1_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs202_g1_s0_station_sref_script }; /* 0x8255ef4 */
static const ScriptRef s_gs202_g1_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs202_g1_s0_station_sref_script }; /* 0x8255ef4 */
static const struct ScriptCommand s_gs202_g1_s0_lives0_dlg0[] = { /* 0x8255f00 */
DEBUGINFO_O(174),
@ -224,7 +224,7 @@ static const struct ScriptCommand s_gs202_g2_s0_station_sref_script[] = { /* 0x8
RET_DIRECT,
};
static const struct ScriptRef s_gs202_g2_s0_station_sref = { STATION_CONTROL , 8, NULL, s_gs202_g2_s0_station_sref_script }; /* 0x82562bc */
static const ScriptRef s_gs202_g2_s0_station_sref = { STATION_CONTROL, SCRIPT_TYPE_08, NULL, s_gs202_g2_s0_station_sref_script }; /* 0x82562bc */
static const struct GroundLivesData s_gs202_g0_s0_lives[] = { /* 0x82562c8 */
/* 0 */ { 145, 0, 0, 0, { 28, 28, CPOS_HALFTILE, CPOS_HALFTILE }, {} },
};
@ -280,7 +280,7 @@ static const struct GroundEventData s_gs202_g0_s0_evts[] = { /* 0x82563c4 */
/* 1 */ { 15, 3, 0, 0, { 21, 42, 0, 0 }, &s_gs202_g0_s0_evt1_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82563dc */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82563dc */
&s_gs202_g0_s0_station_sref,
&s_gs202_g1_s0_station_sref,
&s_gs202_g2_s0_station_sref,

View File

@ -27,7 +27,7 @@ static const struct ScriptCommand s_gs203_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs203_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs203_g0_s0_station_sref_script }; /* 0x82565a0 */
static const ScriptRef s_gs203_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs203_g0_s0_station_sref_script }; /* 0x82565a0 */
static const struct ScriptCommand s_gs203_g1_s0_station_sref_script[] = { /* 0x82565ac */
DEBUGINFO_O(33),
@ -41,7 +41,7 @@ static const struct ScriptCommand s_gs203_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs203_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs203_g1_s0_station_sref_script }; /* 0x825663c */
static const ScriptRef s_gs203_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs203_g1_s0_station_sref_script }; /* 0x825663c */
static const struct ScriptCommand s_gs203_g1_s0_eff0_script[] = { /* 0x8256648 */
DEBUGINFO_O(47),
@ -317,7 +317,7 @@ static const struct ScriptCommand s_gs203_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs203_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs203_g2_s0_station_sref_script }; /* 0x8257e9c */
static const ScriptRef s_gs203_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs203_g2_s0_station_sref_script }; /* 0x8257e9c */
static const struct ScriptCommand s_gs203_g2_s0_eff0_script[] = { /* 0x8257ea8 */
DEBUGINFO_O(323),
@ -663,7 +663,7 @@ static const struct ScriptCommand s_gs203_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs203_g3_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs203_g3_s0_station_sref_script }; /* 0x825964c */
static const ScriptRef s_gs203_g3_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs203_g3_s0_station_sref_script }; /* 0x825964c */
static const struct ScriptCommand s_gs203_g3_s0_lives0_dlg0[] = { /* 0x8259658 */
@ -1361,7 +1361,7 @@ static const struct GroundEffectData s_gs203_g3_s0_effs[] = { /* 0x825cc5c */
/* 0 */ { 0, 0, 1, 1, { 31, 30, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x825cc68 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x825cc68 */
&s_gs203_g0_s0_station_sref,
&s_gs203_g1_s0_station_sref,
&s_gs203_g2_s0_station_sref,

View File

@ -42,7 +42,7 @@ static const struct ScriptCommand s_gs204_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs204_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs204_g0_s0_station_sref_script }; /* 0x825d030 */
static const ScriptRef s_gs204_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs204_g0_s0_station_sref_script }; /* 0x825d030 */
static const struct ScriptCommand s_gs204_g0_s1_lives0_dlg0[] = { /* 0x825d03c */
DEBUGINFO_O(48),
@ -95,7 +95,7 @@ static const struct ScriptCommand s_gs204_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs204_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs204_g1_s0_station_sref_script }; /* 0x825d21c */
static const ScriptRef s_gs204_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs204_g1_s0_station_sref_script }; /* 0x825d21c */
static const struct ScriptCommand s_gs204_g1_s0_lives0_dlg0[] = { /* 0x825d228 */
DEBUGINFO_O(101),
@ -163,7 +163,7 @@ static const struct ScriptCommand s_gs204_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs204_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs204_g2_s0_station_sref_script }; /* 0x825d80c */
static const ScriptRef s_gs204_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs204_g2_s0_station_sref_script }; /* 0x825d80c */
static const struct ScriptCommand s_gs204_g2_s0_lives0_dlg0[] = { /* 0x825d818 */
DEBUGINFO_O(169),
@ -252,7 +252,7 @@ static const struct GroundEffectData s_gs204_g2_s0_effs[] = { /* 0x825db48 */
/* 0 */ { 0, 0, 1, 1, { 26, 17, 0, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x825db54 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x825db54 */
&s_gs204_g0_s0_station_sref,
&s_gs204_g1_s0_station_sref,
&s_gs204_g2_s0_station_sref,

View File

@ -40,7 +40,7 @@ static const struct ScriptCommand s_gs205_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs205_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs205_g0_s0_station_sref_script }; /* 0x825dee8 */
static const ScriptRef s_gs205_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs205_g0_s0_station_sref_script }; /* 0x825dee8 */
static const struct ScriptCommand s_gs205_g0_s0_evt0_sref_script[] = { /* 0x825def4 */
DEBUGINFO_O(46),
@ -57,7 +57,7 @@ static const struct ScriptCommand s_gs205_g0_s0_evt0_sref_script[] = { /* 0x825d
HALT,
};
static const struct ScriptRef s_gs205_g0_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs205_g0_s0_evt0_sref_script }; /* 0x825dfd0 */
static const ScriptRef s_gs205_g0_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs205_g0_s0_evt0_sref_script }; /* 0x825dfd0 */
static const struct ScriptCommand s_gs205_g0_s0_evt1_sref_script[] = { /* 0x825dfdc */
DEBUGINFO_O(63),
@ -76,7 +76,7 @@ static const struct ScriptCommand s_gs205_g0_s0_evt1_sref_script[] = { /* 0x825d
HALT,
};
static const struct ScriptRef s_gs205_g0_s0_evt1_sref = { GETOUT_NORMAL, 2, NULL, s_gs205_g0_s0_evt1_sref_script }; /* 0x825e0dc */
static const ScriptRef s_gs205_g0_s0_evt1_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs205_g0_s0_evt1_sref_script }; /* 0x825e0dc */
static const struct ScriptCommand s_gs205_g0_s0_obj0_dlg2[] = { /* 0x825e0e8 */
DEBUGINFO_O(82),
@ -139,7 +139,7 @@ static const struct ScriptCommand s_gs205_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs205_g1_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs205_g1_s0_station_sref_script }; /* 0x825e338 */
static const ScriptRef s_gs205_g1_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs205_g1_s0_station_sref_script }; /* 0x825e338 */
static const struct ScriptCommand s_gs205_g1_s0_lives0_dlg0[] = { /* 0x825e344 */
DEBUGINFO_O(145),
@ -235,7 +235,7 @@ static const struct GroundEventData s_gs205_g0_s0_evts[] = { /* 0x825e71c */
/* 1 */ { 15, 3, 0, 0, { 21, 42, 0, 0 }, &s_gs205_g0_s0_evt1_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x825e734 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x825e734 */
&s_gs205_g0_s0_station_sref,
&s_gs205_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs206_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs206_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs206_g0_s0_station_sref_script }; /* 0x825e8c4 */
static const ScriptRef s_gs206_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs206_g0_s0_station_sref_script }; /* 0x825e8c4 */
static const struct ScriptCommand s_gs206_g1_s0_station_sref_script[] = { /* 0x825e8d0 */
DEBUGINFO_O(19),
@ -42,7 +42,7 @@ static const struct ScriptCommand s_gs206_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs206_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs206_g1_s0_station_sref_script }; /* 0x825eacc */
static const ScriptRef s_gs206_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs206_g1_s0_station_sref_script }; /* 0x825eacc */
static const struct ScriptCommand s_gs206_g1_s0_eff0_script[] = { /* 0x825ead8 */
DEBUGINFO_O(48),
@ -394,7 +394,7 @@ static const struct GroundEffectData s_gs206_g1_s0_effs[] = { /* 0x825fe8c */
/* 3 */ { 4, 0, 2, 1, { 26, 24, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs206_g1_s0_eff3_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x825febc */
static const ScriptRef * const (sStationScripts[]) = { /* 0x825febc */
&s_gs206_g0_s0_station_sref,
&s_gs206_g1_s0_station_sref,
};

View File

@ -14,7 +14,7 @@ static const struct ScriptCommand s_gs207_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs207_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs207_g0_s0_station_sref_script }; /* 0x825ffd4 */
static const ScriptRef s_gs207_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs207_g0_s0_station_sref_script }; /* 0x825ffd4 */
static const struct ScriptCommand s_gs207_g1_s0_station_sref_script[] = { /* 0x825ffe0 */
DEBUGINFO_O(20),
@ -29,7 +29,7 @@ static const struct ScriptCommand s_gs207_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs207_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs207_g1_s0_station_sref_script }; /* 0x8260080 */
static const ScriptRef s_gs207_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs207_g1_s0_station_sref_script }; /* 0x8260080 */
static const struct ScriptCommand s_gs207_g1_s0_lives0_dlg0[] = { /* 0x826008c */
DEBUGINFO_O(35),
@ -173,7 +173,7 @@ static const struct ScriptCommand s_gs207_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs207_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs207_g2_s0_station_sref_script }; /* 0x8260928 */
static const ScriptRef s_gs207_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs207_g2_s0_station_sref_script }; /* 0x8260928 */
static const struct ScriptCommand s_gs207_g2_s0_lives0_dlg0[] = { /* 0x8260934 */
DEBUGINFO_O(179),
@ -239,7 +239,7 @@ static const struct ScriptCommand s_gs207_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs207_g3_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs207_g3_s0_station_sref_script }; /* 0x8260d2c */
static const ScriptRef s_gs207_g3_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs207_g3_s0_station_sref_script }; /* 0x8260d2c */
static const struct ScriptCommand s_gs207_g3_s0_lives0_dlg0[] = { /* 0x8260d38 */
DEBUGINFO_O(245),
@ -383,7 +383,7 @@ static const struct GroundEffectData s_gs207_g3_s0_effs[] = { /* 0x826140c */
/* 0 */ { 0, 0, 1, 1, { 25, 16, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8261418 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8261418 */
&s_gs207_g0_s0_station_sref,
&s_gs207_g1_s0_station_sref,
&s_gs207_g2_s0_station_sref,

View File

@ -40,7 +40,7 @@ static const struct ScriptCommand s_gs208_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs208_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs208_g0_s0_station_sref_script }; /* 0x8261728 */
static const ScriptRef s_gs208_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs208_g0_s0_station_sref_script }; /* 0x8261728 */
static const struct ScriptCommand s_gs208_g0_s0_evt0_sref_script[] = { /* 0x8261734 */
DEBUGINFO_O(46),
@ -57,7 +57,7 @@ static const struct ScriptCommand s_gs208_g0_s0_evt0_sref_script[] = { /* 0x8261
HALT,
};
static const struct ScriptRef s_gs208_g0_s0_evt0_sref = { GETOUT_NORMAL, 2, NULL, s_gs208_g0_s0_evt0_sref_script }; /* 0x8261810 */
static const ScriptRef s_gs208_g0_s0_evt0_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs208_g0_s0_evt0_sref_script }; /* 0x8261810 */
static const struct ScriptCommand s_gs208_g0_s0_evt1_sref_script[] = { /* 0x826181c */
DEBUGINFO_O(63),
@ -76,7 +76,7 @@ static const struct ScriptCommand s_gs208_g0_s0_evt1_sref_script[] = { /* 0x8261
HALT,
};
static const struct ScriptRef s_gs208_g0_s0_evt1_sref = { GETOUT_NORMAL, 2, NULL, s_gs208_g0_s0_evt1_sref_script }; /* 0x826191c */
static const ScriptRef s_gs208_g0_s0_evt1_sref = { GETOUT_NORMAL, SCRIPT_TYPE_02, NULL, s_gs208_g0_s0_evt1_sref_script }; /* 0x826191c */
static const struct ScriptCommand s_gs208_g0_s0_obj0_dlg2[] = { /* 0x8261928 */
DEBUGINFO_O(82),
@ -139,7 +139,7 @@ static const struct ScriptCommand s_gs208_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs208_g1_s0_station_sref = { EVENT_STATION , 7, NULL, s_gs208_g1_s0_station_sref_script }; /* 0x8261b78 */
static const ScriptRef s_gs208_g1_s0_station_sref = { EVENT_STATION, SCRIPT_TYPE_07, NULL, s_gs208_g1_s0_station_sref_script }; /* 0x8261b78 */
static const struct ScriptCommand s_gs208_g1_s0_lives0_dlg0[] = { /* 0x8261b84 */
DEBUGINFO_O(145),
@ -236,7 +236,7 @@ static const struct GroundEventData s_gs208_g0_s0_evts[] = { /* 0x8261f6c */
/* 1 */ { 15, 3, 0, 0, { 21, 42, 0, 0 }, &s_gs208_g0_s0_evt1_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8261f84 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8261f84 */
&s_gs208_g0_s0_station_sref,
&s_gs208_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs209_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs209_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs209_g0_s0_station_sref_script }; /* 0x8262114 */
static const ScriptRef s_gs209_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs209_g0_s0_station_sref_script }; /* 0x8262114 */
static const struct ScriptCommand s_gs209_g1_s0_station_sref_script[] = { /* 0x8262120 */
DEBUGINFO_O(19),
@ -27,7 +27,7 @@ static const struct ScriptCommand s_gs209_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs209_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs209_g1_s0_station_sref_script }; /* 0x82621b0 */
static const ScriptRef s_gs209_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs209_g1_s0_station_sref_script }; /* 0x82621b0 */
static const struct ScriptCommand s_gs209_g1_s0_eff0_script[] = { /* 0x82621bc */
DEBUGINFO_O(33),
@ -238,7 +238,7 @@ static const struct ScriptCommand s_gs209_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs209_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs209_g2_s0_station_sref_script }; /* 0x8262eb0 */
static const ScriptRef s_gs209_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs209_g2_s0_station_sref_script }; /* 0x8262eb0 */
static const struct ScriptCommand s_gs209_g2_s0_eff0_script[] = { /* 0x8262ebc */
DEBUGINFO_O(244),
@ -410,7 +410,7 @@ static const struct ScriptCommand s_gs209_g3_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs209_g3_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs209_g3_s0_station_sref_script }; /* 0x8263a70 */
static const ScriptRef s_gs209_g3_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs209_g3_s0_station_sref_script }; /* 0x8263a70 */
static const struct ScriptCommand s_gs209_g3_s0_lives0_dlg0[] = { /* 0x8263a7c */
DEBUGINFO_O(416),
@ -527,7 +527,7 @@ static const struct GroundEffectData s_gs209_g3_s0_effs[] = { /* 0x8263de0 */
/* 1 */ { 3, 0, 1, 1, { 35, 28, 0, 0 }, s_gs209_g3_s0_eff1_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8263df8 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8263df8 */
&s_gs209_g0_s0_station_sref,
&s_gs209_g1_s0_station_sref,
&s_gs209_g2_s0_station_sref,

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs210_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs210_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs210_g0_s0_station_sref_script }; /* 0x8263f50 */
static const ScriptRef s_gs210_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs210_g0_s0_station_sref_script }; /* 0x8263f50 */
static const struct ScriptCommand s_gs210_g1_s0_station_sref_script[] = { /* 0x8263f5c */
DEBUGINFO_O(19),
@ -26,7 +26,7 @@ static const struct ScriptCommand s_gs210_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs210_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs210_g1_s0_station_sref_script }; /* 0x8263fdc */
static const ScriptRef s_gs210_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs210_g1_s0_station_sref_script }; /* 0x8263fdc */
static const struct ScriptCommand s_gs210_g1_s0_lives0_dlg0[] = { /* 0x8263fe8 */
DEBUGINFO_O(32),
@ -58,7 +58,7 @@ static const struct GroundEffectData s_gs210_g1_s0_effs[] = { /* 0x82640c8 */
/* 0 */ { 0, 0, 1, 1, { 34, 27, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82640d4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82640d4 */
&s_gs210_g0_s0_station_sref,
&s_gs210_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs211_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs211_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs211_g0_s0_station_sref_script }; /* 0x82641c4 */
static const ScriptRef s_gs211_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs211_g0_s0_station_sref_script }; /* 0x82641c4 */
static const struct ScriptCommand s_gs211_g1_s0_station_sref_script[] = { /* 0x82641d0 */
DEBUGINFO_O(19),
@ -26,7 +26,7 @@ static const struct ScriptCommand s_gs211_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs211_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs211_g1_s0_station_sref_script }; /* 0x8264250 */
static const ScriptRef s_gs211_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs211_g1_s0_station_sref_script }; /* 0x8264250 */
static const struct ScriptCommand s_gs211_g1_s0_lives0_dlg0[] = { /* 0x826425c */
DEBUGINFO_O(32),
@ -89,7 +89,7 @@ static const struct GroundEffectData s_gs211_g1_s0_effs[] = { /* 0x82647a4 */
/* 0 */ { 0, 0, 1, 1, { 34, 39, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82647b0 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82647b0 */
&s_gs211_g0_s0_station_sref,
&s_gs211_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs212_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs212_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs212_g0_s0_station_sref_script }; /* 0x82648a0 */
static const ScriptRef s_gs212_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs212_g0_s0_station_sref_script }; /* 0x82648a0 */
static const struct ScriptCommand s_gs212_g1_s0_station_sref_script[] = { /* 0x82648ac */
DEBUGINFO_O(19),
@ -28,7 +28,7 @@ static const struct ScriptCommand s_gs212_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs212_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs212_g1_s0_station_sref_script }; /* 0x826494c */
static const ScriptRef s_gs212_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs212_g1_s0_station_sref_script }; /* 0x826494c */
static const struct ScriptCommand s_gs212_g1_s0_eff0_script[] = { /* 0x8264958 */
DEBUGINFO_O(34),
@ -235,7 +235,7 @@ static const struct GroundEffectData s_gs212_g1_s1_effs[] = { /* 0x8265588 */
/* 0 */ { 5, 0, 1, 1, { 22, 17, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs212_g1_s1_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8265594 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8265594 */
&s_gs212_g0_s0_station_sref,
&s_gs212_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs213_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs213_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs213_g0_s0_station_sref_script }; /* 0x82656ac */
static const ScriptRef s_gs213_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs213_g0_s0_station_sref_script }; /* 0x82656ac */
static const struct ScriptCommand s_gs213_g1_s0_station_sref_script[] = { /* 0x82656b8 */
DEBUGINFO_O(19),
@ -28,7 +28,7 @@ static const struct ScriptCommand s_gs213_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs213_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs213_g1_s0_station_sref_script }; /* 0x8265758 */
static const ScriptRef s_gs213_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs213_g1_s0_station_sref_script }; /* 0x8265758 */
static const struct ScriptCommand s_gs213_g1_s0_eff0_script[] = { /* 0x8265764 */
DEBUGINFO_O(34),
@ -234,7 +234,7 @@ static const struct GroundEffectData s_gs213_g1_s1_effs[] = { /* 0x8266418 */
/* 0 */ { 5, 0, 1, 1, { 22, 14, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs213_g1_s1_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8266424 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8266424 */
&s_gs213_g0_s0_station_sref,
&s_gs213_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs214_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs214_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs214_g0_s0_station_sref_script }; /* 0x826653c */
static const ScriptRef s_gs214_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs214_g0_s0_station_sref_script }; /* 0x826653c */
static const struct ScriptCommand s_gs214_g1_s0_station_sref_script[] = { /* 0x8266548 */
DEBUGINFO_O(19),
@ -28,7 +28,7 @@ static const struct ScriptCommand s_gs214_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs214_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs214_g1_s0_station_sref_script }; /* 0x82665e8 */
static const ScriptRef s_gs214_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs214_g1_s0_station_sref_script }; /* 0x82665e8 */
static const struct ScriptCommand s_gs214_g1_s0_eff0_script[] = { /* 0x82665f4 */
DEBUGINFO_O(34),
@ -234,7 +234,7 @@ static const struct GroundEffectData s_gs214_g1_s1_effs[] = { /* 0x8267310 */
/* 0 */ { 5, 0, 1, 1, { 22, 17, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs214_g1_s1_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x826731c */
static const ScriptRef * const (sStationScripts[]) = { /* 0x826731c */
&s_gs214_g0_s0_station_sref,
&s_gs214_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs215_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs215_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs215_g0_s0_station_sref_script }; /* 0x8267434 */
static const ScriptRef s_gs215_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs215_g0_s0_station_sref_script }; /* 0x8267434 */
static const struct ScriptCommand s_gs215_g1_s0_station_sref_script[] = { /* 0x8267440 */
DEBUGINFO_O(19),
@ -26,7 +26,7 @@ static const struct ScriptCommand s_gs215_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs215_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs215_g1_s0_station_sref_script }; /* 0x82674c0 */
static const ScriptRef s_gs215_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs215_g1_s0_station_sref_script }; /* 0x82674c0 */
static const struct ScriptCommand s_gs215_g1_s0_lives0_dlg0[] = { /* 0x82674cc */
DEBUGINFO_O(32),
@ -89,7 +89,7 @@ static const struct GroundEffectData s_gs215_g1_s0_effs[] = { /* 0x8267a38 */
/* 0 */ { 0, 0, 1, 1, { 35, 29, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8267a44 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8267a44 */
&s_gs215_g0_s0_station_sref,
&s_gs215_g1_s0_station_sref,
};

View File

@ -16,7 +16,7 @@ static const struct ScriptCommand s_gs216_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs216_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs216_g0_s0_station_sref_script }; /* 0x8267b34 */
static const ScriptRef s_gs216_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs216_g0_s0_station_sref_script }; /* 0x8267b34 */
static const struct ScriptCommand s_gs216_g1_s0_station_sref_script[] = { /* 0x8267b40 */
DEBUGINFO_O(22),
@ -41,7 +41,7 @@ static const struct ScriptCommand s_gs216_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs216_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs216_g1_s0_station_sref_script }; /* 0x8267cbc */
static const ScriptRef s_gs216_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs216_g1_s0_station_sref_script }; /* 0x8267cbc */
static const struct ScriptCommand s_gs216_g1_s0_lives0_dlg0[] = { /* 0x8267cc8 */
@ -415,7 +415,7 @@ static const struct GroundEffectData s_gs216_g1_s0_effs[] = { /* 0x8269690 */
/* 3 */ { 4, 0, 1, 1, { 25, 20, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs216_g1_s0_eff3_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x82696c0 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x82696c0 */
&s_gs216_g0_s0_station_sref,
&s_gs216_g1_s0_station_sref,
};

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs217_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs217_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs217_g0_s0_station_sref_script }; /* 0x82697c0 */
static const ScriptRef s_gs217_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs217_g0_s0_station_sref_script }; /* 0x82697c0 */
static const struct ScriptCommand s_gs217_g1_s0_station_sref_script[] = { /* 0x82697cc */
DEBUGINFO_O(19),
@ -28,7 +28,7 @@ static const struct ScriptCommand s_gs217_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs217_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs217_g1_s0_station_sref_script }; /* 0x826986c */
static const ScriptRef s_gs217_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs217_g1_s0_station_sref_script }; /* 0x826986c */
static const struct ScriptCommand s_gs217_g1_s0_lives0_dlg0[] = { /* 0x8269878 */
DEBUGINFO_O(34),
@ -107,7 +107,7 @@ static const struct GroundEffectData s_gs217_g1_s0_effs[] = { /* 0x8269ce4 */
/* 0 */ { 0, 0, 1, 1, { 31, 29, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8269cf0 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8269cf0 */
&s_gs217_g0_s0_station_sref,
&s_gs217_g1_s0_station_sref,
};

View File

@ -15,7 +15,7 @@ static const struct ScriptCommand s_gs218_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs218_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs218_g0_s0_station_sref_script }; /* 0x8269de0 */
static const ScriptRef s_gs218_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs218_g0_s0_station_sref_script }; /* 0x8269de0 */
static const struct ScriptCommand s_gs218_g1_s0_station_sref_script[] = { /* 0x8269dec */
DEBUGINFO_O(21),
@ -28,7 +28,7 @@ static const struct ScriptCommand s_gs218_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs218_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs218_g1_s0_station_sref_script }; /* 0x8269e6c */
static const ScriptRef s_gs218_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs218_g1_s0_station_sref_script }; /* 0x8269e6c */
static const struct ScriptCommand s_gs218_g1_s0_eff1_script[] = { /* 0x8269e78 */
DEBUGINFO_O(34),
@ -151,7 +151,7 @@ static const struct GroundEffectData s_gs218_g1_s0_effs[] = { /* 0x826a4e8 */
/* 3 */ { 4, 0, 1, 1, { 25, 23, 0, CPOS_HALFTILE }, s_gs218_g1_s0_eff3_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x826a518 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x826a518 */
&s_gs218_g0_s0_station_sref,
&s_gs218_g1_s0_station_sref,
};

View File

@ -17,7 +17,7 @@ static const struct ScriptCommand s_gs219_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs219_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs219_g0_s0_station_sref_script }; /* 0x826a610 */
static const ScriptRef s_gs219_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs219_g0_s0_station_sref_script }; /* 0x826a610 */
static const struct ScriptCommand s_gs219_g1_s0_station_sref_script[] = { /* 0x826a61c */
DEBUGINFO_O(23),
@ -31,7 +31,7 @@ static const struct ScriptCommand s_gs219_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs219_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs219_g1_s0_station_sref_script }; /* 0x826a6ac */
static const ScriptRef s_gs219_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs219_g1_s0_station_sref_script }; /* 0x826a6ac */
static const struct ScriptCommand s_gs219_g1_s0_lives0_dlg0[] = { /* 0x826a6b8 */
DEBUGINFO_O(37),
@ -90,7 +90,7 @@ static const struct GroundEffectData s_gs219_g1_s0_effs[] = { /* 0x826a964 */
/* 0 */ { 0, 0, 1, 1, { 22, 20, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x826a970 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x826a970 */
&s_gs219_g0_s0_station_sref,
&s_gs219_g1_s0_station_sref,
};

View File

@ -16,7 +16,7 @@ static const struct ScriptCommand s_gs220_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs220_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs220_g0_s0_station_sref_script }; /* 0x826aa78 */
static const ScriptRef s_gs220_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs220_g0_s0_station_sref_script }; /* 0x826aa78 */
static const struct ScriptCommand s_gs220_g1_s0_station_sref_script[] = { /* 0x826aa84 */
DEBUGINFO_O(22),
@ -31,7 +31,7 @@ static const struct ScriptCommand s_gs220_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs220_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs220_g1_s0_station_sref_script }; /* 0x826ab24 */
static const ScriptRef s_gs220_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs220_g1_s0_station_sref_script }; /* 0x826ab24 */
static const struct ScriptCommand s_gs220_g1_s0_eff0_script[] = { /* 0x826ab30 */
DEBUGINFO_O(37),
@ -320,7 +320,7 @@ static const struct ScriptCommand s_gs220_g2_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs220_g2_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs220_g2_s0_station_sref_script }; /* 0x826c22c */
static const ScriptRef s_gs220_g2_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs220_g2_s0_station_sref_script }; /* 0x826c22c */
static const struct ScriptCommand s_gs220_g2_s0_eff0_script[] = { /* 0x826c238 */
DEBUGINFO_O(326),
@ -587,7 +587,7 @@ static const struct GroundEffectData s_gs220_g2_s0_effs[] = { /* 0x826d62c */
/* 1 */ { 4, 0, 1, 1, { 26, 21, 0, CPOS_HALFTILE }, s_gs220_g2_s0_eff1_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x826d644 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x826d644 */
&s_gs220_g0_s0_station_sref,
&s_gs220_g1_s0_station_sref,
&s_gs220_g2_s0_station_sref,

View File

@ -13,7 +13,7 @@ static const struct ScriptCommand s_gs221_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs221_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs221_g0_s0_station_sref_script }; /* 0x826d7a0 */
static const ScriptRef s_gs221_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs221_g0_s0_station_sref_script }; /* 0x826d7a0 */
static const struct ScriptCommand s_gs221_g1_s0_station_sref_script[] = { /* 0x826d7ac */
DEBUGINFO_O(19),
@ -25,7 +25,7 @@ static const struct ScriptCommand s_gs221_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs221_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs221_g1_s0_station_sref_script }; /* 0x826d81c */
static const ScriptRef s_gs221_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs221_g1_s0_station_sref_script }; /* 0x826d81c */
static const struct ScriptCommand s_gs221_g1_s0_eff0_script[] = { /* 0x826d828 */
DEBUGINFO_O(31),
@ -79,7 +79,7 @@ static const struct GroundEffectData s_gs221_g1_s0_effs[] = { /* 0x826da88 */
/* 0 */ { 0, 0, 1, 1, { 25, 17, CPOS_HALFTILE, CPOS_HALFTILE }, s_gs221_g1_s0_eff0_script },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x826da94 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x826da94 */
&s_gs221_g0_s0_station_sref,
&s_gs221_g1_s0_station_sref,
};

View File

@ -17,7 +17,7 @@ static const struct ScriptCommand s_gs222_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs222_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs222_g0_s0_station_sref_script }; /* 0x826db84 */
static const ScriptRef s_gs222_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs222_g0_s0_station_sref_script }; /* 0x826db84 */
static const struct ScriptCommand s_gs222_g1_s0_station_sref_script[] = { /* 0x826db90 */
DEBUGINFO_O(23),
@ -31,7 +31,7 @@ static const struct ScriptCommand s_gs222_g1_s0_station_sref_script[] = { /* 0x8
RET,
};
static const struct ScriptRef s_gs222_g1_s0_station_sref = { EVENT_CONTROL, 7, NULL, s_gs222_g1_s0_station_sref_script }; /* 0x826dc20 */
static const ScriptRef s_gs222_g1_s0_station_sref = { EVENT_CONTROL, SCRIPT_TYPE_07, NULL, s_gs222_g1_s0_station_sref_script }; /* 0x826dc20 */
static const struct ScriptCommand s_gs222_g1_s0_lives0_dlg0[] = { /* 0x826dc2c */
DEBUGINFO_O(37),
@ -90,7 +90,7 @@ static const struct GroundEffectData s_gs222_g1_s0_effs[] = { /* 0x826ded8 */
/* 0 */ { 0, 0, 1, 1, { 22, 20, CPOS_HALFTILE, CPOS_HALFTILE }, NULL },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x826dee4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x826dee4 */
&s_gs222_g0_s0_station_sref,
&s_gs222_g1_s0_station_sref,
};

View File

@ -44,7 +44,7 @@ static const struct ScriptCommand s_gs105_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs105_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs105_g0_s0_station_sref_script }; /* 0x81ee3f4 */
static const ScriptRef s_gs105_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs105_g0_s0_station_sref_script }; /* 0x81ee3f4 */
static const struct ScriptCommand s_gs105_g0_s1_lives0_dlg0[] = { /* 0x81ee400 */
@ -257,7 +257,7 @@ static const struct GroundEventData s_gs105_g0_s0_evts[] = { /* 0x81ee998 */
/* 1 */ { 58, 1, 0, 0, { 0, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81ee9b0 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81ee9b0 */
&s_gs105_g0_s0_station_sref,
};

View File

@ -56,7 +56,7 @@ static const struct ScriptCommand s_gs106_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs106_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs106_g0_s0_station_sref_script }; /* 0x81eed8c */
static const ScriptRef s_gs106_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs106_g0_s0_station_sref_script }; /* 0x81eed8c */
static const struct ScriptCommand s_gs106_g0_s1_lives0_dlg0[] = { /* 0x81eed98 */
DEBUGINFO_O(62),
@ -285,7 +285,7 @@ static const struct GroundEventData s_gs106_g0_s0_evts[] = { /* 0x81ef398 */
/* 3 */ { 1, 42, 0, 0, { 59, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81ef3c8 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81ef3c8 */
&s_gs106_g0_s0_station_sref,
};

View File

@ -50,7 +50,7 @@ static const struct ScriptCommand s_gs107_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs107_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs107_g0_s0_station_sref_script }; /* 0x81ef7b4 */
static const ScriptRef s_gs107_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs107_g0_s0_station_sref_script }; /* 0x81ef7b4 */
static const struct ScriptCommand s_gs107_g0_s1_lives0_dlg0[] = { /* 0x81ef7c0 */
DEBUGINFO_O(56),
@ -189,7 +189,7 @@ static const struct GroundEventData s_gs107_g0_s0_evts[] = { /* 0x81efb50 */
/* 3 */ { 66, 3, 0, 0, { 0, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81efb80 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81efb80 */
&s_gs107_g0_s0_station_sref,
};

View File

@ -58,7 +58,7 @@ static const struct ScriptCommand s_gs108_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs108_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs108_g0_s0_station_sref_script }; /* 0x81eff3c */
static const ScriptRef s_gs108_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs108_g0_s0_station_sref_script }; /* 0x81eff3c */
static const struct ScriptCommand s_gs108_g0_s1_lives0_dlg0[] = { /* 0x81eff48 */
DEBUGINFO_O(64),
@ -317,7 +317,7 @@ static const struct GroundEventData s_gs108_g0_s0_evts[] = { /* 0x81f0618 */
/* 3 */ { 1, 42, 0, 0, { 59, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f0648 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f0648 */
&s_gs108_g0_s0_station_sref,
};

View File

@ -47,7 +47,7 @@ static const struct ScriptCommand s_gs109_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs109_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs109_g0_s0_station_sref_script }; /* 0x81f0a44 */
static const ScriptRef s_gs109_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs109_g0_s0_station_sref_script }; /* 0x81f0a44 */
static const struct ScriptCommand s_gs109_g0_s1_lives0_dlg0[] = { /* 0x81f0a50 */
DEBUGINFO_O(53),
@ -141,7 +141,7 @@ static const struct GroundEventData s_gs109_g0_s0_evts[] = { /* 0x81f0ca8 */
/* 3 */ { 1, 39, 0, 0, { 56, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f0cd8 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f0cd8 */
&s_gs109_g0_s0_station_sref,
};

View File

@ -47,7 +47,7 @@ static const struct ScriptCommand s_gs110_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs110_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs110_g0_s0_station_sref_script }; /* 0x81f107c */
static const ScriptRef s_gs110_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs110_g0_s0_station_sref_script }; /* 0x81f107c */
static const struct ScriptCommand s_gs110_g0_s1_lives0_dlg0[] = { /* 0x81f1088 */
DEBUGINFO_O(53),
@ -141,7 +141,7 @@ static const struct GroundEventData s_gs110_g0_s0_evts[] = { /* 0x81f12e0 */
/* 3 */ { 45, 3, 0, 0, { 0, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f1310 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f1310 */
&s_gs110_g0_s0_station_sref,
};

View File

@ -52,7 +52,7 @@ static const struct ScriptCommand s_gs111_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs111_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs111_g0_s0_station_sref_script }; /* 0x81f16b4 */
static const ScriptRef s_gs111_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs111_g0_s0_station_sref_script }; /* 0x81f16b4 */
static const struct ScriptCommand s_gs111_g0_s1_lives0_dlg0[] = { /* 0x81f16c0 */
DEBUGINFO_O(58),
@ -221,7 +221,7 @@ static const struct GroundEventData s_gs111_g0_s0_evts[] = { /* 0x81f1b20 */
/* 3 */ { 1, 42, 0, 0, { 68, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f1b50 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f1b50 */
&s_gs111_g0_s0_station_sref,
};

View File

@ -58,7 +58,7 @@ static const struct ScriptCommand s_gs112_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs112_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs112_g0_s0_station_sref_script }; /* 0x81f1f1c */
static const ScriptRef s_gs112_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs112_g0_s0_station_sref_script }; /* 0x81f1f1c */
static const struct ScriptCommand s_gs112_g0_s1_lives0_dlg0[] = { /* 0x81f1f28 */
DEBUGINFO_O(64),
@ -314,7 +314,7 @@ static const struct GroundEventData s_gs112_g0_s0_evts[] = { /* 0x81f25f8 */
/* 0 */ { 63, 1, 0, 0, { 0, 41, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f2604 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f2604 */
&s_gs112_g0_s0_station_sref,
};

View File

@ -55,7 +55,7 @@ static const struct ScriptCommand s_gs113_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs113_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs113_g0_s0_station_sref_script }; /* 0x81f2a00 */
static const ScriptRef s_gs113_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs113_g0_s0_station_sref_script }; /* 0x81f2a00 */
static const struct ScriptCommand s_gs113_g0_s1_lives0_dlg0[] = { /* 0x81f2a0c */
DEBUGINFO_O(61),
@ -267,7 +267,7 @@ static const struct GroundEventData s_gs113_g0_s0_evts[] = { /* 0x81f2fa4 */
/* 1 */ { 1, 42, 0, 0, { 0, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f2fbc */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f2fbc */
&s_gs113_g0_s0_station_sref,
};

View File

@ -52,7 +52,7 @@ static const struct ScriptCommand s_gs114_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs114_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs114_g0_s0_station_sref_script }; /* 0x81f33a0 */
static const ScriptRef s_gs114_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs114_g0_s0_station_sref_script }; /* 0x81f33a0 */
static const struct ScriptCommand s_gs114_g0_s1_lives0_dlg0[] = { /* 0x81f33ac */
DEBUGINFO_O(58),
@ -218,7 +218,7 @@ static const struct GroundEventData s_gs114_g0_s0_evts[] = { /* 0x81f380c */
/* 0 */ { 60, 1, 0, 0, { 0, 41, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f3818 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f3818 */
&s_gs114_g0_s0_station_sref,
};

View File

@ -47,7 +47,7 @@ static const struct ScriptCommand s_gs115_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs115_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs115_g0_s0_station_sref_script }; /* 0x81f3be4 */
static const ScriptRef s_gs115_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs115_g0_s0_station_sref_script }; /* 0x81f3be4 */
static const struct ScriptCommand s_gs115_g0_s1_lives0_dlg0[] = { /* 0x81f3bf0 */
DEBUGINFO_O(53),
@ -141,7 +141,7 @@ static const struct GroundEventData s_gs115_g0_s0_evts[] = { /* 0x81f3e48 */
/* 3 */ { 3, 39, 0, 0, { 54, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f3e78 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f3e78 */
&s_gs115_g0_s0_station_sref,
};

View File

@ -59,7 +59,7 @@ static const struct ScriptCommand s_gs116_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs116_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs116_g0_s0_station_sref_script }; /* 0x81f421c */
static const ScriptRef s_gs116_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs116_g0_s0_station_sref_script }; /* 0x81f421c */
static const struct ScriptCommand s_gs116_g0_s1_lives0_dlg0[] = { /* 0x81f4228 */
DEBUGINFO_O(65),
@ -333,7 +333,7 @@ static const struct GroundEventData s_gs116_g0_s0_evts[] = { /* 0x81f4960 */
/* 3 */ { 1, 42, 0, 0, { 56, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f4990 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f4990 */
&s_gs116_g0_s0_station_sref,
};

View File

@ -58,7 +58,7 @@ static const struct ScriptCommand s_gs117_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs117_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs117_g0_s0_station_sref_script }; /* 0x81f4d94 */
static const ScriptRef s_gs117_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs117_g0_s0_station_sref_script }; /* 0x81f4d94 */
static const struct ScriptCommand s_gs117_g0_s1_lives0_dlg0[] = { /* 0x81f4da0 */
DEBUGINFO_O(64),
@ -317,7 +317,7 @@ static const struct GroundEventData s_gs117_g0_s0_evts[] = { /* 0x81f5470 */
/* 3 */ { 1, 42, 0, 0, { 59, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f54a0 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f54a0 */
&s_gs117_g0_s0_station_sref,
};

View File

@ -59,7 +59,7 @@ static const struct ScriptCommand s_gs118_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs118_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs118_g0_s0_station_sref_script }; /* 0x81f589c */
static const ScriptRef s_gs118_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs118_g0_s0_station_sref_script }; /* 0x81f589c */
static const struct ScriptCommand s_gs118_g0_s1_lives0_dlg0[] = { /* 0x81f58a8 */
DEBUGINFO_O(65),
@ -333,7 +333,7 @@ static const struct GroundEventData s_gs118_g0_s0_evts[] = { /* 0x81f5fe0 */
/* 3 */ { 1, 42, 0, 0, { 56, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f6010 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f6010 */
&s_gs118_g0_s0_station_sref,
};

View File

@ -61,7 +61,7 @@ static const struct ScriptCommand s_gs119_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs119_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs119_g0_s0_station_sref_script }; /* 0x81f6414 */
static const ScriptRef s_gs119_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs119_g0_s0_station_sref_script }; /* 0x81f6414 */
static const struct ScriptCommand s_gs119_g0_s1_lives0_dlg0[] = { /* 0x81f6420 */
DEBUGINFO_O(67),
@ -365,7 +365,7 @@ static const struct GroundEventData s_gs119_g0_s0_evts[] = { /* 0x81f6c28 */
/* 3 */ { 1, 42, 0, 0, { 59, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f6c58 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f6c58 */
&s_gs119_g0_s0_station_sref,
};

View File

@ -56,7 +56,7 @@ static const struct ScriptCommand s_gs120_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs120_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs120_g0_s0_station_sref_script }; /* 0x81f706c */
static const ScriptRef s_gs120_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs120_g0_s0_station_sref_script }; /* 0x81f706c */
static const struct ScriptCommand s_gs120_g0_s1_lives0_dlg0[] = { /* 0x81f7078 */
DEBUGINFO_O(62),
@ -285,7 +285,7 @@ static const struct GroundEventData s_gs120_g0_s0_evts[] = { /* 0x81f7678 */
/* 3 */ { 3, 42, 0, 0, { 54, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f76a8 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f76a8 */
&s_gs120_g0_s0_station_sref,
};

View File

@ -49,7 +49,7 @@ static const struct ScriptCommand s_gs121_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs121_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs121_g0_s0_station_sref_script }; /* 0x81f7a94 */
static const ScriptRef s_gs121_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs121_g0_s0_station_sref_script }; /* 0x81f7a94 */
static const struct ScriptCommand s_gs121_g0_s1_lives0_dlg0[] = { /* 0x81f7aa0 */
DEBUGINFO_O(55),
@ -173,7 +173,7 @@ static const struct GroundEventData s_gs121_g0_s0_evts[] = { /* 0x81f7dc8 */
/* 3 */ { 1, 39, 0, 0, { 59, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f7df8 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f7df8 */
&s_gs121_g0_s0_station_sref,
};

View File

@ -60,7 +60,7 @@ static const struct ScriptCommand s_gs122_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs122_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs122_g0_s0_station_sref_script }; /* 0x81f81ac */
static const ScriptRef s_gs122_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs122_g0_s0_station_sref_script }; /* 0x81f81ac */
static const struct ScriptCommand s_gs122_g0_s1_lives0_dlg0[] = { /* 0x81f81b8 */
DEBUGINFO_O(66),
@ -349,7 +349,7 @@ static const struct GroundEventData s_gs122_g0_s0_evts[] = { /* 0x81f8958 */
/* 3 */ { 1, 39, 0, 0, { 54, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f8988 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f8988 */
&s_gs122_g0_s0_station_sref,
};

View File

@ -58,7 +58,7 @@ static const struct ScriptCommand s_gs123_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs123_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs123_g0_s0_station_sref_script }; /* 0x81f8d94 */
static const ScriptRef s_gs123_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs123_g0_s0_station_sref_script }; /* 0x81f8d94 */
static const struct ScriptCommand s_gs123_g0_s1_lives0_dlg0[] = { /* 0x81f8da0 */
DEBUGINFO_O(64),
@ -315,7 +315,7 @@ static const struct GroundEventData s_gs123_g0_s0_evts[] = { /* 0x81f9470 */
/* 1 */ { 60, 1, 0, 0, { 0, 38, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f9488 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f9488 */
&s_gs123_g0_s0_station_sref,
};

View File

@ -55,7 +55,7 @@ static const struct ScriptCommand s_gs124_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs124_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs124_g0_s0_station_sref_script }; /* 0x81f9884 */
static const ScriptRef s_gs124_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs124_g0_s0_station_sref_script }; /* 0x81f9884 */
static const struct ScriptCommand s_gs124_g0_s1_lives0_dlg0[] = { /* 0x81f9890 */
DEBUGINFO_O(61),
@ -266,7 +266,7 @@ static const struct GroundEventData s_gs124_g0_s0_evts[] = { /* 0x81f9e28 */
/* 0 */ { 60, 1, 0, 0, { 1, 38, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81f9e34 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81f9e34 */
&s_gs124_g0_s0_station_sref,
};

View File

@ -62,7 +62,7 @@ static const struct ScriptCommand s_gs125_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs125_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs125_g0_s0_station_sref_script }; /* 0x81fa218 */
static const ScriptRef s_gs125_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs125_g0_s0_station_sref_script }; /* 0x81fa218 */
static const struct ScriptCommand s_gs125_g0_s1_lives0_dlg0[] = { /* 0x81fa224 */
DEBUGINFO_O(68),
@ -378,7 +378,7 @@ static const struct GroundEventData s_gs125_g0_s0_evts[] = { /* 0x81faa94 */
/* 0 */ { 60, 1, 0, 0, { 0, 41, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81faaa0 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81faaa0 */
&s_gs125_g0_s0_station_sref,
};

View File

@ -50,7 +50,7 @@ static const struct ScriptCommand s_gs126_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs126_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs126_g0_s0_station_sref_script }; /* 0x81fae8c */
static const ScriptRef s_gs126_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs126_g0_s0_station_sref_script }; /* 0x81fae8c */
static const struct ScriptCommand s_gs126_g0_s1_lives0_dlg0[] = { /* 0x81fae98 */
@ -235,7 +235,7 @@ static const struct GroundEventData s_gs126_g0_s0_evts[] = { /* 0x81fb360 */
/* 3 */ { 1, 42, 0, 0, { 56, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81fb390 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81fb390 */
&s_gs126_g0_s0_station_sref,
};

View File

@ -47,21 +47,21 @@ static const struct ScriptCommand s_gs127_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs127_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs127_g0_s0_station_sref_script }; /* 0x81fb764 */
static const ScriptRef s_gs127_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs127_g0_s0_station_sref_script }; /* 0x81fb764 */
static const struct ScriptCommand s_gs127_g0_s0_evt1_sref_script[] = { /* 0x81fb770 */
DEBUGINFO_O(53),
JUMP_SCRIPT(GETOUT_HABITAT),
};
static const struct ScriptRef s_gs127_g0_s0_evt1_sref = { GETOUT_HABITAT, 2, NULL, s_gs127_g0_s0_evt1_sref_script }; /* 0x81fb790 */
static const ScriptRef s_gs127_g0_s0_evt1_sref = { GETOUT_HABITAT, SCRIPT_TYPE_02, NULL, s_gs127_g0_s0_evt1_sref_script }; /* 0x81fb790 */
static const struct ScriptCommand s_gs127_g0_s0_evt2_sref_script[] = { /* 0x81fb79c */
DEBUGINFO_O(60),
JUMP_SCRIPT(GETOUT_HABITAT),
};
static const struct ScriptRef s_gs127_g0_s0_evt2_sref = { GETOUT_HABITAT, 2, NULL, s_gs127_g0_s0_evt2_sref_script }; /* 0x81fb7bc */
static const ScriptRef s_gs127_g0_s0_evt2_sref = { GETOUT_HABITAT, SCRIPT_TYPE_02, NULL, s_gs127_g0_s0_evt2_sref_script }; /* 0x81fb7bc */
static const struct ScriptCommand s_gs127_g0_s1_lives0_dlg0[] = { /* 0x81fb7c8 */
DEBUGINFO_O(67),
@ -155,7 +155,7 @@ static const struct GroundEventData s_gs127_g0_s0_evts[] = { /* 0x81fba20 */
/* 3 */ { 60, 3, 0, 0, { 0, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81fba50 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81fba50 */
&s_gs127_g0_s0_station_sref,
};

View File

@ -52,21 +52,21 @@ static const struct ScriptCommand s_gs128_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs128_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs128_g0_s0_station_sref_script }; /* 0x81fbdf4 */
static const ScriptRef s_gs128_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs128_g0_s0_station_sref_script }; /* 0x81fbdf4 */
static const struct ScriptCommand s_gs128_g0_s0_evt2_sref_script[] = { /* 0x81fbe00 */
DEBUGINFO_O(58),
JUMP_SCRIPT(GETOUT_HABITAT),
};
static const struct ScriptRef s_gs128_g0_s0_evt2_sref = { GETOUT_HABITAT, 2, NULL, s_gs128_g0_s0_evt2_sref_script }; /* 0x81fbe20 */
static const ScriptRef s_gs128_g0_s0_evt2_sref = { GETOUT_HABITAT, SCRIPT_TYPE_02, NULL, s_gs128_g0_s0_evt2_sref_script }; /* 0x81fbe20 */
static const struct ScriptCommand s_gs128_g0_s0_evt3_sref_script[] = { /* 0x81fbe2c */
DEBUGINFO_O(65),
JUMP_SCRIPT(GETOUT_HABITAT),
};
static const struct ScriptRef s_gs128_g0_s0_evt3_sref = { GETOUT_HABITAT, 2, NULL, s_gs128_g0_s0_evt3_sref_script }; /* 0x81fbe4c */
static const ScriptRef s_gs128_g0_s0_evt3_sref = { GETOUT_HABITAT, SCRIPT_TYPE_02, NULL, s_gs128_g0_s0_evt3_sref_script }; /* 0x81fbe4c */
static const struct ScriptCommand s_gs128_g0_s1_lives0_dlg0[] = { /* 0x81fbe58 */
DEBUGINFO_O(72),
@ -228,7 +228,7 @@ static const struct GroundEventData s_gs128_g0_s0_evts[] = { /* 0x81fc288 */
/* 3 */ { 3, 39, 0, 0, { 57, 0, 0, 0 }, &s_gs128_g0_s0_evt3_sref },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81fc2b8 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81fc2b8 */
&s_gs128_g0_s0_station_sref,
};

View File

@ -55,7 +55,7 @@ static const struct ScriptCommand s_gs129_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs129_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs129_g0_s0_station_sref_script }; /* 0x81fc684 */
static const ScriptRef s_gs129_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs129_g0_s0_station_sref_script }; /* 0x81fc684 */
static const struct ScriptCommand s_gs129_g0_s1_lives0_dlg0[] = { /* 0x81fc690 */
DEBUGINFO_O(61),
@ -269,7 +269,7 @@ static const struct GroundEventData s_gs129_g0_s0_evts[] = { /* 0x81fcc28 */
/* 3 */ { 3, 39, 0, 0, { 54, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81fcc58 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81fcc58 */
&s_gs129_g0_s0_station_sref,
};

View File

@ -53,7 +53,7 @@ static const struct ScriptCommand s_gs130_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs130_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs130_g0_s0_station_sref_script }; /* 0x81fd03c */
static const ScriptRef s_gs130_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs130_g0_s0_station_sref_script }; /* 0x81fd03c */
static const struct ScriptCommand s_gs130_g0_s1_lives0_dlg0[] = { /* 0x81fd048 */
DEBUGINFO_O(59),
@ -250,7 +250,7 @@ static const struct GroundEventData s_gs130_g0_s0_evts[] = { /* 0x81fd5e0 */
/* 3 */ { 1, 42, 0, 0, { 59, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81fd610 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81fd610 */
&s_gs130_g0_s0_station_sref,
};

View File

@ -55,7 +55,7 @@ static const struct ScriptCommand s_gs131_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs131_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs131_g0_s0_station_sref_script }; /* 0x81fd9e4 */
static const ScriptRef s_gs131_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs131_g0_s0_station_sref_script }; /* 0x81fd9e4 */
static const struct ScriptCommand s_gs131_g0_s1_lives0_dlg0[] = { /* 0x81fd9f0 */
DEBUGINFO_O(61),
@ -266,7 +266,7 @@ static const struct GroundEventData s_gs131_g0_s0_evts[] = { /* 0x81fdf88 */
/* 0 */ { 63, 1, 0, 0, { 0, 41, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81fdf94 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81fdf94 */
&s_gs131_g0_s0_station_sref,
};

View File

@ -56,7 +56,7 @@ static const struct ScriptCommand s_gs132_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs132_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs132_g0_s0_station_sref_script }; /* 0x81fe378 */
static const ScriptRef s_gs132_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs132_g0_s0_station_sref_script }; /* 0x81fe378 */
static const struct ScriptCommand s_gs132_g0_s1_lives0_dlg0[] = { /* 0x81fe384 */
DEBUGINFO_O(62),
@ -285,7 +285,7 @@ static const struct GroundEventData s_gs132_g0_s0_evts[] = { /* 0x81fe984 */
/* 3 */ { 1, 42, 0, 0, { 59, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81fe9b4 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81fe9b4 */
&s_gs132_g0_s0_station_sref,
};

View File

@ -50,7 +50,7 @@ static const struct ScriptCommand s_gs133_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs133_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs133_g0_s0_station_sref_script }; /* 0x81feda0 */
static const ScriptRef s_gs133_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs133_g0_s0_station_sref_script }; /* 0x81feda0 */
static const struct ScriptCommand s_gs133_g0_s1_lives0_dlg0[] = { /* 0x81fedac */
DEBUGINFO_O(56),
@ -186,7 +186,7 @@ static const struct GroundEventData s_gs133_g0_s0_evts[] = { /* 0x81ff13c */
/* 0 */ { 60, 1, 0, 0, { 0, 41, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81ff148 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81ff148 */
&s_gs133_g0_s0_station_sref,
};

View File

@ -50,7 +50,7 @@ static const struct ScriptCommand s_gs134_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs134_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs134_g0_s0_station_sref_script }; /* 0x81ff504 */
static const ScriptRef s_gs134_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs134_g0_s0_station_sref_script }; /* 0x81ff504 */
static const struct ScriptCommand s_gs134_g0_s1_lives0_dlg0[] = { /* 0x81ff510 */
DEBUGINFO_O(56),
@ -199,7 +199,7 @@ static const struct GroundEventData s_gs134_g0_s0_evts[] = { /* 0x81ff940 */
/* 3 */ { 1, 39, 0, 0, { 56, 1, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x81ff970 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x81ff970 */
&s_gs134_g0_s0_station_sref,
};

View File

@ -53,7 +53,7 @@ static const struct ScriptCommand s_gs135_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs135_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs135_g0_s0_station_sref_script }; /* 0x81ffd2c */
static const ScriptRef s_gs135_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs135_g0_s0_station_sref_script }; /* 0x81ffd2c */
static const struct ScriptCommand s_gs135_g0_s1_lives0_dlg0[] = { /* 0x81ffd38 */
DEBUGINFO_O(59),
@ -237,7 +237,7 @@ static const struct GroundEventData s_gs135_g0_s0_evts[] = { /* 0x8200200 */
/* 3 */ { 1, 42, 0, 0, { 65, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8200230 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8200230 */
&s_gs135_g0_s0_station_sref,
};

View File

@ -52,7 +52,7 @@ static const struct ScriptCommand s_gs136_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs136_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs136_g0_s0_station_sref_script }; /* 0x8200604 */
static const ScriptRef s_gs136_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs136_g0_s0_station_sref_script }; /* 0x8200604 */
static const struct ScriptCommand s_gs136_g0_s1_lives0_dlg0[] = { /* 0x8200610 */
DEBUGINFO_O(58),
@ -221,7 +221,7 @@ static const struct GroundEventData s_gs136_g0_s0_evts[] = { /* 0x8200a70 */
/* 3 */ { 1, 42, 0, 0, { 56, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8200aa0 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8200aa0 */
&s_gs136_g0_s0_station_sref,
};

View File

@ -57,7 +57,7 @@ static const struct ScriptCommand s_gs137_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs137_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs137_g0_s0_station_sref_script }; /* 0x8200e6c */
static const ScriptRef s_gs137_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs137_g0_s0_station_sref_script }; /* 0x8200e6c */
static const struct ScriptCommand s_gs137_g0_s1_lives0_dlg0[] = { /* 0x8200e78 */
DEBUGINFO_O(63),
@ -301,7 +301,7 @@ static const struct GroundEventData s_gs137_g0_s0_evts[] = { /* 0x82014e0 */
/* 3 */ { 3, 45, 0, 0, { 60, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8201510 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8201510 */
&s_gs137_g0_s0_station_sref,
};

View File

@ -47,7 +47,7 @@ static const struct ScriptCommand s_gs138_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs138_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs138_g0_s0_station_sref_script }; /* 0x8201904 */
static const ScriptRef s_gs138_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs138_g0_s0_station_sref_script }; /* 0x8201904 */
static const struct ScriptCommand s_gs138_g0_s1_lives0_dlg0[] = { /* 0x8201910 */
DEBUGINFO_O(53),
@ -141,7 +141,7 @@ static const struct GroundEventData s_gs138_g0_s0_evts[] = { /* 0x8201b68 */
/* 3 */ { 3, 39, 0, 0, { 42, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8201b98 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8201b98 */
&s_gs138_g0_s0_station_sref,
};

View File

@ -50,7 +50,7 @@ static const struct ScriptCommand s_gs139_g0_s0_station_sref_script[] = { /* 0x8
JUMP_SCRIPT(COMMON_ENTER),
};
static const struct ScriptRef s_gs139_g0_s0_station_sref = { ENTER_CONTROL , 1, NULL, s_gs139_g0_s0_station_sref_script }; /* 0x8201f3c */
static const ScriptRef s_gs139_g0_s0_station_sref = { ENTER_CONTROL, SCRIPT_TYPE_01, NULL, s_gs139_g0_s0_station_sref_script }; /* 0x8201f3c */
static const struct ScriptCommand s_gs139_g0_s1_lives0_dlg0[] = { /* 0x8201f48 */
DEBUGINFO_O(56),
@ -189,7 +189,7 @@ static const struct GroundEventData s_gs139_g0_s0_evts[] = { /* 0x82022d8 */
/* 3 */ { 3, 40, 0, 0, { 54, 0, 0, 0 }, &gFunctionScriptTable[GETOUT_HABITAT] },
};
static const struct ScriptRef * const (sStationScripts[]) = { /* 0x8202308 */
static const ScriptRef * const (sStationScripts[]) = { /* 0x8202308 */
&s_gs139_g0_s0_station_sref,
};

Some files were not shown because too many files have changed in this diff Show More