diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-24 03:04:50 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-24 03:04:50 -0400 |
| commit | 086e76a0108d2ebc3f412a0d4b6764663150e15d (patch) | |
| tree | 827c1bd746793056bdf0e3733a4ff1dfc109aba8 /music | |
| parent | Music Engine Bank 1f (diff) | |
| download | pokeyellow-086e76a0108d2ebc3f412a0d4b6764663150e15d.tar.gz pokeyellow-086e76a0108d2ebc3f412a0d4b6764663150e15d.tar.xz pokeyellow-086e76a0108d2ebc3f412a0d4b6764663150e15d.zip | |
Music Engine Bank 8
Diffstat (limited to 'music')
| -rwxr-xr-x | music/sfx/sfx_08_pokeflute.asm | 15 | ||||
| -rwxr-xr-x | music/sfx/sfx_08_pokeflute_ch3.asm | 14 | ||||
| -rwxr-xr-x | music/sfx/sfx_08_unused.asm | 32 | ||||
| -rwxr-xr-x | music/sfx/sfx_08_unused2.asm | 57 |
4 files changed, 118 insertions, 0 deletions
diff --git a/music/sfx/sfx_08_pokeflute.asm b/music/sfx/sfx_08_pokeflute.asm new file mode 100755 index 00000000..3160f87c --- /dev/null +++ b/music/sfx/sfx_08_pokeflute.asm @@ -0,0 +1,15 @@ +SFX_08_PokeFlute_Ch1: ; 22322 (8:6322) + tempo 1, 0 + + +SFX_08_PokeFlute_Ch2: ; 22325 (8:6325) + executemusic + notetype 8, 0, 0 + rest 5 + rest 7 + rest 5 + rest 5 + rest 5 + rest 5 + endchannel +; 0x2232f
\ No newline at end of file diff --git a/music/sfx/sfx_08_pokeflute_ch3.asm b/music/sfx/sfx_08_pokeflute_ch3.asm new file mode 100755 index 00000000..28f1dfd7 --- /dev/null +++ b/music/sfx/sfx_08_pokeflute_ch3.asm @@ -0,0 +1,14 @@ +SFX_08_PokeFlute_Ch3: ; 2049b (8:449b) + executemusic + vibrato 16, 1, 4 + notetype 8, 1, 0 + octave 5 + note E_, 3 + note F_, 3 + note G_, 7 + note A_, 3 + note G_, 3 + octave 6 + note C_, 13 + endchannel +; 0x204aa
\ No newline at end of file diff --git a/music/sfx/sfx_08_unused.asm b/music/sfx/sfx_08_unused.asm new file mode 100755 index 00000000..4ba4c212 --- /dev/null +++ b/music/sfx/sfx_08_unused.asm @@ -0,0 +1,32 @@ +SFX_08_unused_Ch1: ; 2098b (8:498b) + dutycycle 240 + unknownsfx0x20 15, 224, 128, 7 + unknownsfx0x20 15, 240, 132, 7 + unknownsfx0x20 15, 195, 224, 5 + unknownsfx0x20 15, 196, 0, 6 + unknownsfx0x20 10, 108, 128, 7 + unknownsfx0x20 8, 113, 132, 7 + endchannel + + +SFX_08_unused_Ch2: ; 209a6 (8:49a6) + dutycycle 5 + unknownsfx0x20 15, 160, 65, 7 + unknownsfx0x20 15, 176, 67, 7 + unknownsfx0x20 15, 147, 177, 5 + unknownsfx0x20 15, 148, 193, 5 + unknownsfx0x20 10, 76, 65, 7 + unknownsfx0x20 8, 49, 70, 7 + endchannel + + +SFX_08_unused_Ch3: ; 209c1 (8:49c1) + unknownnoise0x20 2, 242, 76 + unknownnoise0x20 6, 224, 58 + unknownnoise0x20 15, 208, 58 + unknownnoise0x20 8, 208, 44 + unknownnoise0x20 6, 230, 76 + unknownnoise0x20 12, 125, 76 + unknownnoise0x20 15, 211, 76 + endchannel +; 0x209d7
\ No newline at end of file diff --git a/music/sfx/sfx_08_unused2.asm b/music/sfx/sfx_08_unused2.asm new file mode 100755 index 00000000..be887476 --- /dev/null +++ b/music/sfx/sfx_08_unused2.asm @@ -0,0 +1,57 @@ +SFX_08_unused2_Ch1: ; 2232f (8:632f) + executemusic + tempo 1, 0 + stereopanning 119 + vibrato 6, 2, 6 + duty 2 + togglecall + notetype 6, 11, 1 + octave 3 + note G#, 2 + note G#, 2 + notetype 6, 11, 3 + note G#, 2 + note B_, 2 + octave 4 + note E_, 8 + endchannel + + +SFX_08_unused2_Ch2: ; 22347 (8:6347) + executemusic + vibrato 8, 2, 7 + duty 2 + notetype 6, 12, 1 + octave 4 + note E_, 2 + note E_, 1 + note E_, 1 + notetype 6, 12, 3 + note E_, 2 + note G#, 2 + note B_, 8 + endchannel + + +SFX_08_unused2_Ch3: ; 22359 (8:6359) + executemusic + notetype 6, 1, 0 + octave 4 + note B_, 1 + rest 1 + notetype 3, 1, 0 + note B_, 1 + rest 1 + note B_, 1 + rest 1 + notetype 6, 1, 0 + note B_, 1 + rest 1 + octave 5 + note E_, 1 + rest 1 + octave 4 + note B_, 4 + rest 4 + endchannel +; 0x22370
\ No newline at end of file |
