diff --git a/data/graphics.js b/data/graphics.js index 00fe68d20..e4165b644 100644 --- a/data/graphics.js +++ b/data/graphics.js @@ -5806,6 +5806,12 @@ var BattleMoveAnims = { }, 'accel', 'explode'); } }, + freezeshock: { + prepareAnim: BattleOtherAnims.selfstatus.anim, + prepareMessage: function(pokemon) { + return pokemon.getName()+' became cloaked in a freezing light!'; + } + }, iceburn: { prepareAnim: BattleOtherAnims.selfstatus.anim, prepareMessage: function(pokemon) {