Add Dream Eater blocked by heal block

This commit is contained in:
DizzyEggg 2018-11-30 20:48:43 +01:00
parent 9d9fcc540e
commit 7a69f9cb0d

View file

@ -597,6 +597,7 @@ static bool32 IsHealBlockPreventingMove(u8 battler, u32 move)
case EFFECT_ROOST:
case EFFECT_HEALING_WISH:
case EFFECT_WISH:
case EFFECT_DREAM_EATER:
return TRUE;
default:
return FALSE;