Merge pull request #1346 from luckytyphlosion/origin/battle_engine
Fix AI corruption bug.
This commit is contained in:
commit
98b4af151c
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ void SetUpBattleVarsAndBirchZigzagoon(void)
|
||||||
ClearBattleMonForms();
|
ClearBattleMonForms();
|
||||||
BattleAI_SetupItems();
|
BattleAI_SetupItems();
|
||||||
BattleAI_SetupFlags();
|
BattleAI_SetupFlags();
|
||||||
BattleAI_SetupAIData(0xF);
|
|
||||||
|
|
||||||
if (gBattleTypeFlags & BATTLE_TYPE_FIRST_BATTLE)
|
if (gBattleTypeFlags & BATTLE_TYPE_FIRST_BATTLE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue