This commit is contained in:
kleeenexfeu 2021-11-23 13:48:03 +01:00
parent 6ceffaaf3e
commit 1a3561bb0b

View File

@ -875,7 +875,7 @@ void HandleAction_ActionFinished(void)
u8 i, j;
u8 battler1 = 0;
u8 battler2 = 0;
#endif
#endif
*(gBattleStruct->monToSwitchIntoId + gBattlerByTurnOrder[gCurrentTurnActionNumber]) = 6;
gCurrentTurnActionNumber++;
gCurrentActionFuncId = gActionsByTurnOrder[gCurrentTurnActionNumber];