diff options
Diffstat (limited to 'audio/sfx/sfx_08_pokeflute.asm')
-rwxr-xr-x | audio/sfx/sfx_08_pokeflute.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/sfx/sfx_08_pokeflute.asm b/audio/sfx/sfx_08_pokeflute.asm new file mode 100755 index 00000000..3160f87c --- /dev/null +++ b/audio/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 |