diff options
| author | iimarckus <iimarckus@gmail.com> | 2013-10-13 23:35:43 -0700 |
|---|---|---|
| committer | iimarckus <iimarckus@gmail.com> | 2013-10-13 23:35:43 -0700 |
| commit | ad402f12435ab661aa9b745a79d419fcae9340fc (patch) | |
| tree | 5a410d83d4180cb4179ac03b3ccd00bd1a89de1c /music/sfx/sfx_08_6b.asm | |
| parent | Fix CheckIfInOutsideMap comments. (diff) | |
| parent | Add song alternate start labels (diff) | |
| download | pokeyellow-ad402f12435ab661aa9b745a79d419fcae9340fc.tar.gz pokeyellow-ad402f12435ab661aa9b745a79d419fcae9340fc.tar.xz pokeyellow-ad402f12435ab661aa9b745a79d419fcae9340fc.zip | |
Merge pull request #11 from dannye/music
Music
Diffstat (limited to 'music/sfx/sfx_08_6b.asm')
| -rw-r--r-- | music/sfx/sfx_08_6b.asm | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/music/sfx/sfx_08_6b.asm b/music/sfx/sfx_08_6b.asm new file mode 100644 index 00000000..6b50fcf3 --- /dev/null +++ b/music/sfx/sfx_08_6b.asm @@ -0,0 +1,51 @@ +SFX_08_6b_Ch1: ; 206ec (8:46ec) + dutycycle 210 + note D_, 4 + note G#, 2 + note C_, 1 + note C_, 4 + note D_, 4 + rest 2 + note C_, 1 + note C_, 5 + note D_, 4 + unknownmusic0xf1 + note C_, 1 + note C_, 6 + note D_, 4 + note B_, 2 + note C_, 1 + note C_, 5 + note D_, 4 + note G_, 2 + note C_, 1 + note C_, 4 + loopchannel 5, SFX_08_6b_Ch1 + note D_, 9 + note G#, 2 + note C_, 1 + note C_, 5 + endchannel + + +SFX_08_6b_Ch2: ; 2070b (8:470b) + note D_, 4 + note F#, 3 + note D_, 3 + note D_, 4 + note A#, 3 + note D#, 3 + note D_, 4 + notetype 2, 3, 3 + note D_, 4 + note A_, 3 + note D_, 4 + note D_, 4 + note F_, 3 + note C#, 3 + loopchannel 5, SFX_08_6b_Ch2 + note D_, 9 + note G#, 2 + note C#, 3 + endchannel +; 0x20722
\ No newline at end of file |
