Merge pull request #2572 from rh-hideout/AsparagusEduardo-patch-1
Fixed Exp Candy S using the XS description
This commit is contained in:
commit
fbcad9d3ec
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue