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/pokeflute_ch3.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/pokeflute_ch3.asm')
| -rwxr-xr-x | audio/sfx/pokeflute_ch3.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/sfx/pokeflute_ch3.asm b/audio/sfx/pokeflute_ch3.asm new file mode 100755 index 00000000..0652e673 --- /dev/null +++ b/audio/sfx/pokeflute_ch3.asm @@ -0,0 +1,13 @@ +SFX_08_PokeFlute_Ch3: ; 2049b (8:449b) + executemusic + vibrato 16, 1, 4 + notetype 8, 1, 0 + octave 5 + E_ 3 + F_ 3 + G_ 7 + A_ 3 + G_ 3 + octave 6 + C_ 13 + endchannel |
