Decomp ItemManager::GetUnk_09e

This commit is contained in:
Aetias
2024-02-18 11:47:44 +01:00
parent 21f0a348ab
commit 5387579e20
2 changed files with 4 additions and 11 deletions
+4
View File
@@ -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];
}