mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-13 01:57:18 -07:00
Fix getting heart containers on pocket and skipped impas song (#5518)
* fix getting heart containers on pocket and skipped impas song * curse you clang! CURSE YOU!
This commit is contained in:
parent
01ce1eeac8
commit
2511275b8b
1 changed files with 2 additions and 2 deletions
|
@ -232,6 +232,8 @@ extern "C" void Randomizer_InitSaveFile() {
|
||||||
// Reset triforce pieces collected.
|
// Reset triforce pieces collected.
|
||||||
gSaveContext.ship.quest.data.randomizer.triforcePiecesCollected = 0;
|
gSaveContext.ship.quest.data.randomizer.triforcePiecesCollected = 0;
|
||||||
|
|
||||||
|
SetStartingItems();
|
||||||
|
|
||||||
// Set Cutscene flags and texts to skip them.
|
// Set Cutscene flags and texts to skip them.
|
||||||
Flags_SetEventChkInf(EVENTCHKINF_FIRST_SPOKE_TO_MIDO);
|
Flags_SetEventChkInf(EVENTCHKINF_FIRST_SPOKE_TO_MIDO);
|
||||||
Flags_SetInfTable(INFTABLE_SPOKE_TO_KAEPORA_IN_LAKE_HYLIA);
|
Flags_SetInfTable(INFTABLE_SPOKE_TO_KAEPORA_IN_LAKE_HYLIA);
|
||||||
|
@ -430,6 +432,4 @@ extern "C" void Randomizer_InitSaveFile() {
|
||||||
gSaveContext.itemGetInf[3] |= 0x800; // Bunny Hood related
|
gSaveContext.itemGetInf[3] |= 0x800; // Bunny Hood related
|
||||||
gSaveContext.itemGetInf[3] |= 0x8000; // Obtained Mask of Truth
|
gSaveContext.itemGetInf[3] |= 0x8000; // Obtained Mask of Truth
|
||||||
}
|
}
|
||||||
|
|
||||||
SetStartingItems();
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue