Fixed the report headers that the column index did not increase with the last evolve forms.

This commit is contained in:
依瑪貓 2017-06-08 23:43:48 +08:00
parent b1a1553ef4
commit 798dc52517
2 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,7 @@ Sub subCreateReport ( _
fnGetResString ("ReportCPEvolvePowerUp"), _
"[Pokémon]", sPokemonName), _
"[Level]", fMaxLevel)
nCol = nCol + 1
End If
Next nJ
mData (0) = mRow

View File

@ -141,6 +141,7 @@ Sub subCreateReport ( _
fnGetResString ("ReportCPEvolvePowerUp"), _
"[Pokémon]", sPokemonName), _
"[Level]", fMaxLevel)
nCol = nCol + 1
End If
Next nJ
mData (0) = mRow