battle setup review changes

This commit is contained in:
DizzyEggg
2017-12-16 01:15:19 +01:00
parent 44abbae60b
commit bb82032208
6 changed files with 7 additions and 20 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ bool8 CheckForTrainersWantingBattle(void)
retVal = CheckIfTrainerWantsBattle(i);
if (retVal == 2)
break; // two trainers has been found
break; // two trainers have been found
if (retVal == 0) // no trainers
continue;