Rename ItemManager::GetNumKeys

This commit is contained in:
Aetias
2024-04-30 17:36:52 +02:00
parent d22083ba0a
commit a6896a0bc5
6 changed files with 13 additions and 11 deletions
+3 -3
View File
@@ -1,4 +1,5 @@
#include "Item/ItemManager.hpp"
#include "Map/MapManager.hpp"
extern u32 *data_027e0ce0[];
@@ -781,7 +782,6 @@ 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);
ARM unk32 ItemManager::GetNumKeys() const {
return gMapManager->GetNumKeys();
}