Rando: Shuffle Swim (Rando V3) (#3795)

* Shuffle Swim

* Fix build
This commit is contained in:
Pepe20129
2024-01-15 16:20:57 +01:00
committed by GitHub
parent ab3e9a7e54
commit 22b9284240
22 changed files with 199 additions and 29 deletions

View File

@@ -2684,6 +2684,11 @@ u16 Randomizer_Item_Give(PlayState* play, GetItemEntry giEntry) {
return Return_Item_Entry(giEntry, RG_NONE);
}
if (item == RG_BRONZE_SCALE) {
Flags_SetRandomizerInf(RAND_INF_CAN_SWIM);
return Return_Item_Entry(giEntry, RG_NONE);
}
temp = gSaveContext.inventory.items[slot];
osSyncPrintf("Item_Register(%d)=%d %d\n", slot, item, temp);
INV_CONTENT(item) = item;