diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 12:08:37 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 12:08:37 -0400 |
commit | 3a910078c149950c498309ba80cc0989eaab80a4 (patch) | |
tree | 19811dfc38ef18d186946ed907cf181c280bf066 /include/constants | |
parent | 40355355b2a59d600b2ccbe37b67e5824a32d51c (diff) |
Rename routines and objects related to move tutor
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/moves.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/moves.h b/include/constants/moves.h index f60bf1a73..8dace5670 100644 --- a/include/constants/moves.h +++ b/include/constants/moves.h @@ -376,5 +376,8 @@ #define MOVETUTOR_EXPLOSION 12 #define MOVETUTOR_ROCK_SLIDE 13 #define MOVETUTOR_SUBSTITUTE 14 +#define MOVETUTOR_FRENZY_PLANT 15 +#define MOVETUTOR_BLAST_BURN 16 +#define MOVETUTOR_HYDRO_CANNON 17 #endif // GUARD_CONSTANTS_MOVES_H |