Fix Gravity's end animation.

This commit is contained in:
Marty-D
2012-11-09 23:22:03 -05:00
parent 13983ebea2
commit 5b5c23006b

View File

@@ -4544,6 +4544,7 @@ exports.BattleMovedex = {
},
onResidualOrder: 22,
onEnd: function() {
this.add('-fieldend', 'move: Gravity');
this.add('-message', 'Gravity returned to normal! (placeholder)');
}
},