mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
Merge pull request #1484 from LOuroboros/patch-1
Corrected the item descriptions of some berries
This commit is contained in:
commit
ff296efb5c
@ -751,27 +751,27 @@ static const u8 sIapapaBerryDesc[] = _(
|
||||
"may confuse.");
|
||||
|
||||
static const u8 sRazzBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Razz.");
|
||||
|
||||
static const u8 sBlukBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Bluk.");
|
||||
|
||||
static const u8 sNanabBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Nanab.");
|
||||
|
||||
static const u8 sWepearBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Wepear.");
|
||||
|
||||
static const u8 sPinapBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Pinap.");
|
||||
|
||||
@ -806,47 +806,47 @@ static const u8 sTamatoBerryDesc[] = _(
|
||||
"base Speed.");
|
||||
|
||||
static const u8 sCornnBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Cornn.");
|
||||
|
||||
static const u8 sMagostBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Magost.");
|
||||
|
||||
static const u8 sRabutaBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Rabuta.");
|
||||
|
||||
static const u8 sNomelBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Nomel.");
|
||||
|
||||
static const u8 sSpelonBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Spelon.");
|
||||
|
||||
static const u8 sPamtreBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Pamtre.");
|
||||
|
||||
static const u8 sWatmelBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Watmel.");
|
||||
|
||||
static const u8 sDurinBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Durin.");
|
||||
|
||||
static const u8 sBelueBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow Belue.");
|
||||
|
||||
@ -891,7 +891,7 @@ static const u8 sMicleBerryDesc[] = _(
|
||||
"move in a pinch.");
|
||||
|
||||
static const u8 sEnigmaBerryDesc[] = _(
|
||||
"Pokéblock ingredient.\n"
|
||||
"{POKEBLOCK} ingredient.\n"
|
||||
"Plant in loamy soil\n"
|
||||
"to grow a mystery.");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user