From ee0222c0ecf40106b491a3b816f5c752edf8cffe Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 6 Nov 2023 06:18:45 -0300 Subject: [PATCH] Updated the holdEffectParam of the items that double the amount of money gained in battle (#3528) --- src/data/items.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/data/items.h b/src/data/items.h index 1cb54c88a..cb32c14cd 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -4993,7 +4993,6 @@ const struct Item gItems[] = .name = _("Luck Incense"), .price = 11000, .holdEffect = HOLD_EFFECT_DOUBLE_PRIZE, - .holdEffectParam = 10, .description = sLuckIncenseDesc, .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU, @@ -5707,7 +5706,6 @@ const struct Item gItems[] = .name = _("Amulet Coin"), .price = 10000, .holdEffect = HOLD_EFFECT_DOUBLE_PRIZE, - .holdEffectParam = 10, .description = sAmuletCoinDesc, .pocket = POCKET_ITEMS, .type = ITEM_USE_BAG_MENU,