summaryrefslogtreecommitdiff
path: root/include/Item
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-10-20 16:51:14 +0200
committerAetias <aetias@outlook.com>2024-10-20 16:51:14 +0200
commit52e0ac185a5a3570e166ddfaddb4662863ed3d63 (patch)
tree5c3e2ab28324e232a3a7cca148deb15894ada19a /include/Item
parentc9f8ce4b16f92f148fb4a67b270152d9e59627de (diff)
Decomp `ActorRupee`
Diffstat (limited to 'include/Item')
-rw-r--r--include/Item/ItemManager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Item/ItemManager.hpp b/include/Item/ItemManager.hpp
index 1cc75738..ae5e8cad 100644
--- a/include/Item/ItemManager.hpp
+++ b/include/Item/ItemManager.hpp
@@ -314,7 +314,7 @@ public:
// Rupees
s32 GetMaxRupees() const;
- void GiveRupees(s16 amount, bool param2);
+ void GiveRupees(s32 amount, bool param2);
// Potion
void SetPotion(u32 index, Potion potion);