mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 04:27:38 +01:00
beast ball cannot be sold
This commit is contained in:
parent
5392c101d0
commit
8d7d819cde
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user