mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-13 18:17:19 -07:00
you found greg! (#2458)
adds greg to the item tracker --------- Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
parent
f4f10e4a49
commit
3d8752b3aa
12 changed files with 77 additions and 3 deletions
|
@ -2578,6 +2578,12 @@ u16 Randomizer_Item_Give(PlayState* play, GetItemEntry giEntry) {
|
|||
return RG_NONE;
|
||||
}
|
||||
|
||||
if (item == RG_GREG_RUPEE) {
|
||||
Rupees_ChangeBy(1);
|
||||
Flags_SetRandomizerInf(RAND_INF_GREG_FOUND);
|
||||
return RG_NONE;
|
||||
}
|
||||
|
||||
temp = gSaveContext.inventory.items[slot];
|
||||
osSyncPrintf("Item_Register(%d)=%d %d\n", slot, item, temp);
|
||||
INV_CONTENT(item) = item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue