summaryrefslogtreecommitdiff
path: root/src/trainer_see.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-16 01:15:19 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-16 01:15:19 +0100
commitbb82032208a328a9332839f55df92c9b73d2c5a0 (patch)
tree750088b7e97b3554eabba767ab7440a5637ff873 /src/trainer_see.c
parent44abbae60b6a39e2a1432426005e1860be196abb (diff)
battle setup review changes
Diffstat (limited to 'src/trainer_see.c')
-rw-r--r--src/trainer_see.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trainer_see.c b/src/trainer_see.c
index c469e11ed..b30f27347 100644
--- a/src/trainer_see.c
+++ b/src/trainer_see.c
@@ -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;