Minor Clean up in battle_ai_main.c (#7551)

This commit is contained in:
Alex
2025-08-25 11:46:23 +02:00
committed by GitHub
parent 53e7699649
commit ff3e8da007

View File

@@ -1120,9 +1120,10 @@ static s32 AI_CheckBadMove(u32 battlerAtk, u32 battlerDef, u32 move, s32 score)
case MOVE_EFFECT_BURN:
ADJUST_SCORE(-5);
break;
default:
break;
}
break;
break;
case ABILITY_WONDER_GUARD:
if (effectiveness < UQ_4_12(2.0))
RETURN_SCORE_MINUS(20);