mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-18 20:47:40 +01:00
Update battle_moves.h
When I made the Gen. 7 moves data, I screwed up Spirit Shackle's effect. I should have gave it EFFECT_PLACEHOLDER as it will probably need a new effect.
This commit is contained in:
parent
ada76cbe4f
commit
0621d5ceb7
@ -7512,7 +7512,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
|||||||
.split = SPLIT_STATUS,
|
.split = SPLIT_STATUS,
|
||||||
},
|
},
|
||||||
{ // MOVE_SPIRIT_SHACKLE
|
{ // MOVE_SPIRIT_SHACKLE
|
||||||
.effect = EFFECT_MEAN_LOOK,
|
.effect = EFFECT_PLACEHOLDER,
|
||||||
.power = 80,
|
.power = 80,
|
||||||
.type = TYPE_GHOST,
|
.type = TYPE_GHOST,
|
||||||
.accuracy = 100,
|
.accuracy = 100,
|
||||||
|
Loading…
Reference in New Issue
Block a user