mirror of
https://github.com/zeldaret/ph
synced 2026-05-26 15:45:10 -04:00
Decomp ItemManager::GetTreasureCount
This commit is contained in:
@@ -288,3 +288,7 @@ THUMB void ItemManager::SetShipPartCount(ShipPart part, ShipType type, s8 count)
|
||||
if (count > 99) count = 99;
|
||||
this->mShipParts[part][type] = count;
|
||||
}
|
||||
|
||||
THUMB s8 ItemManager::GetTreasureCount(Treasure treasure) const {
|
||||
return this->mTreasure[treasure];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user