Merge pull request #2572 from rh-hideout/AsparagusEduardo-patch-1

Fixed Exp Candy S using the XS description
This commit is contained in:
Eduardo Quezada D'Ottone 2023-01-23 15:00:25 -03:00 committed by GitHub
commit fbcad9d3ec
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,