Removes unused Randomizer_GetItemIdFromGetItemId.

This commit is contained in:
Christopher Leggett
2022-08-21 15:14:50 -04:00
parent 4dff1443a6
commit e1b403a31b
4 changed files with 1 additions and 56 deletions
+1 -1
View File
@@ -757,7 +757,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
} else if (giid == GI_NUT_UPGRADE_30 || giid == GI_NUT_UPGRADE_40) {
GiveLinkDekuNutUpgrade(giid);
} else {
s32 iid = Randomizer_GetItemIDFromGetItemID(giid);
s32 iid = getItem.itemId;
if (iid != -1) INV_CONTENT(iid) = iid;
}
} else if (getItem.modIndex == MOD_RANDOMIZER) {