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_3b.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_3b.asm')
| -rw-r--r-- | music/sfx/sfx_02_3b.asm | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/music/sfx/sfx_02_3b.asm b/music/sfx/sfx_02_3b.asm new file mode 100644 index 00000000..e851055d --- /dev/null +++ b/music/sfx/sfx_02_3b.asm @@ -0,0 +1,70 @@ +SFX_02_3b_Ch1: ; b316 (2:7316) + unknownmusic0xf8 + tempo 1, 0 + stereopanning 119 + duty 2 + unknownmusic0xe8 + notetype 5, 11, 4 + octave 4 + note D_, 4 + note C_, 4 + octave 3 + note A_, 8 + notetype 5, 11, 2 + octave 4 + note D#, 2 + note D#, 2 + note D_, 2 + note C_, 2 + note C_, 2 + octave 3 + note A#, 2 + notetype 5, 11, 4 + octave 4 + note C_, 8 + endchannel + + +SFX_02_3b_Ch2: ; b335 (2:7335) + unknownmusic0xf8 + vibrato 8, 2, 7 + duty 2 + notetype 5, 12, 5 + octave 4 + note A_, 4 + note F_, 4 + note C_, 8 + notetype 5, 12, 2 + note A#, 2 + note A#, 2 + note A#, 2 + note G_, 2 + note G_, 2 + note A#, 2 + notetype 5, 12, 4 + note A_, 8 + endchannel + + +SFX_02_3b_Ch3: ; b34d (2:734d) + unknownmusic0xf8 + notetype 5, 1, 0 + octave 5 + note F_, 4 + note D#, 4 + note C_, 8 + note D#, 1 + rest 1 + note D#, 1 + rest 1 + note E_, 1 + rest 1 + note F_, 1 + rest 1 + note F_, 1 + rest 1 + note G_, 1 + rest 1 + note A_, 8 + endchannel +; 0xb362
\ No newline at end of file |
