mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
fix getting heart containers on pocket and skipped impas song
This commit is contained in:
parent
081f82875a
commit
f6a0ee32d3
1 changed files with 2 additions and 1 deletions
|
@ -231,6 +231,8 @@ extern "C" void Randomizer_InitSaveFile() {
|
|||
|
||||
// Reset triforce pieces collected.
|
||||
gSaveContext.ship.quest.data.randomizer.triforcePiecesCollected = 0;
|
||||
|
||||
SetStartingItems();
|
||||
|
||||
// Set Cutscene flags and texts to skip them.
|
||||
Flags_SetEventChkInf(EVENTCHKINF_FIRST_SPOKE_TO_MIDO);
|
||||
|
@ -431,5 +433,4 @@ extern "C" void Randomizer_InitSaveFile() {
|
|||
gSaveContext.itemGetInf[3] |= 0x8000; // Obtained Mask of Truth
|
||||
}
|
||||
|
||||
SetStartingItems();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue