mirror of
https://github.com/zeldaret/ph
synced 2026-07-11 22:40:17 -04:00
Decomp ItemManager::HasShipPartPriceShown
This commit is contained in:
@@ -965,3 +965,7 @@ THUMB void ItemManager::PlayItemFanfareSfx(ItemId item) {
|
||||
}
|
||||
PlaySoundEffect(&data_ov00_020eec68, sfx);
|
||||
}
|
||||
|
||||
THUMB bool ItemManager::HasShipPartPriceShown(ShipPart part, ShipType type) const {
|
||||
return GET_FLAG(mShipPartPricesShown.flags, part * ShipType_COUNT + type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user