From 29343ce1ec0c5856308a49f2f816089ce37193d6 Mon Sep 17 00:00:00 2001 From: surskitty Date: Mon, 11 Jan 2021 15:00:11 -0500 Subject: [PATCH] Remove synonyms Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com> --- include/constants/moves.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/constants/moves.h b/include/constants/moves.h index 4e1865003..dcec99da1 100644 --- a/include/constants/moves.h +++ b/include/constants/moves.h @@ -787,9 +787,3 @@ #define MOVES_COUNT MOVES_COUNT_GEN8 #endif // GUARD_CONSTANTS_MOVES_H - -// moves renamed in BE -#define MOVE FAINT_ATTACK MOVE_FEINT_ATTACK -#define MOVE_HI_JUMP_KICK MOVE_HIGH_JUMP_KICK -#define MOVE_SMELLING_SALT MOVE_SMELLING_SALTS -#define MOVE_VICE_GRIP MOVE_VISE_GRIP