diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index a4e543bfc1..91b91be301 100755 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -5839,6 +5839,7 @@ static bool32 HandleMoveEndMoveBlock(u32 moveEffect) } break; case EFFECT_EXPLOSION: + case EFFECT_MISTY_EXPLOSION: if (!IsAbilityOnField(ABILITY_DAMP)) { gBattleStruct->moveDamage[gBattlerAttacker] = 0;