mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-14 21:40:03 +00:00
Use gSpiritBossNabooruKnuckleDefeatCs instead of gMinuetCs in sCutscenesUnknownList (#2195)
This commit is contained in:
parent
e658bed27e
commit
65cc42a717
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ EntranceCutscene sEntranceCutsceneTable[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
void* sCutscenesUnknownList[] = {
|
void* sCutscenesUnknownList[] = {
|
||||||
gDekuTreeIntroCs, gJabuJabuIntroCs, gDcOpeningCs, gMinuetCs, gIceCavernSerenadeCs, gTowerBarrierCs,
|
gDekuTreeIntroCs, gJabuJabuIntroCs, gDcOpeningCs, gSpiritBossNabooruKnuckleDefeatCs,
|
||||||
|
gIceCavernSerenadeCs, gTowerBarrierCs,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Stores the frame the relevant cam data was last applied on
|
// Stores the frame the relevant cam data was last applied on
|
||||||
|
|
Loading…
Reference in a new issue