added custom tones
This commit is contained in:
parent
0c0a8ee187
commit
683754bce8
1 changed files with 27 additions and 0 deletions
|
@ -122,4 +122,31 @@
|
|||
E__NOTE(_E5), \
|
||||
E__NOTE(_D5),
|
||||
|
||||
#define COIN_SOUND \
|
||||
E__NOTE(_A5 ), \
|
||||
HD_NOTE(_E6 ),
|
||||
|
||||
#define ONE_UP_SOUND \
|
||||
Q__NOTE(_E6 ), \
|
||||
Q__NOTE(_G6 ), \
|
||||
Q__NOTE(_E7 ), \
|
||||
Q__NOTE(_C7 ), \
|
||||
Q__NOTE(_D7 ), \
|
||||
Q__NOTE(_G7 ),
|
||||
|
||||
#define SONIC_RING \
|
||||
E__NOTE(_E6), \
|
||||
E__NOTE(_G6), \
|
||||
HD_NOTE(_C7),
|
||||
|
||||
#define ZELDA_PUZZLE \
|
||||
Q__NOTE(_G5), \
|
||||
Q__NOTE(_FS5), \
|
||||
Q__NOTE(_DS5), \
|
||||
Q__NOTE(_A4), \
|
||||
Q__NOTE(_GS4), \
|
||||
Q__NOTE(_E5), \
|
||||
Q__NOTE(_GS5), \
|
||||
HD_NOTE(_C6),
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue