From a1071aaf42fdf0a97ea2282b8de07f257959f436 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Thu, 11 Jan 2024 14:39:51 -0300 Subject: [PATCH] Added missing form dex entries. (#3972) Co-authored-by: Biffalo XIII <--global> Co-authored-by: Bassoonian --- src/data/pokemon/species_info/gen_5.h | 4 +++- src/data/pokemon/species_info/gen_6.h | 10 ++++++++-- src/data/pokemon/species_info/gen_8.h | 6 ++++-- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/data/pokemon/species_info/gen_5.h b/src/data/pokemon/species_info/gen_5.h index 7553f1c17a..15ff00fcf1 100644 --- a/src/data/pokemon/species_info/gen_5.h +++ b/src/data/pokemon/species_info/gen_5.h @@ -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, diff --git a/src/data/pokemon/species_info/gen_6.h b/src/data/pokemon/species_info/gen_6.h index 00e2d20a4e..93261648d0 100644 --- a/src/data/pokemon/species_info/gen_6.h +++ b/src/data/pokemon/species_info/gen_6.h @@ -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, diff --git a/src/data/pokemon/species_info/gen_8.h b/src/data/pokemon/species_info/gen_8.h index 87855b3d46..47b578eae2 100644 --- a/src/data/pokemon/species_info/gen_8.h +++ b/src/data/pokemon/species_info/gen_8.h @@ -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,