pokecrystal-board/audio/music/ruinsofalphinterior.asm

53 lines
953 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 __, 0
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_, 3
octave 3
note A#, 3
octave 4
note C#, 1
note D#, 1
note C_, 1
octave 3
note A#, 1
octave 4
note C_, 3
octave 3
note A#, 3
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdc2
2012-11-30 02:52:23 -08:00
2013-11-06 22:18:50 -08:00
Music_RuinsOfAlphInterior_Ch3: ; ebdd4
notetype $c, $10
2012-11-30 02:52:23 -08:00
2013-11-06 22:18:50 -08:00
Music_RuinsOfAlphInterior_branch_ebdd7: ; ebdd7
octave 2
note G#, 1
octave 3
note C#, 1
note E_, 1
note __, 9
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdd7
; ebde1