Fixed Gengar's missing cries (#4385)

This commit is contained in:
Eduardo Quezada 2024-04-13 14:56:03 -04:00 committed by GitHub
parent 2d42f72a8a
commit 65bee290ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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