diff options
| author | Aetias <aetias@outlook.com> | 2024-05-01 10:07:03 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-05-01 10:07:03 +0200 |
| commit | bad0d9743475bb6b534defd9e1a135e34a1be1e6 (patch) | |
| tree | 02fe89c7e4d27f0968c757f92bc132131827c5d0 /include | |
| parent | 2a833b5923665d740e5bc1b5b541a1e71e5c4341 (diff) | |
Update `ItemManager` fields
Diffstat (limited to 'include')
| -rw-r--r-- | include/Item/ItemManager.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Item/ItemManager.hpp b/include/Item/ItemManager.hpp index 1edd9a48..e50fb673 100644 --- a/include/Item/ItemManager.hpp +++ b/include/Item/ItemManager.hpp @@ -216,16 +216,16 @@ private: /* 100 */ ItemModel *mDungeonItemModels[DungeonItemModelId_COUNT]; // non-null in dungeons/caves
/* 114 */ ModelRender *mUnk_114;
/* 118 */ ItemId mFanfareItem;
- /* 11c */ unk32 mUnk_11c;
+ /* 11c */ SfxId mFanfareSfx;
/* 120 */ void *mFanfareItemModel;
/* 124 */ void *mUnk_124;
/* 128 */ ItemFlags mItemFlags;
/* 138 */ u32 mSalvagedTreasureFlags;
/* 13c */ ShipPartPricesShown mShipPartPricesShown;
/* 148 */ u32 mTreasurePriceShownFlags[CEIL_DIV(Treasure_COUNT, 32)];
- /* 14c */ bool mUnk_14c;
+ /* 14c */ bool mMuteNextFanfare;
/* 14d */ u8 mUnk_14d;
- /* 14e */ unk8 mUnk_14e[0x2];
+ /* 14e */ unk8 mUnk_14e[0x2]; // padding?
/* 150 */
public:
|
