diff --git a/js/battle.js b/js/battle.js
index 60f883589..324ff754c 100644
--- a/js/battle.js
+++ b/js/battle.js
@@ -2202,7 +2202,8 @@ function Battle(frame, logFrame, noPreload) {
snatch: 'Snatch',
grudge: 'Grudge',
endure: 'Endure',
- focuspunch: 'Focusing'
+ focuspunch: 'Focusing',
+ powder: 'Powder'
};
for (i in pokemon.volatiles) {
if (typeof statusTable[i] === 'undefined') status += '[['+i+']]';