Added missing form dex entries. (#3972)
Co-authored-by: Biffalo XIII <--global> Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
This commit is contained in:
parent
4acaa0cab8
commit
a1071aaf42
@ -8733,7 +8733,9 @@ const struct SpeciesInfo gSpeciesInfoGen5[] =
|
||||
.evYield_Attack = 1,
|
||||
.evYield_Defense = 1,
|
||||
.description = COMPOUND_STRING(
|
||||
""),
|
||||
"Meloetta's melodies are sung with\n"
|
||||
"a special vocalization method that can\n"
|
||||
"control the feelings of those who hear it."),
|
||||
FRONT_PIC(MeloettaPirouette, 40, 64),
|
||||
.frontPicYOffset = 2,
|
||||
.frontAnimFrames = sAnims_MeloettaPirouette,
|
||||
|
||||
@ -4332,7 +4332,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
|
||||
.height = 11,
|
||||
.weight = 278,
|
||||
.description = COMPOUND_STRING(
|
||||
""),
|
||||
"The impurities upon its body's surface\n"
|
||||
"have fallen away, sparkling so brilliantly\n"
|
||||
"that cannot be observed directly.\n"
|
||||
"It is known as “the Royal Pink Princess”."),
|
||||
.pokemonScale = 365,
|
||||
.pokemonOffset = 12,
|
||||
.trainerScale = 256,
|
||||
@ -4422,7 +4425,10 @@ const struct SpeciesInfo gSpeciesInfoGen6[] =
|
||||
.height = 65,
|
||||
.weight = 490,
|
||||
.description = COMPOUND_STRING(
|
||||
""),
|
||||
"It is the true form of Hoopa, which has had\n"
|
||||
"its power sealed away. The rings it carries\n"
|
||||
"have the power to bend dimensions and are\n"
|
||||
"able to seize anything in the world."),
|
||||
.pokemonScale = 432,
|
||||
.pokemonOffset = 13,
|
||||
.trainerScale = 256,
|
||||
|
||||
@ -2049,8 +2049,10 @@ const struct SpeciesInfo gSpeciesInfoGen8[] =
|
||||
.height = 220,
|
||||
.weight = 0,
|
||||
.description = COMPOUND_STRING(
|
||||
"")
|
||||
,
|
||||
"Its sand pouch has grown to tremendous\n"
|
||||
"proportions. More than 1,000,000 tons of\n"
|
||||
"sand now swirl around its body with enough\n"
|
||||
"speed and power to pulverize a skyscraper."),
|
||||
.pokemonScale = 256,
|
||||
.pokemonOffset = 0,
|
||||
.trainerScale = 610,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user