mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-31 03:50:37 -07:00
insert witty commit message here
This commit is contained in:
parent
8357c2aa1b
commit
582771ab48
25 changed files with 413 additions and 19 deletions
|
@ -2543,6 +2543,13 @@ u16 Randomizer_Item_Give(PlayState* play, GetItemEntry giEntry) {
|
|||
return Return_Item_Entry(giEntry, RG_NONE);
|
||||
}
|
||||
|
||||
if (item >= RG_GOHMA_SOUL && item <= RG_GANON_SOUL) {
|
||||
u8 index = item - RG_GOHMA_SOUL;
|
||||
Flags_SetRandomizerInf(RAND_INF_GOHMA_SOUL + index);
|
||||
|
||||
return Return_Item_Entry(giEntry, RG_NONE);
|
||||
}
|
||||
|
||||
if (item == RG_PROGRESSIVE_BOMBCHUS) {
|
||||
if (INV_CONTENT(ITEM_BOMBCHU) == ITEM_NONE) {
|
||||
INV_CONTENT(ITEM_BOMBCHU) = ITEM_BOMBCHU;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue