Fix AI issue giving decrementing score to confuse hit instead of confuse

This commit is contained in:
tennis 2022-10-13 15:58:57 +01:00
parent 6363e61043
commit db013aab0b

View file

@ -1333,7 +1333,7 @@ bool32 IsConfusionMoveEffect(u16 moveEffect)
{
switch (moveEffect)
{
case EFFECT_CONFUSE_HIT:
case EFFECT_CONFUSE:
case EFFECT_SWAGGER:
case EFFECT_FLATTER:
case EFFECT_TEETER_DANCE: