pokecrystal-board/audio/music/ruinsofalphinterior.asm
yenatch cfa8cb7b15 Redump music for whitespace formatting changes
to avoid a bigger diff later
2014-02-06 21:22:44 -05:00

53 lines
961 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 __, 1
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
octave 3
note A#, 4
octave 4
note C#, 2
note D#, 2
note C_, 2
octave 3
note A#, 2
octave 4
note C_, 4
octave 3
note A#, 4
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdc2
; ebdd4
Music_RuinsOfAlphInterior_Ch3: ; ebdd4
notetype $c, $10
Music_RuinsOfAlphInterior_branch_ebdd7: ; ebdd7
octave 2
note G#, 2
octave 3
note C#, 2
note E_, 2
note __, 10
loopchannel 0, Music_RuinsOfAlphInterior_branch_ebdd7
; ebde1