Explicitly define Gengar's 3rd ability slot (Hidden Ability) (#4633)
This commit is contained in:
parent
c279aa23c6
commit
94af656f17
1 changed files with 2 additions and 2 deletions
|
@ -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] =
|
||||
|
|
Loading…
Reference in a new issue