diff --git a/public/sound/other/energy3.mp3 b/public/sound/other/energy3.mp3 new file mode 100644 index 0000000000..0125d034d3 Binary files /dev/null and b/public/sound/other/energy3.mp3 differ diff --git a/public/sound/other/energy3.ogg b/public/sound/other/energy3.ogg new file mode 100644 index 0000000000..20e8e322f9 Binary files /dev/null and b/public/sound/other/energy3.ogg differ diff --git a/public/sound/win.mp3 b/public/sound/win.mp3 deleted file mode 100644 index f004ba7598..0000000000 Binary files a/public/sound/win.mp3 and /dev/null differ diff --git a/public/sound/win.ogg b/public/sound/win.ogg deleted file mode 100644 index ed65e1bb3a..0000000000 Binary files a/public/sound/win.ogg and /dev/null differ diff --git a/ui/learn/src/sound.js b/ui/learn/src/sound.js index 0fbf0ea084..a957ce653b 100644 --- a/ui/learn/src/sound.js +++ b/ui/learn/src/sound.js @@ -18,6 +18,6 @@ var make = function(file, volume) { module.exports = { move: make('standard/Move'), take: make('sfx/Tournament3rd'), - stageEnd: make('win'), + stageEnd: make('other/energy3'), lessonEnd: make('sfx/Tournament1st') };