Skip to content

Commit

Permalink
Merge pull request #2520 from LOuroboros/patch-1
Browse files Browse the repository at this point in the history
Updated ENDTURN_PLASMA_FISTS
  • Loading branch information
AsparagusEduardo authored Dec 17, 2022
2 parents 937f5ac + 4f951b7 commit f6a89c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/battle_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -3223,8 +3223,7 @@ u8 DoBattlerEndTurnEffects(void)
gBattleStruct->turnEffectsTracker++;
break;
case ENDTURN_PLASMA_FISTS:
for (i = 0; i < gBattlersCount; i++)
gStatuses4[i] &= ~STATUS4_PLASMA_FISTS;
gStatuses4[gActiveBattler] &= ~STATUS4_PLASMA_FISTS;
gBattleStruct->turnEffectsTracker++;
break;
case ENDTURN_BATTLER_COUNT: // done
Expand Down

0 comments on commit f6a89c9

Please sign in to comment.