mirror of
https://github.com/zeldaret/ph
synced 2026-08-16 12:54:41 -04:00
Decomp ItemManager::GiveRupees
This commit is contained in:
@@ -306,8 +306,8 @@ public:
|
||||
void GiveEquipItem(ItemFlag item, u16 ammo);
|
||||
|
||||
// Rupees
|
||||
u32 GetMaxRupees() const;
|
||||
void GiveRupees(s16 amount, unk32 param2);
|
||||
s32 GetMaxRupees() const;
|
||||
void GiveRupees(s16 amount, bool param2);
|
||||
|
||||
// Potion
|
||||
void SetPotion(u32 index, Potion potion);
|
||||
|
||||
Reference in New Issue
Block a user