From 6e1981369b4cf8286c41bab522312a866e534495 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Fri, 13 Jan 2023 13:22:27 -0300 Subject: [PATCH] Fixed Exp Candy S using the XS description --- src/data/items.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/items.h b/src/data/items.h index 513099d18b..971428099e 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -1385,7 +1385,7 @@ const struct Item gItems[] = .itemId = ITEM_EXP_CANDY_S, .price = 240, .holdEffectParam = EXP_800, - .description = sExpCandyXSDesc, + .description = sExpCandySDesc, .pocket = POCKET_ITEMS, .type = ITEM_USE_PARTY_MENU, .fieldUseFunc = ItemUseOutOfBattle_RareCandy,