Decomp ItemManager::GetUnk_098

This commit is contained in:
Aetias
2024-02-18 11:46:56 +01:00
parent 1485d2f5ee
commit 21f0a348ab
2 changed files with 4 additions and 9 deletions
+4
View File
@@ -297,3 +297,7 @@ THUMB void ItemManager::SetTreasureCount(Treasure treasure, s8 count) {
if (count > 99) count = 99;
this->mTreasure[treasure] = count;
}
THUMB u8 ItemManager::GetUnk_098(u32 index) const {
return this->mUnk_098[index];
}