Implements a rand inf for Ruto's letter to apply to logic to track it separate from the underwater item check. (#5405)
This commit is contained in:
@@ -2411,6 +2411,9 @@ u8 Item_Give(PlayState* play, u8 item) {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (item == ITEM_LETTER_RUTO) {
|
||||
Flags_SetRandomizerInf(RAND_INF_OBTAINED_RUTOS_LETTER);
|
||||
}
|
||||
for (i = 0; i < 4; i++) {
|
||||
if (gSaveContext.inventory.items[temp + i] == ITEM_NONE) {
|
||||
gSaveContext.inventory.items[temp + i] = item;
|
||||
|
||||
Reference in New Issue
Block a user