From 1a49544d6e78eea0dfd8cb6a9ccf3377c032fb76 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Fri, 11 Oct 2013 19:16:00 -0700 Subject: [PATCH] Fix Phantom Force --- data/moves.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/moves.js b/data/moves.js index 109206c3cb..cf56adc924 100644 --- a/data/moves.js +++ b/data/moves.js @@ -8744,7 +8744,7 @@ exports.BattleMovedex = { }, effect: { duration: 2, - onLockMove: 'shadowforce', + onLockMove: 'phantomforce', onAccuracy: function(accuracy, target, source, move) { if (move.id === 'helpinghand') { return;