Fixed miscelaneous mon data (#3749)
This commit is contained in:
parent
df1a8a25cb
commit
0f7fbc628d
@ -11688,6 +11688,7 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
|
||||
.eggCycles = 120,
|
||||
.abilities = { ABILITY_COMPETITIVE, ABILITY_NONE, ABILITY_NONE },
|
||||
.bodyColor = BODY_COLOR_PURPLE,
|
||||
.categoryName = _("Cruel"),
|
||||
.weight = 509,
|
||||
.description = COMPOUND_STRING(
|
||||
"It fires beams that immobilize opponents\n"
|
||||
|
||||
@ -3345,7 +3345,7 @@ const struct SpeciesInfo gSpeciesInfoGen8[] =
|
||||
.frontPicYOffset = 2,
|
||||
.frontAnimFrames = sAnims_AlcremieGigantamax,
|
||||
//.frontAnimId = ANIM_V_SQUISH_AND_BOUNCE,
|
||||
BACK_PIC(AlcremieStrawberry, 64, 64),
|
||||
BACK_PIC(AlcremieGigantamax, 64, 64),
|
||||
.backPicYOffset = 9,
|
||||
//.backAnimId = BACK_ANIM_NONE,
|
||||
PALETTES(AlcremieGigantamax),
|
||||
|
||||
@ -3702,6 +3702,7 @@ const struct SpeciesInfo gSpeciesInfoGen9[] =
|
||||
{
|
||||
TATSUGIRI_MISC_INFO,
|
||||
.bodyColor = BODY_COLOR_YELLOW,
|
||||
.cryId = CRY_TATSUGIRI_STRETCHY,
|
||||
.description = COMPOUND_STRING(
|
||||
"It's one of the most intelligent\n"
|
||||
"dragon Pokémon. It camouflages itself\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user