Explicitly define Gengar's 3rd ability slot (Hidden Ability) (#4633)
This commit is contained in:
parent
c279aa23c6
commit
94af656f17
@ -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…
x
Reference in New Issue
Block a user