mirror of
https://github.com/zeldaret/ph
synced 2026-06-10 20:58:33 -04:00
Decomp ItemManager::GetMaxShipPartCount
This commit is contained in:
@@ -3,13 +3,6 @@
|
||||
|
||||
.text
|
||||
|
||||
.global _ZNK11ItemManager19GetMaxShipPartCountEv
|
||||
thumb_func_start _ZNK11ItemManager19GetMaxShipPartCountEv
|
||||
_ZNK11ItemManager19GetMaxShipPartCountEv: ; 0x020ad9e0
|
||||
mov r0, #0x63
|
||||
bx lr
|
||||
thumb_func_end _ZNK11ItemManager19GetMaxShipPartCountEv
|
||||
|
||||
.global _ZNK11ItemManager19GetMaxTreasureCountEv
|
||||
thumb_func_start _ZNK11ItemManager19GetMaxTreasureCountEv
|
||||
_ZNK11ItemManager19GetMaxTreasureCountEv: ; 0x020ad9e4
|
||||
|
||||
@@ -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