Fixed the report headers that the column index did not increase with the last evolve forms.
This commit is contained in:
parent
b1a1553ef4
commit
798dc52517
@ -139,6 +139,7 @@ Sub subCreateReport ( _
|
||||
fnGetResString ("ReportCPEvolvePowerUp"), _
|
||||
"[Pokémon]", sPokemonName), _
|
||||
"[Level]", fMaxLevel)
|
||||
nCol = nCol + 1
|
||||
End If
|
||||
Next nJ
|
||||
mData (0) = mRow
|
||||
|
@ -141,6 +141,7 @@ Sub subCreateReport ( _
|
||||
fnGetResString ("ReportCPEvolvePowerUp"), _
|
||||
"[Pokémon]", sPokemonName), _
|
||||
"[Level]", fMaxLevel)
|
||||
nCol = nCol + 1
|
||||
End If
|
||||
Next nJ
|
||||
mData (0) = mRow
|
||||
|
Loading…
Reference in New Issue
Block a user