mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-15 01:36:07 -05:00
Fixed Gengar's missing cries (#4385)
This commit is contained in:
parent
2d42f72a8a
commit
65bee290ea
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user