pokecrystal-board/audio/music/ruinsofalphinterior.asm
2013-11-07 01:18:50 -05:00

53 lines
953 B
NASM

Music_RuinsOfAlphInterior: ; ebd9e
dbw $80, Music_RuinsOfAlphInterior_Ch1
dbw $01, Music_RuinsOfAlphInterior_Ch2
dbw $02, Music_RuinsOfAlphInterior_Ch3
; ebda7
Music_RuinsOfAlphInterior_Ch1: ; ebda7
tempo 224
volume $77
dutycycle $0
stereopanning $f0
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
Music_RuinsOfAlphInterior_Ch3: ; ebdd4
notetype $c, $10
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