Преглед изворни кода

Adding a Zelda Treasure sound.

It's the sound that's made when opening a treasure chest.
Colin Miller пре 8 година
родитељ
комит
97c6b8143c
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      quantum/audio/song_list.h

+ 6 - 0
quantum/audio/song_list.h

@@ -247,6 +247,12 @@
     Q__NOTE(_GS5),     \
     HD_NOTE(_C6),
 
+#define ZELDA_TREASURE \
+    Q__NOTE(_A4), \
+    Q__NOTE(_AS4), \
+    Q__NOTE(_B4), \
+    HD_NOTE(_C5), \
+
 #define TERMINAL_SOUND \
     E__NOTE(_C5 )