beast ball cannot be sold
This commit is contained in:
parent
5392c101d0
commit
8d7d819cde
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ const struct Item gItems[] =
|
||||||
{
|
{
|
||||||
.name = _("Beast Ball"),
|
.name = _("Beast Ball"),
|
||||||
.itemId = ITEM_BEAST_BALL,
|
.itemId = ITEM_BEAST_BALL,
|
||||||
.price = 1000,
|
.price = 0,
|
||||||
.description = sBeastBallDesc,
|
.description = sBeastBallDesc,
|
||||||
.pocket = POCKET_POKE_BALLS,
|
.pocket = POCKET_POKE_BALLS,
|
||||||
.type = 11,
|
.type = 11,
|
||||||
|
|
Loading…
Reference in a new issue