Updated the list of abilities unaffected by Gastro Acid

https://bulbapedia.bulbagarden.net/wiki/Category:Abilities_that_cannot_be_suppressed
This commit is contained in:
LOuroboros 2021-01-24 23:09:23 -03:00
parent a3a2d881fa
commit d0e0ff34b4

View File

@ -11225,15 +11225,20 @@ static void Cmd_setgastroacid(void)
{ {
switch (gBattleMons[gBattlerTarget].ability) switch (gBattleMons[gBattlerTarget].ability)
{ {
case ABILITY_MULTITYPE: case ABILITY_AS_ONE_ICE_RIDER:
case ABILITY_STANCE_CHANGE: case ABILITY_AS_ONE_SHADOW_RIDER:
case ABILITY_SCHOOLING:
case ABILITY_COMATOSE:
case ABILITY_SHIELDS_DOWN:
case ABILITY_DISGUISE:
case ABILITY_RKS_SYSTEM:
case ABILITY_BATTLE_BOND: 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_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); gBattlescriptCurrInstr = T1_READ_PTR(gBattlescriptCurrInstr + 1);
break; break;
default: default: