From 5e949dd3bc1448cc3b7476058b97e45d9ac1dc0d Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Wed, 15 Apr 2020 11:07:16 -0300 Subject: [PATCH] Defined Mind Blown (#326) --- include/constants/moves.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/constants/moves.h b/include/constants/moves.h index 9edf402efd..dcfc74861e 100644 --- a/include/constants/moves.h +++ b/include/constants/moves.h @@ -690,8 +690,9 @@ #define MOVE_ZING_ZAP 670 #define MOVE_NATURES_MADNESS 671 #define MOVE_MULTI_ATTACK 672 +#define MOVE_MIND_BLOWN 673 -#define MOVES_COUNT_GEN7 673 +#define MOVES_COUNT_GEN7 674 #define MOVES_COUNT MOVES_COUNT_GEN7