restore deleted line

This commit is contained in:
DizzyEggg 2022-10-31 13:19:10 +01:00
parent ea43b7732c
commit 51d8b57dcc

View File

@ -234,6 +234,7 @@ u8 BattleAI_ChooseMoveOrAction(void)
// damages/other info computed in GetAIDataAndCalcDmg
u8 ComputeBattleAiScores(u8 battler)
{
sBattler_AI = battler;
BattleAI_SetupAIData(0xF);
return BattleAI_ChooseMoveOrAction();
}