diff options
-rw-r--r-- | Replace-stat-experience-with-EVs.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Replace-stat-experience-with-EVs.md b/Replace-stat-experience-with-EVs.md index 17851d8..ef24100 100644 --- a/Replace-stat-experience-with-EVs.md +++ b/Replace-stat-experience-with-EVs.md @@ -286,7 +286,6 @@ GiveExperiencePoints: + ld hl, MON_EVS + add hl, bc + push bc -+ + ld a, [wEnemyMonSpecies] + ld [wCurSpecies], a + call GetBaseData @@ -325,7 +324,8 @@ GiveExperiencePoints: +.evs_done ``` -Now instead of gaining the enemy's base stats toward your stat experience, you'll gain their base EV yields toward your EV totals. Having Pokérus will double EV gain. +Now instead of gaining the enemy's base stats toward your stat experience, you'll gain their base EV yields toward your EV totals. Having Pokérus will double EV gain. + ## 4. Calculate stats based on EVs @@ -700,5 +700,7 @@ Then edit [engine/items/item_effects.asm](../blob/master/engine/items/item_effec That's all!  -TODO: limit total EVs to 510 + +TODO: limit total EVs to 510. + TODO: add Macho Brace. |