mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Skip Ganondorf boss battle intro (#4693)
This commit is contained in:
parent
822d93880d
commit
1a040b3198
1 changed files with 7 additions and 0 deletions
|
@ -1014,6 +1014,13 @@ void TimeSaverOnSceneInitHandler(int16_t sceneNum) {
|
|||
}
|
||||
}
|
||||
break;
|
||||
case SCENE_GANONDORF_BOSS:
|
||||
if (CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.SkipCutscene.BossIntro"), IS_RANDO)) {
|
||||
if (!Flags_GetEventChkInf(EVENTCHKINF_BEGAN_GANONDORF_BATTLE)) {
|
||||
Flags_SetEventChkInf(EVENTCHKINF_BEGAN_GANONDORF_BATTLE);
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue