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:
Eduardo Alvaro Quezada D'Ottone 2020-02-08 11:52:25 -03:00 committed by GitHub
parent 153d2ac823
commit 98867f0cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.");