From c4a7205b6f9ace4f0ca41196fc41167d921e1d24 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 25 Jan 2021 15:37:11 -0300 Subject: [PATCH] Added As One to the untraceable abilities list --- src/battle_util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/battle_util.c b/src/battle_util.c index 3d3e22a0d6..58219080ef 100644 --- a/src/battle_util.c +++ b/src/battle_util.c @@ -772,6 +772,8 @@ 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,