diff --git a/src/pokemon.c b/src/pokemon.c index 7108c3d235..0c41026395 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -8265,10 +8265,10 @@ u16 MonTryLearningNewMoveEvolution(struct Pokemon *mon, bool8 firstMove) u16 species = GetMonData(mon, MON_DATA_SPECIES, NULL); u8 level = GetMonData(mon, MON_DATA_LEVEL, NULL); - // since you can learn more than one move per level + // Since you can learn more than one move per level, // the game needs to know whether you decided to // learn it or keep the old set to avoid asking - // you to learn the same move over and over again + // you to learn the same move over and over again. if (firstMove) { sLearningMoveTableID = 0;