mirror of
https://github.com/zeldaret/ph
synced 2026-09-02 01:42:57 -04:00
Decomp ItemManager::AddShipPartPriceShown
This commit is contained in:
@@ -969,3 +969,7 @@ THUMB void ItemManager::PlayItemFanfareSfx(ItemId item) {
|
||||
THUMB bool ItemManager::HasShipPartPriceShown(ShipPart part, ShipType type) const {
|
||||
return GET_FLAG(mShipPartPricesShown.flags, part * ShipType_COUNT + type);
|
||||
}
|
||||
|
||||
THUMB void ItemManager::AddShipPartPriceShown(ShipPart part, ShipType type) {
|
||||
SET_FLAG(mShipPartPricesShown.flags, part * ShipType_COUNT + type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user