pokecrystal-board/audio/music/healpokemon.asm

55 lines
834 B
NASM
Raw Normal View History

2013-11-06 22:18:50 -08:00
Music_HealPokemon: ; f0697
2015-12-07 08:28:58 -08:00
musicheader 3, 1, Music_HealPokemon_Ch1
musicheader 1, 2, Music_HealPokemon_Ch2
musicheader 1, 3, Music_HealPokemon_Ch3
2013-11-06 22:18:50 -08:00
; f06a0
2012-11-30 02:52:23 -08:00
2013-11-06 22:18:50 -08:00
Music_HealPokemon_Ch1: ; f06a0
tempo 144
2012-11-30 02:52:23 -08:00
volume $77
2013-11-06 22:18:50 -08:00
dutycycle $2
tone $0001
notetype $c, $81
note __, 2
2016-05-10 11:33:24 -07:00
slidepitchto 0, 4, __
note B_, 2
2016-05-10 11:33:24 -07:00
slidepitchto 0, 5, E_
note B_, 2
2016-05-10 11:33:24 -07:00
slidepitchto 0, 4, E_
note E_, 2
note __, 4
2016-05-10 11:33:24 -07:00
slidepitchto 0, 3, __
note E_, 4
2016-05-10 11:33:24 -07:00
slidepitchto 0, 4, __
note B_, 4
2013-11-06 22:18:50 -08:00
endchannel
; f06c4
2012-11-30 02:52:23 -08:00
2013-11-06 22:18:50 -08:00
Music_HealPokemon_Ch2: ; f06c4
dutycycle $2
notetype $c, $c3
octave 4
note B_, 4
note B_, 4
note B_, 2
note G#, 2
2013-11-06 22:18:50 -08:00
notetype $c, $c4
octave 5
note E_, 8
2013-11-06 22:18:50 -08:00
endchannel
; f06d4
2012-11-30 02:52:23 -08:00
2013-11-06 22:18:50 -08:00
Music_HealPokemon_Ch3: ; f06d4
notetype $c, $10
octave 4
note E_, 2
note __, 2
note E_, 2
note __, 2
note E_, 2
note G#, 2
note E_, 6
note __, 2
2013-11-06 22:18:50 -08:00
endchannel
; f06e1