diff options
| author | Aetias <aetias@outlook.com> | 2024-10-20 16:51:14 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-10-20 16:51:14 +0200 |
| commit | 52e0ac185a5a3570e166ddfaddb4662863ed3d63 (patch) | |
| tree | 5c3e2ab28324e232a3a7cca148deb15894ada19a /include/Item | |
| parent | c9f8ce4b16f92f148fb4a67b270152d9e59627de (diff) | |
Decomp `ActorRupee`
Diffstat (limited to 'include/Item')
| -rw-r--r-- | include/Item/ItemManager.hpp | 2 |
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);
|
