Synced src/pokeball.c
This commit is contained in:
+2
-2
@@ -181,7 +181,7 @@ static void Task_BattleStart(u8 taskId)
|
||||
case 0:
|
||||
if (!FldEffPoison_IsActive())
|
||||
{
|
||||
HelpSystem_Disable();
|
||||
HelpSystem_Disable();
|
||||
BT_StartOnField(tTransition);
|
||||
++tState;
|
||||
}
|
||||
@@ -189,7 +189,7 @@ static void Task_BattleStart(u8 taskId)
|
||||
case 1:
|
||||
if (BT_IsDone() == TRUE)
|
||||
{
|
||||
HelpSystem_Enable();
|
||||
HelpSystem_Enable();
|
||||
CleanupOverworldWindowsAndTilemaps();
|
||||
SetMainCallback2(CB2_InitBattle);
|
||||
RestartWildEncounterImmunitySteps();
|
||||
|
||||
Reference in New Issue
Block a user