From 5b5c23006b1b89ee65cfd1f20eb1a302f8564fcb Mon Sep 17 00:00:00 2001 From: Marty-D Date: Fri, 9 Nov 2012 23:22:03 -0500 Subject: [PATCH] Fix Gravity's end animation. --- data/moves.js | 1 + 1 file changed, 1 insertion(+) diff --git a/data/moves.js b/data/moves.js index 8e80ae0e65..f8146f20cd 100644 --- a/data/moves.js +++ b/data/moves.js @@ -4544,6 +4544,7 @@ exports.BattleMovedex = { }, onResidualOrder: 22, onEnd: function() { + this.add('-fieldend', 'move: Gravity'); this.add('-message', 'Gravity returned to normal! (placeholder)'); } },