From 0f7fbc628ddbe83bc1efdc202c51ce4ed87262fc Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Sun, 17 Dec 2023 09:35:55 -0300 Subject: [PATCH] Fixed miscelaneous mon data (#3749) --- src/data/pokemon/species_info/gen_1.h | 1 + src/data/pokemon/species_info/gen_8.h | 2 +- src/data/pokemon/species_info/gen_9.h | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/pokemon/species_info/gen_1.h b/src/data/pokemon/species_info/gen_1.h index 5caee5136b..b502422c0b 100644 --- a/src/data/pokemon/species_info/gen_1.h +++ b/src/data/pokemon/species_info/gen_1.h @@ -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" diff --git a/src/data/pokemon/species_info/gen_8.h b/src/data/pokemon/species_info/gen_8.h index 18302db80b..bcf77fcfa2 100644 --- a/src/data/pokemon/species_info/gen_8.h +++ b/src/data/pokemon/species_info/gen_8.h @@ -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), diff --git a/src/data/pokemon/species_info/gen_9.h b/src/data/pokemon/species_info/gen_9.h index 8adc51121d..2f5f0ad76a 100644 --- a/src/data/pokemon/species_info/gen_9.h +++ b/src/data/pokemon/species_info/gen_9.h @@ -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"