From 44483ffc851cc92c22e1c0a81dfeb3a0e6f7d4b8 Mon Sep 17 00:00:00 2001 From: Idain Date: Sat, 19 Mar 2022 22:08:10 -0400 Subject: Fix typo --- Level-cap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Level-cap.md b/Level-cap.md index 751c308..acba505 100644 --- a/Level-cap.md +++ b/Level-cap.md @@ -217,7 +217,7 @@ But aren't we forgetting about another way to level up? That's right, rare candi ## 5. (Optional) Stop gaining experience at max level -You'll notice that our max level Pokémon still get accounted for when dividing the experience among the battle participants, even though they can't get more experience. If yo want to modify this you'll have to go to [engine/battle/core.asm](../blob/master/engine/battle/core.asm) and change how it works: +You'll notice that our max level Pokémon still get accounted for when dividing the experience among the battle participants, even though they can't gain more experience. If you want to modify this you'll have to go to [engine/battle/core.asm](../blob/master/engine/battle/core.asm) and change how it works: ```diff GiveExperiencePoints: -- cgit v1.2.3