diff options
| -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 |
