diff --git a/src/data/items.h b/src/data/items.h index b1c68f32c1..b66893648a 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -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,