mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
Decomp ItemManager::EquipShipPart
This commit is contained in:
@@ -307,3 +307,7 @@ ARM NONMATCH bool ItemManager::func_ov00_020ad790(unk32 param1) {
|
||||
THUMB ShipType ItemManager::GetEquippedShipPart(ShipPart part) const {
|
||||
return this->mEquippedShipParts[part];
|
||||
}
|
||||
|
||||
THUMB void ItemManager::EquipShipPart(ShipPart part, ShipType type) {
|
||||
this->mEquippedShipParts[part] = type;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user