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_1f_34.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_1f_34.asm')
| -rw-r--r-- | music/sfx/sfx_1f_34.asm | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/music/sfx/sfx_1f_34.asm b/music/sfx/sfx_1f_34.asm new file mode 100644 index 00000000..3ad8af7c --- /dev/null +++ b/music/sfx/sfx_1f_34.asm @@ -0,0 +1,53 @@ +SFX_1f_34_Ch1: ; 7d08f (1f:508f) + dutycycle 240 + note D_, 14 + unknownmusic0xf1 + note C#, 2 + note C_, 6 + note D_, 14 + octave 7 + note C#, 6 + note C_, 6 + note D_, 14 + octave 7 + note C#, 2 + note C_, 6 + note D_, 9 + notetype 1, 1, 1 + note C_, 6 + endchannel + + +SFX_1f_34_Ch2: ; 7d0a2 (1f:50a2) + dutycycle 21 + note D_, 13 + octave 7 + note C_, 13 + note C_, 6 + note D_, 13 + notetype 1, 1, 0 + note C_, 6 + note D_, 15 + rest 2 + note C_, 13 + note C_, 6 + note D_, 9 + rest 2 + note C_, 11 + note C_, 6 + endchannel + + +SFX_1f_34_Ch3: ; 7d0b5 (1f:50b5) + note D_, 15 + unknownmusic0xf2 + note F#, 6 + note D_, 14 + octave 6 + note F_, 6 + note D_, 15 + notetype 2, 5, 6 + note D_, 9 + notetype 1, 6, 6 + endchannel +; 0x7d0c2
\ No newline at end of file |
