pokecrystal-board/audio/music/postcredits.asm

265 lines
3.4 KiB
NASM
Raw Normal View History

2018-06-24 07:09:41 -07:00
Music_PostCredits:
2015-12-07 08:28:58 -08:00
musicheader 2, 1, Music_PostCredits_Ch1
musicheader 1, 2, Music_PostCredits_Ch2
2012-11-30 02:52:23 -08:00
db $2 ; unused
2018-06-24 07:09:41 -07:00
Music_PostCredits_Ch1:
2013-11-06 22:18:50 -08:00
tempo 271
2012-11-30 02:52:23 -08:00
volume $77
pitchoffset 0, D#
2013-11-06 22:18:50 -08:00
dutycycle $2
notetype $c, $93
note __, 8
.mainloop:
2013-11-06 22:18:50 -08:00
octave 3
note C_, 2
note E_, 2
note G_, 2
2013-11-06 22:18:50 -08:00
octave 4
note C_, 2
note E_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note E_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note E_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note E_, 2
2012-11-30 02:52:23 -08:00
intensity $93
2013-11-06 22:18:50 -08:00
octave 2
note B_, 2
2013-11-06 22:18:50 -08:00
octave 3
note D_, 2
note G_, 2
note B_, 2
2013-11-06 22:18:50 -08:00
octave 4
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $93
2013-11-06 22:18:50 -08:00
octave 2
note A#, 2
2013-11-06 22:18:50 -08:00
octave 3
note D_, 2
note G_, 2
note A#, 2
2013-11-06 22:18:50 -08:00
octave 4
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $93
2013-11-06 22:18:50 -08:00
octave 2
note A_, 2
2013-11-06 22:18:50 -08:00
octave 3
note C_, 2
note F_, 2
note A_, 2
2013-11-06 22:18:50 -08:00
octave 4
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $93
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 F_, 2
note G#, 2
2013-11-06 22:18:50 -08:00
octave 4
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $93
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
note G_, 2
2013-11-06 22:18:50 -08:00
octave 4
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $63
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note C_, 2
2012-11-30 02:52:23 -08:00
intensity $93
2013-11-06 22:18:50 -08:00
octave 2
note F#, 2
note A_, 2
2013-11-06 22:18:50 -08:00
octave 3
note D_, 2
note F#, 2
note A_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note A_, 2
2012-11-30 02:52:23 -08:00
intensity $63
note A_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note A_, 2
2012-11-30 02:52:23 -08:00
intensity $93
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 D_, 2
note G_, 2
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $93
note D_, 2
2013-11-06 22:18:50 -08:00
octave 2
note G_, 2
loopchannel 0, .mainloop
2012-11-30 02:52:23 -08:00
2018-06-24 07:09:41 -07:00
Music_PostCredits_Ch2:
pitchoffset 0, D#
2013-11-06 22:18:50 -08:00
dutycycle $2
notetype $c, $a3
octave 5
note E_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note E_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note F_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note F_, 2
.mainloop:
2012-11-30 02:52:23 -08:00
intensity $a3
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $93
2013-11-06 22:18:50 -08:00
octave 6
note D_, 2
note C_, 2
2013-11-06 22:18:50 -08:00
octave 5
note B_, 2
2013-11-06 22:18:50 -08:00
octave 6
note C_, 2
2013-11-06 22:18:50 -08:00
octave 5
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $33
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note E_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note E_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note F_, 2
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $33
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note A_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note A_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note E_, 2
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note F_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note F_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note F_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note D_, 2
note E_, 2
note F_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note F_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note F_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note F_, 2
2012-11-30 02:52:23 -08:00
intensity $33
note F_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note F_, 2
note E_, 2
note D#, 2
note E_, 2
note B_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note B_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note B_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note A_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note A_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $43
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $33
note D_, 2
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $23
note D_, 2
note D_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $73
2013-11-06 22:18:50 -08:00
octave 4
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
2013-11-06 22:18:50 -08:00
octave 5
note D_, 2
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $73
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $53
note G_, 2
2012-11-30 02:52:23 -08:00
intensity $a3
note E_, 2
note F_, 2
loopchannel 0, .mainloop