mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-22 03:10:16 +01:00
Dex Text Fixes (#253)
- Fixed decap error in Eevee's Pokédex text. - Fixed missing decap in Mew's Pokédex text.
This commit is contained in:
parent
153d2ac823
commit
98867f0cb3
@ -800,7 +800,7 @@ const u8 gEeveePokedexText[] = _(
|
|||||||
"An Eevee has an unstable genetic makeup\n"
|
"An Eevee has an unstable genetic makeup\n"
|
||||||
"that suddenly mutates due to its\n"
|
"that suddenly mutates due to its\n"
|
||||||
"environment. Radiation from various\n"
|
"environment. Radiation from various\n"
|
||||||
"StoneS causes this Pokémon to evolve.");
|
"Stones causes this Pokémon to evolve.");
|
||||||
|
|
||||||
const u8 gVaporeonPokedexText[] = _(
|
const u8 gVaporeonPokedexText[] = _(
|
||||||
"Vaporeon underwent a spontaneous\n"
|
"Vaporeon underwent a spontaneous\n"
|
||||||
@ -905,7 +905,7 @@ const u8 gMewtwoPokedexText[] = _(
|
|||||||
"they failed to give it a warm heart.");
|
"they failed to give it a warm heart.");
|
||||||
|
|
||||||
const u8 gMewPokedexText[] = _(
|
const u8 gMewPokedexText[] = _(
|
||||||
"A MEW is said to possess the genes of all\n"
|
"A Mew is said to possess the genes of all\n"
|
||||||
"Pokémon. It is capable of making itself\n"
|
"Pokémon. It is capable of making itself\n"
|
||||||
"invisible at will, so it entirely avoids\n"
|
"invisible at will, so it entirely avoids\n"
|
||||||
"notice even if it approaches people.");
|
"notice even if it approaches people.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user