Fixed miscelaneous mon data (#3749)

This commit is contained in:
Eduardo Quezada D'Ottone 2023-12-17 09:35:55 -03:00 committed by GitHub
parent df1a8a25cb
commit 0f7fbc628d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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),

View file

@ -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"