diff options
-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 84110ce..697294a 100644 --- a/Replace-stat-experience-with-EVs.md +++ b/Replace-stat-experience-with-EVs.md @@ -299,7 +299,7 @@ GiveExperiencePoints: + sub c + ld b, a + cp MAX_EVS_TOTAL - $ff -+ jr nc, .evs_done ;don't add anymore evs if greater than the const for max which is set to 510 ++ jr z, .evs_done ;don't add anymore evs if greater than the const for max which is set to 510 + dec d + jr nz, .ev_total_loop + ;after totaling all 6 evs if it not too much then go on to add more |