mirror of
https://github.com/zeldaret/ph
synced 2026-08-06 01:48:24 -04:00
Decomp ItemManager::AddTreasurePriceShown
This commit is contained in:
@@ -977,3 +977,7 @@ THUMB void ItemManager::AddShipPartPriceShown(ShipPart part, ShipType type) {
|
||||
THUMB bool ItemManager::HasTreasurePriceShown(Treasure treasure) const {
|
||||
return GET_FLAG(mTreasurePriceShownFlags, treasure);
|
||||
}
|
||||
|
||||
THUMB void ItemManager::AddTreasurePriceShown(Treasure treasure) {
|
||||
SET_FLAG(mTreasurePriceShownFlags, treasure);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user