From 0621d5ceb79b0abd9b6f0a966b545f620d81a810 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sat, 29 Sep 2018 12:39:27 -0300 Subject: [PATCH] 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. --- src/data/battle_moves.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/battle_moves.h b/src/data/battle_moves.h index fd25be5de4..ac02f1d333 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -7512,7 +7512,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] = .split = SPLIT_STATUS, }, { // MOVE_SPIRIT_SHACKLE - .effect = EFFECT_MEAN_LOOK, + .effect = EFFECT_PLACEHOLDER, .power = 80, .type = TYPE_GHOST, .accuracy = 100,