Fixed Exp Candy S using the XS description

This commit is contained in:
Eduardo Quezada D'Ottone 2023-01-13 13:22:27 -03:00 committed by GitHub
parent c72274ee98
commit 6e1981369b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,