mirror of
https://github.com/zeldaret/ph
synced 2026-06-20 07:41:02 -04:00
Decomp ItemManager::GetEquippedShipPart
This commit is contained in:
@@ -3,15 +3,6 @@
|
||||
|
||||
.text
|
||||
|
||||
.global _ZNK11ItemManager19GetEquippedShipPartEj
|
||||
thumb_func_start _ZNK11ItemManager19GetEquippedShipPartEj
|
||||
_ZNK11ItemManager19GetEquippedShipPartEj: ; 0x020ad8e0
|
||||
lsl r1, r1, #2
|
||||
add r0, r0, r1
|
||||
ldr r0, [r0, #0x28]
|
||||
bx lr
|
||||
thumb_func_end _ZNK11ItemManager19GetEquippedShipPartEj
|
||||
|
||||
.global _ZN11ItemManager13EquipShipPartEjj
|
||||
thumb_func_start _ZN11ItemManager13EquipShipPartEjj
|
||||
_ZN11ItemManager13EquipShipPartEjj: ; 0x020ad8e8
|
||||
|
||||
@@ -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