From d0e0ff34b4bd2544eacb0dad8b313bcc1c3fab5a Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sun, 24 Jan 2021 23:09:23 -0300 Subject: [PATCH] Updated the list of abilities unaffected by Gastro Acid https://bulbapedia.bulbagarden.net/wiki/Category:Abilities_that_cannot_be_suppressed --- src/battle_script_commands.c | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 6c5f37a7d..66d3154a4 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -11225,15 +11225,20 @@ static void Cmd_setgastroacid(void) { switch (gBattleMons[gBattlerTarget].ability) { - case ABILITY_MULTITYPE: - case ABILITY_STANCE_CHANGE: - case ABILITY_SCHOOLING: - case ABILITY_COMATOSE: - case ABILITY_SHIELDS_DOWN: - case ABILITY_DISGUISE: - case ABILITY_RKS_SYSTEM: + case ABILITY_AS_ONE_ICE_RIDER: + case ABILITY_AS_ONE_SHADOW_RIDER: case ABILITY_BATTLE_BOND: + case ABILITY_COMATOSE: + case ABILITY_DISGUISE: + case ABILITY_GULP_MISSILE: + case ABILITY_ICE_FACE: + case ABILITY_MULTITYPE: case ABILITY_POWER_CONSTRUCT: + case ABILITY_RKS_SYSTEM: + case ABILITY_SCHOOLING: + case ABILITY_SHIELDS_DOWN: + case ABILITY_STANCE_CHANGE: + case ABILITY_ZEN_MODE: gBattlescriptCurrInstr = T1_READ_PTR(gBattlescriptCurrInstr + 1); break; default: