From 1429170d161cb758978ddae567b35e2984be9bcb Mon Sep 17 00:00:00 2001 From: BuffelSaft Date: Tue, 26 Oct 2021 16:45:49 +1300 Subject: [PATCH] Fix long descriptions Just noticed some of these didn't fit in the box. --- src/berry.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/berry.c b/src/berry.c index b1339cb603..ff783a6e73 100644 --- a/src/berry.c +++ b/src/berry.c @@ -148,12 +148,12 @@ static const u8 sBerryDescriptionPart1_Chilan[] = _("It can be made into a whist static const u8 sBerryDescriptionPart2_Chilan[] = _("produces an indescribable sound."); 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_Micle[] = _("It has the effect of making other food"); -static const u8 sBerryDescriptionPart2_Micle[] = _("eaten at the same time taste sweet."); -static const u8 sBerryDescriptionPart1_Custap[] = _("The flesh underneath the Custap Berry's"); -static const u8 sBerryDescriptionPart2_Custap[] = _("skin is sweet and creamy soft."); +static const u8 sBerryDescriptionPart1_Micle[] = _("It makes other food eaten at the"); +static const u8 sBerryDescriptionPart2_Micle[] = _("same time taste sweet."); +static const u8 sBerryDescriptionPart1_Custap[] = _("The flesh underneath the Custap"); +static const u8 sBerryDescriptionPart2_Custap[] = _("Berry's skin is sweet and creamy soft."); static const u8 sBerryDescriptionPart1_Jaboca[] = _("The drupelets that make up this berry"); -static const u8 sBerryDescriptionPart2_Jaboca[] = _("pop rythmically if it's handled roughly."); +static const u8 sBerryDescriptionPart2_Jaboca[] = _("pop rythmically if handled roughly."); static const u8 sBerryDescriptionPart1_Rowap[] = _("People once worked top-shaped pieces"); static const u8 sBerryDescriptionPart2_Rowap[] = _("of this berry free to use as toys."); static const u8 sBerryDescriptionPart1_Kee[] = _("A berry that is incredibly spicy at");