mirror of
https://github.com/zeldaret/ph
synced 2026-06-07 11:57:43 -04:00
Decomp ItemManager::GetEquippedShipPart
This commit is contained in:
@@ -304,3 +304,6 @@ ARM NONMATCH bool ItemManager::func_ov00_020ad790(unk32 param1) {
|
||||
#endif
|
||||
}
|
||||
|
||||
THUMB ShipType ItemManager::GetEquippedShipPart(ShipPart part) const {
|
||||
return this->mEquippedShipParts[part];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user