Decomp ActorRupee

This commit is contained in:
Aetias
2024-10-20 16:51:14 +02:00
parent c9f8ce4b16
commit 52e0ac185a
9 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ ARM void Actor::vfunc_1c(u16 *param1) {
}
}
ARM void Actor::vfunc_20(s32 param1) {}
ARM void Actor::vfunc_20(bool param1) {}
ARM void Actor::SetUnk_129(bool value) {
if (mUnk_128) mUnk_129 = value;
+1 -1
View File
@@ -839,7 +839,7 @@ ARM s32 ItemManager::GetMaxRupees() const {
extern void *data_027e103c;
extern "C" s32 func_ov00_020cf374(void *param1, bool param2);
extern "C" void func_ov05_02104004(void *param1);
ARM void ItemManager::GiveRupees(s16 amount, bool param2) {
ARM void ItemManager::GiveRupees(s32 amount, bool param2) {
s32 newRupees = mNumRupees + amount;
if (newRupees > this->GetMaxRupees()) {
newRupees = this->GetMaxRupees();