diff options
author | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2018-08-13 02:33:48 -0500 |
---|---|---|
committer | i0brendan0 <19826742+i0brendan0@users.noreply.github.com> | 2018-08-13 02:33:48 -0500 |
commit | 18b92c18f84d4055a76f2a1f72033936cf62173e (patch) | |
tree | c1c5e88f62d94b76176d42db883e95da9b49ec9c | |
parent | bbb164ab5e51da4b575d173d23f64df51e13a6a3 (diff) |
Updated Replace stat experience with EVs (markdown)
-rw-r--r-- | Replace-stat-experience-with-EVs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Replace-stat-experience-with-EVs.md b/Replace-stat-experience-with-EVs.md index 838cd65..209a36b 100644 --- a/Replace-stat-experience-with-EVs.md +++ b/Replace-stat-experience-with-EVs.md @@ -306,7 +306,7 @@ GiveExperiencePoints: +.no_pokerus_boost + add [hl] + jr c, .ev_overflow -+ cp MAX_EV + 1 ++ cp MAX_EV + jr c, .got_ev +.ev_overflow + ld a, MAX_EV |