diff options
| author | NobodySociety <43542553+NobodySociety@users.noreply.github.com> | 2021-06-18 08:32:19 -0400 |
|---|---|---|
| committer | NobodySociety <43542553+NobodySociety@users.noreply.github.com> | 2021-06-18 08:32:19 -0400 |
| commit | 8245ddd75ce153222a43d47d3611d8ffd98f93f1 (patch) | |
| tree | d74a636e68af9c7c050abc025569cb4517493130 | |
| parent | e0e20ec7bfd64654ecfb4cfcda144e6e526fa4fe (diff) | |
Typo
| -rw-r--r-- | Replace-stat-experience-with-EVs.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Replace-stat-experience-with-EVs.md b/Replace-stat-experience-with-EVs.md index a68dc97..6b7a776 100644 --- a/Replace-stat-experience-with-EVs.md +++ b/Replace-stat-experience-with-EVs.md @@ -77,13 +77,6 @@ And edit [constants/pokemon_data_constants.asm](../blob/master/constants/pokemon -MON_DEF_EXP rw -MON_SPD_EXP rw -MON_SPC_EXP rw --MON_STAT_EXP rw NUM_EXP_STATS --rsset MON_STAT_EXP --MON_HP_EXP rw --MON_ATK_EXP rw --MON_DEF_EXP rw --MON_SPD_EXP rw --MON_SPC_EXP rw +MON_EVS rb NUM_STATS +rsset MON_EVS +MON_HP_EV rb |
