summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@dangersalad.com>2018-07-18 09:03:43 -0600
committerDrashna Jaelre <drashna@live.com>2018-07-18 08:03:43 -0700
commitb2175e18493a1e36d9762fb0e6397ba7bef20839 (patch)
treed024c59d7ca98ba6ad419158f0fbfb5ca28ccfb7
parentffc2ae057bc903a9b34c98c5c653a186369e8a1c (diff)
Song List: Mario Mushroom (#3432)0.6.72
-rw-r--r--quantum/audio/song_list.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/quantum/audio/song_list.h b/quantum/audio/song_list.h
index 2bee6d6333..e63616a994 100644
--- a/quantum/audio/song_list.h
+++ b/quantum/audio/song_list.h
@@ -323,6 +323,33 @@
H__NOTE(_AF4), \
WD_NOTE(_G4 ),
+#define MARIO_MUSHROOM \
+ S__NOTE(_C5 ), \
+ S__NOTE(_G4 ), \
+ S__NOTE(_C5 ), \
+ S__NOTE(_E5 ), \
+ S__NOTE(_G5 ), \
+ S__NOTE(_C6 ), \
+ S__NOTE(_G5 ), \
+ S__NOTE(_GS4), \
+ S__NOTE(_C5 ), \
+ S__NOTE(_DS5), \
+ S__NOTE(_GS5), \
+ S__NOTE(_DS5), \
+ S__NOTE(_GS5), \
+ S__NOTE(_C6 ), \
+ S__NOTE(_DS6), \
+ S__NOTE(_GS6), \
+ S__NOTE(_DS6), \
+ S__NOTE(_AS4), \
+ S__NOTE(_D5 ), \
+ S__NOTE(_F5 ), \
+ S__NOTE(_AS5), \
+ S__NOTE(_D6 ), \
+ S__NOTE(_F6 ), \
+ S__NOTE(_AS6), \
+ S__NOTE(_F6 )
+
#define E1M1_DOOM \
Q__NOTE(_E3 ), \
Q__NOTE(_E3 ), \