removed fakematch
This commit is contained in:
parent
47e8a76f1e
commit
5054cff7e8
1 changed files with 2 additions and 6 deletions
|
@ -4962,12 +4962,8 @@ static void CheckFocusPunch_ClearVarsBeforeTurnStarts(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
TryClearRageStatuses();
|
TryClearRageStatuses();
|
||||||
gCurrentTurnActionNumber = 0;
|
gCurrentTurnActionNumber = 0; //See comment underneath
|
||||||
{
|
gCurrentActionFuncId = gActionsByTurnOrder[gCurrentTurnActionNumber]; //Should be gActionsByTurnOrder[gCurrentTurnActionNumber = 0], but that doesn't match
|
||||||
// something stupid needed to match
|
|
||||||
u8 zero;
|
|
||||||
gCurrentActionFuncId = gActionsByTurnOrder[(zero = 0)];
|
|
||||||
}
|
|
||||||
gDynamicBasePower = 0;
|
gDynamicBasePower = 0;
|
||||||
gBattleStruct->dynamicMoveType = 0;
|
gBattleStruct->dynamicMoveType = 0;
|
||||||
gBattleMainFunc = RunTurnActionsFunctions;
|
gBattleMainFunc = RunTurnActionsFunctions;
|
||||||
|
|
Loading…
Reference in a new issue