diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-22 10:22:46 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-22 10:22:46 -0500 |
| commit | a6f04b434980f2176cb275a7c3ba50d5cbcd6ace (patch) | |
| tree | 9852f73ea539b2392ea4c30f61c8879e978ae677 /audio/sfx/unused2_2.asm | |
| parent | Rename sound effect files (diff) | |
| download | pokeyellow-a6f04b434980f2176cb275a7c3ba50d5cbcd6ace.tar.gz pokeyellow-a6f04b434980f2176cb275a7c3ba50d5cbcd6ace.tar.xz pokeyellow-a6f04b434980f2176cb275a7c3ba50d5cbcd6ace.zip | |
Unify audio bank references
2â1
8â2
1fâ3
Diffstat (limited to 'audio/sfx/unused2_2.asm')
| -rwxr-xr-x | audio/sfx/unused2_2.asm | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/audio/sfx/unused2_2.asm b/audio/sfx/unused2_2.asm new file mode 100755 index 00000000..1eca4432 --- /dev/null +++ b/audio/sfx/unused2_2.asm @@ -0,0 +1,56 @@ +SFX_08_unused2_Ch1: ; 2232f (8:632f) + executemusic + tempo 256 + volume 7, 7 + vibrato 6, 2, 6 + duty 2 + toggleperfectpitch + notetype 6, 11, 1 + octave 3 + G# 2 + G# 2 + notetype 6, 11, 3 + G# 2 + B_ 2 + octave 4 + E_ 8 + endchannel + + +SFX_08_unused2_Ch2: ; 22347 (8:6347) + executemusic + vibrato 8, 2, 7 + duty 2 + notetype 6, 12, 1 + octave 4 + E_ 2 + E_ 1 + E_ 1 + notetype 6, 12, 3 + E_ 2 + G# 2 + B_ 8 + endchannel + + +SFX_08_unused2_Ch3: ; 22359 (8:6359) + executemusic + notetype 6, 1, 0 + octave 4 + B_ 1 + rest 1 + notetype 3, 1, 0 + B_ 1 + rest 1 + B_ 1 + rest 1 + notetype 6, 1, 0 + B_ 1 + rest 1 + octave 5 + E_ 1 + rest 1 + octave 4 + B_ 4 + rest 4 + endchannel |
