restore deleted line
This commit is contained in:
parent
ea43b7732c
commit
51d8b57dcc
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue