Fix long descriptions
Just noticed some of these didn't fit in the box.
This commit is contained in:
parent
adcf563ba1
commit
1429170d16
1 changed files with 5 additions and 5 deletions
10
src/berry.c
10
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");
|
||||
|
|
Loading…
Reference in a new issue