diff options
| author | Aetias <aetias@outlook.com> | 2024-02-18 13:06:41 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-02-18 13:06:41 +0100 |
| commit | e0271ef65a5917487c49b488f6bcd5902e8f6dfd (patch) | |
| tree | 7ec50dd87f113fc43bc4321f6d389eaa78bac2ea /include | |
| parent | 2a3133f999200a207e09c22d846ff100af485a9c (diff) | |
Decomp `ItemManager::IsTreasureSalvaged`
Diffstat (limited to 'include')
| -rw-r--r-- | include/ItemManager.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ItemManager.hpp b/include/ItemManager.hpp index dd85b7c8..07f726a4 100644 --- a/include/ItemManager.hpp +++ b/include/ItemManager.hpp @@ -283,9 +283,7 @@ public: void EquipShipPart(ShipPart part, ShipType type);
s8 GetShipPartCount(ShipPart part, ShipType type) const;
void SetShipPartCount(ShipPart part, ShipType type, s8 count);
- bool HasShipPartPriceShown(u32 index) const;
bool HasShipPartPriceShown(ShipPart part, ShipType type) const;
- void AddShipPartPriceShown(u32 index);
void AddShipPartPriceShown(ShipPart part, ShipType type);
u8 GetMaxShipPartCount() const;
@@ -294,6 +292,8 @@ public: void SetTreasureCount(Treasure treasure, s8 count);
bool HasTreasurePriceShown(Treasure treasure) const;
void AddTreasurePriceShown(Treasure treasure);
+ bool IsTreasureSalvaged(u32 index) const;
+ void SetTreasureSalvaged(u32 index);
u8 GetMaxTreasureCount() const;
// mUnk_098, mUnk_09e
|
