Fixed Mr. Mime capitalization
This commit is contained in:
@@ -122,7 +122,7 @@ const u16 *const gLevelUpLearnsets[NUM_SPECIES] =
|
||||
[SPECIES_SEAKING] = sSeakingLevelUpLearnset,
|
||||
[SPECIES_STARYU] = sStaryuLevelUpLearnset,
|
||||
[SPECIES_STARMIE] = sStarmieLevelUpLearnset,
|
||||
[SPECIES_MR_MIME] = sMrmimeLevelUpLearnset,
|
||||
[SPECIES_MR_MIME] = sMrMimeLevelUpLearnset,
|
||||
[SPECIES_SCYTHER] = sScytherLevelUpLearnset,
|
||||
[SPECIES_JYNX] = sJynxLevelUpLearnset,
|
||||
[SPECIES_ELECTABUZZ] = sElectabuzzLevelUpLearnset,
|
||||
|
||||
@@ -1681,7 +1681,7 @@ static const u16 sStarmieLevelUpLearnset[] = {
|
||||
LEVEL_UP_END
|
||||
};
|
||||
|
||||
static const u16 sMrmimeLevelUpLearnset[] = {
|
||||
static const u16 sMrMimeLevelUpLearnset[] = {
|
||||
LEVEL_UP_MOVE( 1, MOVE_BARRIER),
|
||||
LEVEL_UP_MOVE( 5, MOVE_CONFUSION),
|
||||
LEVEL_UP_MOVE( 9, MOVE_SUBSTITUTE),
|
||||
|
||||
@@ -1469,7 +1469,7 @@ const struct PokedexEntry gPokedexEntries[] =
|
||||
.categoryName = _("BARRIER"),
|
||||
.height = 13,
|
||||
.weight = 545,
|
||||
.description = gMrmimePokedexText,
|
||||
.description = gMrMimePokedexText,
|
||||
.pokemonScale = 258,
|
||||
.pokemonOffset = 6,
|
||||
.trainerScale = 256,
|
||||
|
||||
@@ -730,7 +730,7 @@ const u8 gStarmiePokedexText[] = _(
|
||||
"reflections of stars that twinkled on\n"
|
||||
"gentle waves at night.");
|
||||
|
||||
const u8 gMrmimePokedexText[] = _(
|
||||
const u8 gMrMimePokedexText[] = _(
|
||||
"A MR. MIME is a master of pantomime. It can\n"
|
||||
"convince others that something unseeable\n"
|
||||
"actually exists. Once believed, the\n"
|
||||
|
||||
Reference in New Issue
Block a user