may as well do the rest
This commit is contained in:
parent
eaca987879
commit
7e91129332
1 changed files with 20 additions and 20 deletions
|
@ -1127,19 +1127,19 @@ static const u8 sDragonScaleDesc[] = _(
|
||||||
"type Pokémon.");
|
"type Pokémon.");
|
||||||
|
|
||||||
static const u8 sOvalStoneDesc[] = _(
|
static const u8 sOvalStoneDesc[] = _(
|
||||||
"Helps a certain\n"
|
"Makes a certain\n"
|
||||||
"Pokémon to evolve.\n"
|
"Pokémon evolve. It's\n"
|
||||||
"Looks like an egg.");
|
"shaped like an egg.");
|
||||||
|
|
||||||
static const u8 sProtectorDesc[] = _(
|
static const u8 sProtectorDesc[] = _(
|
||||||
"Loved by a certain\n"
|
"Loved by a certain\n"
|
||||||
"Pokémon. It's quite\n"
|
"Pokémon. It's stiff\n"
|
||||||
"heavy.");
|
"and heavy.");
|
||||||
|
|
||||||
static const u8 sElectirizerDesc[] = _(
|
static const u8 sElectirizerDesc[] = _(
|
||||||
"Loved by a certain\n"
|
"Loved by a certain\n"
|
||||||
"Pokémon. It's full\n"
|
"Pokémon. It's full\n"
|
||||||
"of electricity.");
|
"of electric energy.");
|
||||||
|
|
||||||
static const u8 sMagmarizerDesc[] = _(
|
static const u8 sMagmarizerDesc[] = _(
|
||||||
"Loved by a certain\n"
|
"Loved by a certain\n"
|
||||||
|
@ -1147,29 +1147,29 @@ static const u8 sMagmarizerDesc[] = _(
|
||||||
"of magma energy.");
|
"of magma energy.");
|
||||||
|
|
||||||
static const u8 sDubiousDiscDesc[] = _(
|
static const u8 sDubiousDiscDesc[] = _(
|
||||||
"Loved by a certain\n"
|
"A transparent device\n"
|
||||||
"Pokémon. It's over-\n"
|
"overflowing with\n"
|
||||||
"flowing with data.");
|
"dubious data.");
|
||||||
|
|
||||||
static const u8 sReaperClothDesc[] = _(
|
static const u8 sReaperClothDesc[] = _(
|
||||||
"Loved by a certain\n"
|
"Loved by a certain\n"
|
||||||
"Pokémon. Imbued\n"
|
"Pokémon. Imbued with\n"
|
||||||
"with strong energy.");
|
"spiritual energy.");
|
||||||
|
|
||||||
static const u8 sRazorClawDesc[] = _(
|
static const u8 sRazorClawDesc[] = _(
|
||||||
"Helps a certain\n"
|
"A hooked claw that\n"
|
||||||
"Pokémon to evolve.\n"
|
"ups the holder's\n"
|
||||||
"It's a sharp claw.");
|
"critical-hit ratio.");
|
||||||
|
|
||||||
static const u8 sRazorFangDesc[] = _(
|
static const u8 sRazorFangDesc[] = _(
|
||||||
"Helps a certain\n"
|
"A hold item that\n"
|
||||||
"Pokémon to evolve.\n"
|
"may cause flinching\n"
|
||||||
"It's a sharp fang.");
|
"when the foe is hit.");
|
||||||
|
|
||||||
static const u8 sPrismScaleDesc[] = _(
|
static const u8 sPrismScaleDesc[] = _(
|
||||||
"A mysterious scale.\n"
|
"A mysterious scale\n"
|
||||||
"It helps a certain\n"
|
"that evolves certain\n"
|
||||||
"Pokémon to evolve.");
|
"Pokémon. It shines.");
|
||||||
|
|
||||||
static const u8 sWhippedDreamDesc[] = _(
|
static const u8 sWhippedDreamDesc[] = _(
|
||||||
"A soft and sweet\n"
|
"A soft and sweet\n"
|
||||||
|
|
Loading…
Reference in a new issue