fixes
pokeblock berries and evolution items
This commit is contained in:
parent
8d7d819cde
commit
3aadd69303
1 changed files with 24 additions and 24 deletions
|
@ -751,27 +751,27 @@ static const u8 sIapapaBerryDesc[] = _(
|
||||||
"may confuse.");
|
"may confuse.");
|
||||||
|
|
||||||
static const u8 sRazzBerryDesc[] = _(
|
static const u8 sRazzBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Razz.");
|
"to grow Razz.");
|
||||||
|
|
||||||
static const u8 sBlukBerryDesc[] = _(
|
static const u8 sBlukBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Bluk.");
|
"to grow Bluk.");
|
||||||
|
|
||||||
static const u8 sNanabBerryDesc[] = _(
|
static const u8 sNanabBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Nanab.");
|
"to grow Nanab.");
|
||||||
|
|
||||||
static const u8 sWepearBerryDesc[] = _(
|
static const u8 sWepearBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Wepear.");
|
"to grow Wepear.");
|
||||||
|
|
||||||
static const u8 sPinapBerryDesc[] = _(
|
static const u8 sPinapBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Pinap.");
|
"to grow Pinap.");
|
||||||
|
|
||||||
|
@ -806,47 +806,47 @@ static const u8 sTamatoBerryDesc[] = _(
|
||||||
"base Speed.");
|
"base Speed.");
|
||||||
|
|
||||||
static const u8 sCornnBerryDesc[] = _(
|
static const u8 sCornnBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Cornn.");
|
"to grow Cornn.");
|
||||||
|
|
||||||
static const u8 sMagostBerryDesc[] = _(
|
static const u8 sMagostBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Magost.");
|
"to grow Magost.");
|
||||||
|
|
||||||
static const u8 sRabutaBerryDesc[] = _(
|
static const u8 sRabutaBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Rabuta.");
|
"to grow Rabuta.");
|
||||||
|
|
||||||
static const u8 sNomelBerryDesc[] = _(
|
static const u8 sNomelBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Nomel.");
|
"to grow Nomel.");
|
||||||
|
|
||||||
static const u8 sSpelonBerryDesc[] = _(
|
static const u8 sSpelonBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Spelon.");
|
"to grow Spelon.");
|
||||||
|
|
||||||
static const u8 sPamtreBerryDesc[] = _(
|
static const u8 sPamtreBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Pamtre.");
|
"to grow Pamtre.");
|
||||||
|
|
||||||
static const u8 sWatmelBerryDesc[] = _(
|
static const u8 sWatmelBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Watmel.");
|
"to grow Watmel.");
|
||||||
|
|
||||||
static const u8 sDurinBerryDesc[] = _(
|
static const u8 sDurinBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Durin.");
|
"to grow Durin.");
|
||||||
|
|
||||||
static const u8 sBelueBerryDesc[] = _(
|
static const u8 sBelueBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow Belue.");
|
"to grow Belue.");
|
||||||
|
|
||||||
|
@ -891,7 +891,7 @@ static const u8 sMicleBerryDesc[] = _(
|
||||||
"move in a pinch.");
|
"move in a pinch.");
|
||||||
|
|
||||||
static const u8 sEnigmaBerryDesc[] = _(
|
static const u8 sEnigmaBerryDesc[] = _(
|
||||||
"{POKEBLOCK} ingredient.\n"
|
"Pokéblock ingredient.\n"
|
||||||
"Plant in loamy soil\n"
|
"Plant in loamy soil\n"
|
||||||
"to grow a mystery.");
|
"to grow a mystery.");
|
||||||
|
|
||||||
|
@ -1132,23 +1132,23 @@ static const u8 sOvalStoneDesc[] = _(
|
||||||
"Looks like an egg.");
|
"Looks like an egg.");
|
||||||
|
|
||||||
static const u8 sProtectorDesc[] = _(
|
static const u8 sProtectorDesc[] = _(
|
||||||
"A certain Pokémon\n"
|
"Loved by a certain\n"
|
||||||
"loves it. It's quite\n"
|
"Pokémon. It's quite\n"
|
||||||
"heavy.");
|
"heavy.");
|
||||||
|
|
||||||
static const u8 sElectirizerDesc[] = _(
|
static const u8 sElectirizerDesc[] = _(
|
||||||
"A certain Pokémon\n"
|
"Loved by a certain\n"
|
||||||
"loves it. It's full\n"
|
"Pokémon. It's full\n"
|
||||||
"of electricity.");
|
"of electricity.");
|
||||||
|
|
||||||
static const u8 sMagmarizerDesc[] = _(
|
static const u8 sMagmarizerDesc[] = _(
|
||||||
"A certain Pokémon\n"
|
"Loved by a certain\n"
|
||||||
"loves it. It's full\n"
|
"Pokémon. It's full\n"
|
||||||
"of magma energy.");
|
"of magma energy.");
|
||||||
|
|
||||||
static const u8 sDubiousDiscDesc[] = _(
|
static const u8 sDubiousDiscDesc[] = _(
|
||||||
"A certain Pokémon\n"
|
"Loved by a certain\n"
|
||||||
"loves it. It's over-\n"
|
"Pokémon. It's over-\n"
|
||||||
"flowing with data.");
|
"flowing with data.");
|
||||||
|
|
||||||
static const u8 sReaperClothDesc[] = _(
|
static const u8 sReaperClothDesc[] = _(
|
||||||
|
@ -1457,7 +1457,7 @@ static const u8 sAcroBikeDesc[] = _(
|
||||||
|
|
||||||
static const u8 sPokeblockCaseDesc[] = _(
|
static const u8 sPokeblockCaseDesc[] = _(
|
||||||
"A case for holding\n"
|
"A case for holding\n"
|
||||||
"{POKEBLOCK}S made with\n"
|
"Pokéblocks made with\n"
|
||||||
"a Berry Blender.");
|
"a Berry Blender.");
|
||||||
|
|
||||||
static const u8 sLetterDesc[] = _(
|
static const u8 sLetterDesc[] = _(
|
||||||
|
|
Loading…
Reference in a new issue