pokecrystal-board/audio/music/ruinsofalphinterior.asm

48 lines
806 B
NASM
Raw Permalink Normal View History

2018-06-24 07:09:41 -07:00
Music_RuinsOfAlphInterior:
channel_count 3
channel 1, Music_RuinsOfAlphInterior_Ch1
channel 2, Music_RuinsOfAlphInterior_Ch2
channel 3, Music_RuinsOfAlphInterior_Ch3
2012-11-30 02:52:23 -08:00
2018-06-24 07:09:41 -07:00
Music_RuinsOfAlphInterior_Ch1:
2013-11-06 22:18:50 -08:00
tempo 224
volume 7, 7
duty_cycle 0
stereo_panning TRUE, FALSE
note_type 12, 4, 4
rest 1
sound_loop 0, Music_RuinsOfAlphInterior_Ch2.mainloop
2013-11-06 22:18:50 -08:00
2018-06-24 07:09:41 -07:00
Music_RuinsOfAlphInterior_Ch2:
pitch_offset 2
duty_cycle 0
stereo_panning FALSE, TRUE
note_type 12, 10, 4
.mainloop:
2013-11-06 22:18:50 -08:00
octave 4
note C_, 4
2013-11-06 22:18:50 -08:00
octave 3
note A#, 4
2013-11-06 22:18:50 -08:00
octave 4
note C#, 2
note D#, 2
note C_, 2
2013-11-06 22:18:50 -08:00
octave 3
note A#, 2
2013-11-06 22:18:50 -08:00
octave 4
note C_, 4
2013-11-06 22:18:50 -08:00
octave 3
note A#, 4
sound_loop 0, .mainloop
2012-11-30 02:52:23 -08:00
2018-06-24 07:09:41 -07:00
Music_RuinsOfAlphInterior_Ch3:
note_type 12, 1, 0
.mainloop:
2013-11-06 22:18:50 -08:00
octave 2
note G#, 2
2013-11-06 22:18:50 -08:00
octave 3
note C#, 2
note E_, 2
rest 10
sound_loop 0, .mainloop