diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-10-27 23:52:53 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-10-27 23:52:53 -0400 |
| commit | ffbebeb0e5375cd4b29966ca981688351b71da04 (patch) | |
| tree | 3305284468fa38903edcb201c4b5161b6d12990a /Replace-stat-experience-with-EVs.md | |
| parent | 5610d25b1125435f68d2a5a3bf7cbea32dbf5b78 (diff) | |
<details>
Diffstat (limited to 'Replace-stat-experience-with-EVs.md')
| -rw-r--r-- | Replace-stat-experience-with-EVs.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Replace-stat-experience-with-EVs.md b/Replace-stat-experience-with-EVs.md index ef24100..1504e78 100644 --- a/Replace-stat-experience-with-EVs.md +++ b/Replace-stat-experience-with-EVs.md @@ -213,7 +213,8 @@ That will format all the base data files correctly, but with zero EV yields. You ## 3. Gain EVs from winning battles -Edit [engine/battle/core.asm](../blob/master/engine/battle/core.asm): +<details> +<summary>Edit [engine/battle/core.asm](../blob/master/engine/battle/core.asm): (click to expand)</summary> ```diff GiveExperiencePoints: @@ -323,6 +324,7 @@ GiveExperiencePoints: + jr .ev_loop +.evs_done ``` +</details> 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. |
