mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
Fixed the definitions of King's Shield, Forest's Curse and Land's Wrath (#341)
This commit is contained in:
parent
e232f6bf03
commit
92056f43e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user