Merge pull request #1369 from LOuroboros/trace
Updated the list of untraceable abilities
This commit is contained in:
commit
ef5faf94de
1 changed files with 6 additions and 0 deletions
|
@ -772,14 +772,20 @@ static const u8 sAbilitiesAffectedByMoldBreaker[] =
|
|||
|
||||
static const u8 sAbilitiesNotTraced[ABILITIES_COUNT] =
|
||||
{
|
||||
[ABILITY_AS_ONE_ICE_RIDER] = 1,
|
||||
[ABILITY_AS_ONE_SHADOW_RIDER] = 1,
|
||||
[ABILITY_BATTLE_BOND] = 1,
|
||||
[ABILITY_COMATOSE] = 1,
|
||||
[ABILITY_DISGUISE] = 1,
|
||||
[ABILITY_FLOWER_GIFT] = 1,
|
||||
[ABILITY_FORECAST] = 1,
|
||||
[ABILITY_GULP_MISSILE] = 1,
|
||||
[ABILITY_HUNGER_SWITCH] = 1,
|
||||
[ABILITY_ICE_FACE] = 1,
|
||||
[ABILITY_ILLUSION] = 1,
|
||||
[ABILITY_IMPOSTER] = 1,
|
||||
[ABILITY_MULTITYPE] = 1,
|
||||
[ABILITY_NEUTRALIZING_GAS] = 1,
|
||||
[ABILITY_NONE] = 1,
|
||||
[ABILITY_POWER_CONSTRUCT] = 1,
|
||||
[ABILITY_POWER_OF_ALCHEMY] = 1,
|
||||
|
|
Loading…
Reference in a new issue