diff options
| author | Aetias <aetias@outlook.com> | 2024-02-18 11:47:44 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-02-18 11:47:44 +0100 |
| commit | 5387579e2048856c90f5010a9e181b62e07cc495 (patch) | |
| tree | 1de214ab1d95e781d57f3dd8f84c34d66f7627f1 /src/ItemManager.cpp | |
| parent | 21f0a348abe2d70d8ab55d1266b948d8e9a965fb (diff) | |
Decomp `ItemManager::GetUnk_09e`
Diffstat (limited to 'src/ItemManager.cpp')
| -rw-r--r-- | src/ItemManager.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ItemManager.cpp b/src/ItemManager.cpp index 1618e75c..7a8868f8 100644 --- a/src/ItemManager.cpp +++ b/src/ItemManager.cpp @@ -301,3 +301,7 @@ THUMB void ItemManager::SetTreasureCount(Treasure treasure, s8 count) { THUMB u8 ItemManager::GetUnk_098(u32 index) const {
return this->mUnk_098[index];
}
+
+THUMB u16 ItemManager::GetUnk_09e(u32 index) const {
+ return this->mUnk_09e[index];
+}
|
