mirror of
https://github.com/zeldaret/ph
synced 2026-07-30 15:53:59 -04:00
Decomp ActorRupee
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user