Fixes Ruto's Letter.

It was accidentally getting classified as a rando item.
This commit is contained in:
Christopher Leggett 2022-08-14 20:15:33 -04:00
parent 7e0e8c63af
commit 0e2530cd49
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79
1 changed files with 3 additions and 0 deletions

View File

@ -1857,6 +1857,8 @@ GetItemID Randomizer::GetItemFromGet(RandomizerGet randoGet, GetItemID ogItemId)
case RG_ZELDAS_LETTER:
return GI_LETTER_ZELDA;
case RG_RUTOS_LETTER:
return GI_LETTER_RUTO;
case RG_POCKET_EGG:
return GI_POCKET_EGG;
@ -2172,6 +2174,7 @@ bool Randomizer::IsItemVanilla(RandomizerGet randoGet) {
case RG_MAGIC_BEAN:
case RG_WEIRD_EGG:
case RG_ZELDAS_LETTER:
case RG_RUTOS_LETTER:
case RG_POCKET_EGG:
case RG_COJIRO:
case RG_ODD_MUSHROOM: