From 8245ddd75ce153222a43d47d3611d8ffd98f93f1 Mon Sep 17 00:00:00 2001 From: NobodySociety <43542553+NobodySociety@users.noreply.github.com> Date: Fri, 18 Jun 2021 08:32:19 -0400 Subject: Typo --- Replace-stat-experience-with-EVs.md | 7 ------- 1 file changed, 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 -- cgit v1.2.3