Merge pull request #1369 from LOuroboros/trace

Updated the list of untraceable abilities
This commit is contained in:
ghoulslash 2021-01-26 21:41:50 -07:00 committed by GitHub
commit ef5faf94de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -772,14 +772,20 @@ static const u8 sAbilitiesAffectedByMoldBreaker[] =
static const u8 sAbilitiesNotTraced[ABILITIES_COUNT] = static const u8 sAbilitiesNotTraced[ABILITIES_COUNT] =
{ {
[ABILITY_AS_ONE_ICE_RIDER] = 1,
[ABILITY_AS_ONE_SHADOW_RIDER] = 1,
[ABILITY_BATTLE_BOND] = 1, [ABILITY_BATTLE_BOND] = 1,
[ABILITY_COMATOSE] = 1, [ABILITY_COMATOSE] = 1,
[ABILITY_DISGUISE] = 1, [ABILITY_DISGUISE] = 1,
[ABILITY_FLOWER_GIFT] = 1, [ABILITY_FLOWER_GIFT] = 1,
[ABILITY_FORECAST] = 1, [ABILITY_FORECAST] = 1,
[ABILITY_GULP_MISSILE] = 1,
[ABILITY_HUNGER_SWITCH] = 1,
[ABILITY_ICE_FACE] = 1,
[ABILITY_ILLUSION] = 1, [ABILITY_ILLUSION] = 1,
[ABILITY_IMPOSTER] = 1, [ABILITY_IMPOSTER] = 1,
[ABILITY_MULTITYPE] = 1, [ABILITY_MULTITYPE] = 1,
[ABILITY_NEUTRALIZING_GAS] = 1,
[ABILITY_NONE] = 1, [ABILITY_NONE] = 1,
[ABILITY_POWER_CONSTRUCT] = 1, [ABILITY_POWER_CONSTRUCT] = 1,
[ABILITY_POWER_OF_ALCHEMY] = 1, [ABILITY_POWER_OF_ALCHEMY] = 1,