Decomp ItemManager::func_ov00_020ae350

This commit is contained in:
Aetias
2024-04-19 16:36:22 +02:00
parent 6f5483638e
commit 9a7bc06baa
3 changed files with 7 additions and 15 deletions
+5 -1
View File
@@ -761,7 +761,6 @@ ARM s32 ItemManager::GetMaxRupees() const {
return 9999;
}
extern void *data_027e103c;
extern "C" s32 func_ov00_020cf374(void *param1, bool param2);
extern "C" void func_ov05_02104004(void *param1);
@@ -782,3 +781,8 @@ ARM void ItemManager::GiveRupees(s16 amount, bool param2) {
}
mNumRupees = newRupees;
}
extern "C" unk32 func_ov00_02084b14(void *param1);
ARM unk32 ItemManager::func_ov00_020ae350() const {
return func_ov00_02084b14(data_027e0e60);
}