Explicitly define Gengar's 3rd ability slot (Hidden Ability) (#4633)

This commit is contained in:
Rachel 2024-05-26 18:50:12 -07:00 committed by GitHub
parent c279aa23c6
commit 94af656f17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9228,9 +9228,9 @@ const struct SpeciesInfo gSpeciesInfoGen1[] =
},
#if P_UPDATED_ABILITIES >= GEN_7
#define GENGAR_ABILITIES {ABILITY_CURSED_BODY, ABILITY_NONE}
#define GENGAR_ABILITIES {ABILITY_CURSED_BODY, ABILITY_NONE, ABILITY_NONE}
#else
#define GENGAR_ABILITIES {ABILITY_LEVITATE, ABILITY_NONE}
#define GENGAR_ABILITIES {ABILITY_LEVITATE, ABILITY_NONE, ABILITY_NONE}
#endif
[SPECIES_GENGAR] =