mirror of
https://github.com/zeldaret/ph
synced 2026-06-02 02:00:02 -04:00
Decomp ItemManager::GetMaxShipPartCount
This commit is contained in:
@@ -334,3 +334,7 @@ THUMB u16 ItemManager::GetMaxAmmo(ItemFlag equipId) const {
|
||||
default: return 1;
|
||||
}
|
||||
}
|
||||
|
||||
THUMB u8 ItemManager::GetMaxShipPartCount() const {
|
||||
return 99;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user