beast ball cannot be sold

This commit is contained in:
amiosi 2021-01-10 15:08:48 -05:00
parent 5392c101d0
commit 8d7d819cde

View File

@ -382,7 +382,7 @@ const struct Item gItems[] =
{
.name = _("Beast Ball"),
.itemId = ITEM_BEAST_BALL,
.price = 1000,
.price = 0,
.description = sBeastBallDesc,
.pocket = POCKET_POKE_BALLS,
.type = 11,