fixed small bug in calcing times
This commit is contained in:
parent
80af708958
commit
ac7a38850b
1 changed files with 1 additions and 2 deletions
|
@ -7207,9 +7207,8 @@ static void PrintEvolutionTargetSpeciesAndMethod(u8 taskId, u16 species)
|
|||
if(gEvolutionTable[species][i].method != 0 && gEvolutionTable[species][i].method != EVO_MEGA_EVOLUTION)
|
||||
times += 1;
|
||||
#endif
|
||||
times += 1;
|
||||
gTasks[taskId].data[3] = times;
|
||||
}
|
||||
gTasks[taskId].data[3] = times;
|
||||
|
||||
//If there are no evolutions print text
|
||||
if (times == 0)
|
||||
|
|
Loading…
Reference in a new issue