ENDTURN_WISH resets gBattleStruct->turnSideTracker
This commit is contained in:
parent
21fe205f0f
commit
cc8dd92247
1 changed files with 15 additions and 14 deletions
|
@ -2341,6 +2341,7 @@ u8 DoFieldEndTurnEffects(void)
|
||||||
if (effect == 0)
|
if (effect == 0)
|
||||||
{
|
{
|
||||||
gBattleStruct->turnCountersTracker++;
|
gBattleStruct->turnCountersTracker++;
|
||||||
|
gBattleStruct->turnSideTracker = 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ENDTURN_RAIN:
|
case ENDTURN_RAIN:
|
||||||
|
|
Loading…
Reference in a new issue