Skip to content

Commit

Permalink
Fixed Gengar's missing cries (#4385)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo committed Apr 13, 2024
1 parent 2d42f72 commit 65bee29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data/pokemon/species_info/gen_1_families.h
Original file line number Diff line number Diff line change
Expand Up @@ -9259,6 +9259,7 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
.abilities = GENGAR_ABILITIES,
.bodyColor = BODY_COLOR_PURPLE,
.speciesName = _("Gengar"),
.cryId = CRY_GENGAR,
.natDexNum = NATIONAL_DEX_GENGAR,
.categoryName = _("Shadow"),
.height = 15,
Expand Down Expand Up @@ -9313,6 +9314,7 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
.abilities = { ABILITY_SHADOW_TAG, ABILITY_SHADOW_TAG, ABILITY_SHADOW_TAG },
.bodyColor = BODY_COLOR_PURPLE,
.speciesName = _("Gengar"),
.cryId = CRY_GENGAR_MEGA,
.natDexNum = NATIONAL_DEX_GENGAR,
.categoryName = _("Shadow"),
.height = 14,
Expand Down Expand Up @@ -9369,6 +9371,7 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
.abilities = GENGAR_ABILITIES,
.bodyColor = BODY_COLOR_PURPLE,
.speciesName = _("Gengar"),
.cryId = CRY_GENGAR,
.natDexNum = NATIONAL_DEX_GENGAR,
.categoryName = _("Shadow"),
.height = 200,
Expand Down

0 comments on commit 65bee29

Please sign in to comment.