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/blue | |
| 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/blue')
| -rw-r--r-- | music/blue/sfx_1f_5d.asm | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/music/blue/sfx_1f_5d.asm b/music/blue/sfx_1f_5d.asm new file mode 100644 index 00000000..5d10f3d1 --- /dev/null +++ b/music/blue/sfx_1f_5d.asm @@ -0,0 +1,52 @@ +SFX_1f_5d_Ch1: ; 7c45e (1f:445e) + duty 2 + note D_, 4 + octave 4 + note C_, 1 + note C_, 7 + note D_, 4 + octave 4 + note G#, 1 + note C_, 7 + note D_, 4 + octave 4 + rest 1 + note C_, 7 + note D_, 4 + octave 4 + note C_, 1 + note C_, 8 + note D_, 16 + unknownmusic0xf2 + octave 8 + note C_, 8 + endchannel + + +SFX_1f_5d_Ch2: ; 7c475 (1f:4475) + duty 2 + note D_, 4 + note C_, 9 + note C_, 1 + note C_, 1 + note D_, 4 + rest 5 + note C_, 2 + note C_, 7 + note D_, 4 + rest 5 + note G#, 2 + note C_, 7 + note D_, 4 + rest 5 + rest 2 + note C_, 7 + note D_, 4 + rest 5 + note C_, 2 + note C_, 8 + note D_, 16 + notetype 2, 14, 1 + note C_, 8 + endchannel +; 0x7c490
\ No newline at end of file |
