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