Decomp ItemManager::GiveRupees

This commit is contained in:
Aetias
2024-04-18 20:16:18 +02:00
parent 02762ad472
commit 6f5483638e
19 changed files with 43 additions and 58 deletions
+2 -2
View File
@@ -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);