summaryrefslogtreecommitdiff
path: root/src/00_Core/Item
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-05-30 18:44:47 +0200
committerAetias <aetias@outlook.com>2025-05-30 18:44:47 +0200
commit2bb9bf4fee393bb43be8a69a70a46189258249be (patch)
tree8f13659cfeb0cae37e4553441d2a405c3aef8a5c /src/00_Core/Item
parent5739c36160430ecb777bc5a71065d00732353cfa (diff)
Add adventure and item flags
Diffstat (limited to 'src/00_Core/Item')
-rw-r--r--src/00_Core/Item/ItemManager.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/00_Core/Item/ItemManager.cpp b/src/00_Core/Item/ItemManager.cpp
index 4b2e7b44..3c77b0ab 100644
--- a/src/00_Core/Item/ItemManager.cpp
+++ b/src/00_Core/Item/ItemManager.cpp
@@ -461,7 +461,7 @@ static char *sItemModelNames2[8] = {
[ItemId_SandOfHours - ItemId_SwordsmanScroll] = "sand_m",
};
static char *sItemModelNames3[9] = {
- [ItemId_CycloneSlate - ItemId_CycloneSlate] = "compass", [ItemId_Unk_128 - ItemId_CycloneSlate] = "lure",
+ [ItemId_CycloneSlate - ItemId_CycloneSlate] = "compass", [ItemId_BigCatchLure - ItemId_CycloneSlate] = "lure",
[ItemId_Rupoor10 - ItemId_CycloneSlate] = "rupee_bb", [ItemId_Rupoor50 - ItemId_CycloneSlate] = "rupee_bb",
[ItemId_Unk_131 - ItemId_CycloneSlate] = NULL, [ItemId_Unk_132 - ItemId_CycloneSlate] = NULL,
[ItemId_Unk_133 - ItemId_CycloneSlate] = NULL, [ItemId_Unk_134 - ItemId_CycloneSlate] = NULL,
@@ -778,8 +778,8 @@ THUMB void ItemManager::GiveItem(ItemId id) {
SET_FLAG(mItemFlags.flags, ItemFlag_CycloneSlate);
} break;
- case ItemId_Unk_128: {
- SET_FLAG(mItemFlags.flags, ItemFlag_Unk_47);
+ case ItemId_BigCatchLure: {
+ SET_FLAG(mItemFlags.flags, ItemFlag_BigCatchLure);
} break;
case ItemId_Rupoor10: {