diff options
| author | Idain <luiscarlosholguinperez@outlook.com> | 2021-05-19 05:07:32 -0400 |
|---|---|---|
| committer | Idain <luiscarlosholguinperez@outlook.com> | 2021-05-19 05:07:32 -0400 |
| commit | 41f7cc28b6a233fccd0f7ca74730d45a58f26252 (patch) | |
| tree | 1da244ffe425b697af8bae195638eba853e5f6d5 | |
| parent | 49dd7179bf087e7a3f3b3bcc3253ee3ec9105114 (diff) | |
Very small fix.
| -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 |
