Applies fix to Song from Impa as well.

This commit is contained in:
Christopher Leggett
2022-09-09 19:10:43 -04:00
parent cfc24b16ca
commit 944d5344dc
+1 -1
View File
@@ -406,7 +406,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
gSaveContext.bgsFlag = true;
}
Item_Give(NULL, getItem.itemId);
} else if (getItem.modIndex == MOD_RANDOMIZER) {
} else if (getItem.modIndex == MOD_RANDOMIZER && getItem.getItemId != RG_ICE_TRAP) {
Randomizer_Item_Give(NULL, getItem);
}