mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-19 12:08:34 +01:00
Added Gen 8 abilities affected by Mold Breaker
This commit is contained in:
parent
8d54e5666d
commit
ebe5e03998
@ -983,6 +983,11 @@ static const u8 sAbilitiesAffectedByMoldBreaker[] =
|
|||||||
[ABILITY_FLUFFY] = 1,
|
[ABILITY_FLUFFY] = 1,
|
||||||
[ABILITY_QUEENLY_MAJESTY] = 1,
|
[ABILITY_QUEENLY_MAJESTY] = 1,
|
||||||
[ABILITY_WATER_BUBBLE] = 1,
|
[ABILITY_WATER_BUBBLE] = 1,
|
||||||
|
[ABILITY_MIRROR_ARMOR] = 1,
|
||||||
|
[ABILITY_PUNK_ROCK] = 1,
|
||||||
|
[ABILITY_ICE_SCALES] = 1,
|
||||||
|
[ABILITY_ICE_FACE] = 1,
|
||||||
|
[ABILITY_PASTEL_VEIL] = 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const u8 sAbilitiesNotTraced[ABILITIES_COUNT] =
|
static const u8 sAbilitiesNotTraced[ABILITIES_COUNT] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user