pokecrystal-board/audio/music/ruinsofalphinterior.asm

53 lines
961 B
NASM
Raw Normal View History

2013-11-06 22:18:50 -08:00
Music_RuinsOfAlphInterior: ; ebd9e
dbw $80, Music_RuinsOfAlphInterior_Ch1
dbw $01, Music_RuinsOfAlphInterior_Ch2
dbw $02, Music_RuinsOfAlphInterior_Ch3
; ebda7
2012-11-30 02:52:23 -08:00
2013-11-06 22:18:50 -08:00
Music_RuinsOfAlphInterior_Ch1: ; ebda7
tempo 224
2012-11-30 02:52:23 -08:00
volume $77
2013-11-06 22:18:50 -08:00
dutycycle $0
2012-11-30 02:52:23 -08:00
stereopanning $f0
2013-11-06 22:18:50 -08:00
notetype $c, $44
note __, 1
2013-11-06 22:18:50 -08:00
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdc2
; ebdb8
Music_RuinsOfAlphInterior_Ch2: ; ebdb8
tone $0002
dutycycle $0
stereopanning $f
notetype $c, $a4
Music_RuinsOfAlphInterior_branch_ebdc2: ; ebdc2
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
2013-11-06 22:18:50 -08:00
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdc2
; ebdd4
2012-11-30 02:52:23 -08:00
2013-11-06 22:18:50 -08:00
Music_RuinsOfAlphInterior_Ch3: ; ebdd4
notetype $c, $10
Music_RuinsOfAlphInterior_branch_ebdd7: ; ebdd7
octave 2
note G#, 2
2013-11-06 22:18:50 -08:00
octave 3
note C#, 2
note E_, 2
note __, 10
2013-11-06 22:18:50 -08:00
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdd7
; ebde1