diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-23 14:36:02 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-23 14:36:02 -0500 |
commit | 1ac6b0e22f3c2b4f7c5456214b1e8d4026f734aa (patch) | |
tree | 0fa43d1a03d4835b4cf377caadf0a5d28ee8e536 | |
parent | ca2fe1ef313661ea54d8089bdd4d537204f0d3f2 (diff) |
Fix formatting after reverting 510 EV limit.
-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. |