From 92056f43e00bee9dab64c710a05e42512fde6578 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 20 Apr 2020 09:12:25 -0300 Subject: [PATCH] Fixed the definitions of King's Shield, Forest's Curse and Land's Wrath (#341) --- include/constants/moves.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/constants/moves.h b/include/constants/moves.h index dcfc74861e..5ff3f9ce60 100644 --- a/include/constants/moves.h +++ b/include/constants/moves.h @@ -584,7 +584,7 @@ #define MOVE_NOBLE_ROAR 568 #define MOVE_ION_DELUGE 569 #define MOVE_PARABOLIC_CHARGE 570 -#define MOVE_FOREST_S_CURSE 571 +#define MOVE_FORESTS_CURSE 571 #define MOVE_PETAL_BLIZZARD 572 #define MOVE_FREEZE_DRY 573 #define MOVE_DISARMING_VOICE 574 @@ -601,7 +601,7 @@ #define MOVE_MOONBLAST 585 #define MOVE_BOOMBURST 586 #define MOVE_FAIRY_LOCK 587 -#define MOVE_KING_S_SHIELD 588 +#define MOVE_KINGS_SHIELD 588 #define MOVE_PLAY_NICE 589 #define MOVE_CONFIDE 590 #define MOVE_DIAMOND_STORM 591 @@ -629,7 +629,7 @@ #define MOVE_OBLIVION_WING 613 #define MOVE_THOUSAND_ARROWS 614 #define MOVE_THOUSAND_WAVES 615 -#define MOVE_LAND_S_WRATH 616 +#define MOVE_LANDS_WRATH 616 #define MOVE_LIGHT_OF_RUIN 617 #define MOVE_ORIGIN_PULSE 618 #define MOVE_PRECIPICE_BLADES 619