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_38.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_38.asm')
| -rw-r--r-- | music/sfx/sfx_02_38.asm | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/music/sfx/sfx_02_38.asm b/music/sfx/sfx_02_38.asm new file mode 100644 index 00000000..b020e2e5 --- /dev/null +++ b/music/sfx/sfx_02_38.asm @@ -0,0 +1,88 @@ +SFX_02_38_Ch1: ; 87bd (2:47bd) + dutycycle 240 + note D_, 16 + unknownmusic0xf7 + note G#, 1 + note C_, 7 + note D_, 11 + octave 2 + note G#, 5 + note C_, 7 + note D_, 16 + notetype 7, 9, 0 + note C_, 7 + note D_, 9 + notetype 5, 9, 0 + note C_, 7 + note D_, 7 + rest 5 + note G#, 9 + note C_, 7 + note D_, 6 + notetype 3, 7, 0 + note C_, 7 + note D_, 5 + notetype 3, 6, 0 + note C_, 7 + note D_, 9 + rest 2 + note E_, 1 + note C_, 7 + endchannel + + +SFX_02_38_Ch2: ; 87e0 (2:47e0) + dutycycle 5 + note D_, 16 + note B_, 8 + note E_, 2 + note C_, 7 + note D_, 11 + note A_, 7 + note E_, 3 + note C_, 7 + note D_, 16 + note A#, 8 + note F_, 2 + note C_, 7 + note D_, 9 + note A#, 6 + note F_, 2 + note C_, 7 + note D_, 7 + note A_, 5 + note E_, 8 + note C_, 7 + note D_, 6 + note A#, 4 + note D#, 2 + note C_, 7 + note D_, 5 + note A_, 4 + note D_, 3 + note C_, 7 + note D_, 9 + note G_, 2 + note C_, 2 + note C_, 7 + endchannel + + +SFX_02_38_Ch3: ; 8803 (2:4803) + note D_, 16 + octave 4 + note D#, 13 + note D_, 11 + rest 8 + note E_, 13 + note D_, 11 + rest 8 + note D#, 13 + note D_, 13 + note B_, 8 + note E_, 13 + note D_, 16 + note A#, 3 + note F_, 13 + endchannel +; 0x8813
\ No newline at end of file |
