Skip to content

Commit

Permalink
Boost EV berry yield again
Browse files Browse the repository at this point in the history
EV training is now babby mode. No excuses!
  • Loading branch information
BuffelSaft committed Sep 3, 2021
1 parent 130ef55 commit 405341c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/berry.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@ const struct Berry gBerries[] =
.name = _("Pomeg"),
.firmness = BERRY_FIRMNESS_VERY_HARD,
.size = 135,
.maxYield = 18,
.minYield = 8,
.maxYield = 48,
.minYield = 24,
.description1 = sBerryDescriptionPart1_Pomeg,
.description2 = sBerryDescriptionPart2_Pomeg,
.stageDuration = 1,
Expand All @@ -548,8 +548,8 @@ const struct Berry gBerries[] =
.name = _("Kelpsy"),
.firmness = BERRY_FIRMNESS_HARD,
.size = 150,
.maxYield = 18,
.minYield = 8,
.maxYield = 48,
.minYield = 24,
.description1 = sBerryDescriptionPart1_Kelpsy,
.description2 = sBerryDescriptionPart2_Kelpsy,
.stageDuration = 1,
Expand All @@ -566,8 +566,8 @@ const struct Berry gBerries[] =
.name = _("Qualot"),
.firmness = BERRY_FIRMNESS_HARD,
.size = 110,
.maxYield = 18,
.minYield = 8,
.maxYield = 48,
.minYield = 24,
.description1 = sBerryDescriptionPart1_Qualot,
.description2 = sBerryDescriptionPart2_Qualot,
.stageDuration = 1,
Expand All @@ -584,8 +584,8 @@ const struct Berry gBerries[] =
.name = _("Hondew"),
.firmness = BERRY_FIRMNESS_HARD,
.size = 162,
.maxYield = 18,
.minYield = 8,
.maxYield = 48,
.minYield = 24,
.description1 = sBerryDescriptionPart1_Hondew,
.description2 = sBerryDescriptionPart2_Hondew,
.stageDuration = 1,
Expand All @@ -602,8 +602,8 @@ const struct Berry gBerries[] =
.name = _("Grepa"),
.firmness = BERRY_FIRMNESS_SOFT,
.size = 149,
.maxYield = 18,
.minYield = 8,
.maxYield = 48,
.minYield = 24,
.description1 = sBerryDescriptionPart1_Grepa,
.description2 = sBerryDescriptionPart2_Grepa,
.stageDuration = 1,
Expand All @@ -620,8 +620,8 @@ const struct Berry gBerries[] =
.name = _("Tamato"),
.firmness = BERRY_FIRMNESS_SOFT,
.size = 200,
.maxYield = 18,
.minYield = 8,
.maxYield = 48,
.minYield = 24,
.description1 = sBerryDescriptionPart1_Tamato,
.description2 = sBerryDescriptionPart2_Tamato,
.stageDuration = 1,
Expand Down

0 comments on commit 405341c

Please sign in to comment.