Forgot a thing

This commit is contained in:
JappaWakka 2024-03-28 18:58:28 +01:00
parent 38acb8955b
commit 255fc12aee

View File

@ -91,7 +91,7 @@
Next
Else
avgTeamBaseAttack += (BattleScreen.OppPokemon.BaseAttack / 10)
pokemonCounter = 1
pokemonCounter += 1
End If
If pokemonCounter <> 0 Then
avgTeamBaseAttack = avgTeamBaseAttack / pokemonCounter