From 89a698c6a312c8eec1e8866e5a6a087aed02dd35 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Wed, 22 Apr 2020 03:27:46 -0300 Subject: [PATCH] Defined Plasma Fists, Photon Geyser and Double Iron Bash (#349) --- include/constants/moves.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/constants/moves.h b/include/constants/moves.h index 5ff3f9ce60..f425bbeddc 100644 --- a/include/constants/moves.h +++ b/include/constants/moves.h @@ -691,8 +691,11 @@ #define MOVE_NATURES_MADNESS 671 #define MOVE_MULTI_ATTACK 672 #define MOVE_MIND_BLOWN 673 +#define MOVE_PLASMA_FISTS 674 +#define MOVE_PHOTON_GEYSER 675 +#define MOVE_DOUBLE_IRON_BASH 676 -#define MOVES_COUNT_GEN7 674 +#define MOVES_COUNT_GEN7 677 #define MOVES_COUNT MOVES_COUNT_GEN7