Add Dream Eater blocked by heal block
This commit is contained in:
parent
9d9fcc540e
commit
7a69f9cb0d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue