Spaces instead of tab

This commit is contained in:
kleeenexfeu 2021-11-19 22:30:30 +01:00 committed by GitHub
parent 03a9f3f413
commit fa4d71817b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4717,8 +4717,8 @@ static void TryChangeTurnOrder(void)
if (GetWhoStrikesFirst(battler1, battler2, FALSE))
SwapTurnOrder(i, j);
}
}
}
}
}
gBattleMainFunc = CheckFocusPunch_ClearVarsBeforeTurnStarts;
gBattleStruct->focusPunchBattlerId = 0;
}