mirror of
https://github.com/zeldaret/ph
synced 2026-09-07 11:01:42 -04:00
Decomp ItemManager::EquipShipPart
This commit is contained in:
@@ -3,15 +3,6 @@
|
|||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
||||||
.global _ZN11ItemManager13EquipShipPartEjj
|
|
||||||
thumb_func_start _ZN11ItemManager13EquipShipPartEjj
|
|
||||||
_ZN11ItemManager13EquipShipPartEjj: ; 0x020ad8e8
|
|
||||||
lsl r1, r1, #2
|
|
||||||
add r0, r0, r1
|
|
||||||
str r2, [r0, #0x28]
|
|
||||||
bx lr
|
|
||||||
thumb_func_end _ZN11ItemManager13EquipShipPartEjj
|
|
||||||
|
|
||||||
.global _ZNK11ItemManager16GetShipPartCountEjj
|
.global _ZNK11ItemManager16GetShipPartCountEjj
|
||||||
thumb_func_start _ZNK11ItemManager16GetShipPartCountEjj
|
thumb_func_start _ZNK11ItemManager16GetShipPartCountEjj
|
||||||
_ZNK11ItemManager16GetShipPartCountEjj: ; 0x020ad8f0
|
_ZNK11ItemManager16GetShipPartCountEjj: ; 0x020ad8f0
|
||||||
|
|||||||
@@ -307,3 +307,7 @@ ARM NONMATCH bool ItemManager::func_ov00_020ad790(unk32 param1) {
|
|||||||
THUMB ShipType ItemManager::GetEquippedShipPart(ShipPart part) const {
|
THUMB ShipType ItemManager::GetEquippedShipPart(ShipPart part) const {
|
||||||
return this->mEquippedShipParts[part];
|
return this->mEquippedShipParts[part];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
THUMB void ItemManager::EquipShipPart(ShipPart part, ShipType type) {
|
||||||
|
this->mEquippedShipParts[part] = type;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user