diff options
| -rw-r--r-- | Replace-stat-experience-with-EVs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Replace-stat-experience-with-EVs.md b/Replace-stat-experience-with-EVs.md index 735c228..6492e71 100644 --- a/Replace-stat-experience-with-EVs.md +++ b/Replace-stat-experience-with-EVs.md @@ -266,7 +266,7 @@ GiveExperiencePoints: - jr z, .stat_exp_maxed_out - ld [de], a - inc de -- jr .stat_exp_maxed_out +- jr .stat_exp_awarded - -.stat_exp_maxed_out - ld a, $ff @@ -757,7 +757,7 @@ Next edit `GiveExperiencePoints` in [engine/battle/core.asm](../blob/master/engi + push bc + push hl + ld a, c -+.find_correct_ev_address ; If address of first EV is changed, find the correct one ++.find_correct_ev_address ; If address of first EV is changed, find the correct one. + cp 6 + jr z, .found_address + dec hl |
