From fe2aa5ede5c178f48b870123fdbc822a7afbcd06 Mon Sep 17 00:00:00 2001 From: Marty-D Date: Sun, 6 Dec 2015 19:01:51 -0500 Subject: [PATCH] Mark moves used by Sleep Talk --- js/battle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/battle.js b/js/battle.js index d17e717ea..af6943eb1 100644 --- a/js/battle.js +++ b/js/battle.js @@ -3075,6 +3075,7 @@ var Battle = (function () { this.message('Nature Power turned into ' + move.name + '!'); break; case 'sleeptalk': + pokemon.markMove(move.name, 0); default: // April Fool's 2014 if (window.Config && Config.server && Config.server.afd && move.id === 'earthquake') {