mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 15:38:11 +01:00
Fixed Exp Candy S using the XS description
This commit is contained in:
parent
c72274ee98
commit
6e1981369b
@ -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…
x
Reference in New Issue
Block a user