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_2a.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_2a.asm')
| -rw-r--r-- | music/sfx/sfx_02_2a.asm | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/music/sfx/sfx_02_2a.asm b/music/sfx/sfx_02_2a.asm new file mode 100644 index 00000000..ff623a70 --- /dev/null +++ b/music/sfx/sfx_02_2a.asm @@ -0,0 +1,44 @@ +SFX_02_2a_Ch1: ; 8cc8 (2:4cc8) + dutycycle 240 + note D_, 16 + notetype 7, 8, 0 + note C_, 8 + note D_, 5 + octave 2 + note A#, 1 + note C_, 8 + note D_, 16 + notetype 2, 4, 0 + note C_, 8 + endchannel + + +SFX_02_2a_Ch2: ; 8cd7 (2:4cd7) + dutycycle 90 + note D_, 16 + rest 8 + note F_, 4 + note C_, 8 + note D_, 6 + note B_, 7 + note G_, 3 + note C_, 8 + note D_, 16 + rest 3 + note C#, 2 + note C_, 8 + endchannel + + +SFX_02_2a_Ch3: ; 8ce6 (2:4ce6) + note D_, 14 + unknownmusic0xf6 + note E_, 13 + note D_, 5 + octave 2 + note D#, 13 + note D_, 16 + unknownmusic0xf2 + note E_, 13 + endchannel +; 0x8cf0
\ No newline at end of file |
