diff options
| author | Aetias <aetias@outlook.com> | 2024-04-30 17:36:52 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-04-30 17:36:52 +0200 |
| commit | a6896a0bc57ae2efa50f71ecd6fdc598969b7acb (patch) | |
| tree | bbbf38775b5598a672accfbfa241708fd4e23702 /src/00_Core/Item/ItemManager.cpp | |
| parent | d22083ba0a5c4844cb7cf1069532f11d1a5c7531 (diff) | |
Rename `ItemManager::GetNumKeys`
Diffstat (limited to 'src/00_Core/Item/ItemManager.cpp')
| -rw-r--r-- | src/00_Core/Item/ItemManager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/00_Core/Item/ItemManager.cpp b/src/00_Core/Item/ItemManager.cpp index d483cf32..baf6e76b 100644 --- a/src/00_Core/Item/ItemManager.cpp +++ b/src/00_Core/Item/ItemManager.cpp @@ -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();
}
|
