Skip to content

Commit

Permalink
Adjust red potion to draw the red potion instead of hookshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed Dec 23, 2023
1 parent 492aa7d commit 2f6f8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/source/rnd/item_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ namespace rnd {

[0x59] =
ITEM_ROW((u32)GetItemID::GI_NUTS_30, ChestType::WOODEN_BIG, (u8)game::ItemId::HookshotUnused, 0x0059, 0x00196,
(s8)0xFF, (s8)0xFF, (s8)0xFF, (s8)0xFF, (s8)0xFF, (s32)DrawGraphicItemID::DI_HOOKSHOT_TWO,
(s8)0xFF, (s8)0xFF, (s8)0xFF, (s8)0xFF, (s8)0xFF, (s32)DrawGraphicItemID::DI_RED_POTION,
(rnd::upgradeFunc)ItemUpgrade_None, ItemEffect_None, (s16)3,
(s16)-1), // Red Potion?

Expand Down

0 comments on commit 2f6f8e4

Please sign in to comment.