diff --git a/src/berry.c b/src/berry.c index 0d54e982b..88cd88b79 100644 --- a/src/berry.c +++ b/src/berry.c @@ -131,21 +131,21 @@ static const u8 sBerryDescriptionPart1_Babiri[] = _("Very tough with a strong fl static const u8 sBerryDescriptionPart2_Babiri[] = _("was used to make medicine in the past."); static const u8 sBerryDescriptionPart1_Roseli[] = _("In nature, they grow in wide rings"); static const u8 sBerryDescriptionPart2_Roseli[] = _("for reasons that are still unknown."); -static const u8 sBerryDescriptionPart1_Liechi[] = _("A mysterious BERRY. It is rumored to"); +static const u8 sBerryDescriptionPart1_Liechi[] = _("A mysterious Berry. It is rumored to"); static const u8 sBerryDescriptionPart2_Liechi[] = _("contain the power of the sea."); -static const u8 sBerryDescriptionPart1_Ganlon[] = _("A mysterious BERRY. It is rumored to"); +static const u8 sBerryDescriptionPart1_Ganlon[] = _("A mysterious Berry. It is rumored to"); static const u8 sBerryDescriptionPart2_Ganlon[] = _("contain the power of the land."); -static const u8 sBerryDescriptionPart1_Salac[] = _("A mysterious BERRY. It is rumored to"); +static const u8 sBerryDescriptionPart1_Salac[] = _("A mysterious Berry. It is rumored to"); static const u8 sBerryDescriptionPart2_Salac[] = _("contain the power of the sky."); -static const u8 sBerryDescriptionPart1_Petaya[] = _("A mysterious BERRY. It is rumored to"); +static const u8 sBerryDescriptionPart1_Petaya[] = _("A mysterious Berry. It is rumored to"); static const u8 sBerryDescriptionPart2_Petaya[] = _("contain the power of all living things."); -static const u8 sBerryDescriptionPart1_Apicot[] = _("A very mystifying BERRY. No telling"); +static const u8 sBerryDescriptionPart1_Apicot[] = _("A very mystifying Berry. No telling"); static const u8 sBerryDescriptionPart2_Apicot[] = _("what may happen or how it can be used."); -static const u8 sBerryDescriptionPart1_Lansat[] = _("Said to be a legendary BERRY."); +static const u8 sBerryDescriptionPart1_Lansat[] = _("Said to be a legendary Berry."); static const u8 sBerryDescriptionPart2_Lansat[] = _("Holding it supposedly brings joy."); static const u8 sBerryDescriptionPart1_Starf[] = _("So strong, it was abandoned at the"); static const u8 sBerryDescriptionPart2_Starf[] = _("world's edge. Considered a mirage."); -static const u8 sBerryDescriptionPart1_Enigma[] = _("A completely enigmatic BERRY."); +static const u8 sBerryDescriptionPart1_Enigma[] = _("A completely enigmatic Berry."); static const u8 sBerryDescriptionPart2_Enigma[] = _("Appears to have the power of stars."); static const u8 sBerryDescriptionPart1_Micle[] = _("It makes other food eaten at the"); static const u8 sBerryDescriptionPart2_Micle[] = _("same time taste sweet."); @@ -1118,7 +1118,7 @@ const struct Berry gBerries[] = [ITEM_LIECHI_BERRY - FIRST_BERRY_INDEX] = { - .name = _("LIECHI"), + .name = _("Liechi"), .firmness = BERRY_FIRMNESS_VERY_HARD, .size = 111, .maxYield = 2, @@ -1136,7 +1136,7 @@ const struct Berry gBerries[] = [ITEM_GANLON_BERRY - FIRST_BERRY_INDEX] = { - .name = _("GANLON"), + .name = _("Ganlon"), .firmness = BERRY_FIRMNESS_VERY_HARD, .size = 33, .maxYield = 2, @@ -1154,7 +1154,7 @@ const struct Berry gBerries[] = [ITEM_SALAC_BERRY - FIRST_BERRY_INDEX] = { - .name = _("SALAC"), + .name = _("Salac"), .firmness = BERRY_FIRMNESS_VERY_HARD, .size = 95, .maxYield = 2, @@ -1172,7 +1172,7 @@ const struct Berry gBerries[] = [ITEM_PETAYA_BERRY - FIRST_BERRY_INDEX] = { - .name = _("PETAYA"), + .name = _("Petaya"), .firmness = BERRY_FIRMNESS_VERY_HARD, .size = 237, .maxYield = 2, @@ -1190,7 +1190,7 @@ const struct Berry gBerries[] = [ITEM_APICOT_BERRY - FIRST_BERRY_INDEX] = { - .name = _("APICOT"), + .name = _("Apicot"), .firmness = BERRY_FIRMNESS_HARD, .size = 75, .maxYield = 2, @@ -1208,7 +1208,7 @@ const struct Berry gBerries[] = [ITEM_LANSAT_BERRY - FIRST_BERRY_INDEX] = { - .name = _("LANSAT"), + .name = _("Lansat"), .firmness = BERRY_FIRMNESS_SOFT, .size = 97, .maxYield = 2, @@ -1226,7 +1226,7 @@ const struct Berry gBerries[] = [ITEM_STARF_BERRY - FIRST_BERRY_INDEX] = { - .name = _("STARF"), + .name = _("Starf"), .firmness = BERRY_FIRMNESS_SUPER_HARD, .size = 153, .maxYield = 2, @@ -1244,7 +1244,7 @@ const struct Berry gBerries[] = [ITEM_ENIGMA_BERRY - FIRST_BERRY_INDEX] = { - .name = _("ENIGMA"), + .name = _("Enigma"), .firmness = BERRY_FIRMNESS_HARD, .size = 155, .maxYield = 5, @@ -1370,7 +1370,7 @@ const struct Berry gBerries[] = [ITEM_ENIGMA_BERRY_E_READER - FIRST_BERRY_INDEX] = { - .name = _("ENIGMA"), + .name = _("Enigma"), .firmness = BERRY_FIRMNESS_UNKNOWN, .size = 0, .maxYield = 2,