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_02_21.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_02_21.asm')
| -rw-r--r-- | music/sfx/sfx_02_21.asm | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/music/sfx/sfx_02_21.asm b/music/sfx/sfx_02_21.asm new file mode 100644 index 00000000..268204a8 --- /dev/null +++ b/music/sfx/sfx_02_21.asm @@ -0,0 +1,106 @@ +SFX_02_21_Ch1: ; 8b2a (2:4b2a) + dutycycle 136 + note D_, 6 + unknownmusic0xf2 + note F_, 1 + note C_, 7 + note D_, 10 + notetype 1, 6, 0 + note C_, 7 + note D_, 6 + octave 6 + note C#, 3 + note C_, 7 + note D_, 10 + rest 2 + note D_, 3 + note C_, 7 + note D_, 6 + unknownmusic0xf2 + note C#, 1 + note C_, 7 + note D_, 7 + notetype 1, 2, 0 + note C_, 7 + loopchannel 2, SFX_02_21_Ch1 + endchannel + + +SFX_02_21_Ch2: ; 8b49 (2:4b49) + dutycycle 64 + note D_, 5 + note C_, 9 + note C_, 1 + note C_, 1 + note D_, 6 + unknownmusic0xf2 + note F_, 2 + note C_, 7 + note D_, 10 + notetype 1, 6, 1 + note C_, 7 + note D_, 6 + octave 6 + note C#, 5 + note C_, 7 + note D_, 9 + rest 2 + note D_, 5 + note C_, 7 + note D_, 6 + unknownmusic0xf2 + note C#, 2 + note C_, 7 + note D_, 13 + notetype 1, 2, 1 + note C_, 7 + note D_, 6 + octave 6 + note C#, 5 + note C_, 7 + note D_, 9 + rest 2 + note D_, 5 + note C_, 7 + note D_, 6 + unknownmusic0xf2 + note C#, 2 + note C_, 7 + note D_, 5 + notetype 1, 2, 1 + note C_, 7 + endchannel + + +SFX_02_21_Ch3: ; 8b78 (2:4b78) + note D_, 7 + notetype 2, 1, 12 + note D_, 10 + note B_, 2 + note D_, 13 + note D_, 9 + rest 3 + note D_, 13 + note D_, 10 + note B_, 2 + note D#, 13 + note D_, 7 + rest 3 + note D_, 13 + note D_, 10 + note A#, 3 + note D#, 13 + note D_, 8 + rest 3 + note D_, 13 + note D_, 6 + note A#, 2 + note D#, 13 + note D_, 10 + rest 3 + note D_, 13 + note D_, 5 + note A#, 2 + note D#, 13 + endchannel +; 0x8b97
\ No newline at end of file |
