diff options
Diffstat (limited to 'audio/sfx')
| -rw-r--r-- | audio/sfx/pokeflute_ch1_ch2.asm | 4 | ||||
| -rw-r--r-- | audio/sfx/swap_2.asm | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/audio/sfx/pokeflute_ch1_ch2.asm b/audio/sfx/pokeflute_ch1_ch2.asm index 4ccf89d8..d912b168 100644 --- a/audio/sfx/pokeflute_ch1_ch2.asm +++ b/audio/sfx/pokeflute_ch1_ch2.asm @@ -1,8 +1,8 @@ -SFX_08_PokeFlute_Ch1: ; 22322 (8:6322) +SFX_08_PokeFlute_Ch1: ; 219eb (8:59eb) tempo 256 -SFX_08_PokeFlute_Ch2: ; 22325 (8:6325) +SFX_08_PokeFlute_Ch2: ; 219ee (8:59ee) executemusic notetype 8, 0, 0 rest 5 diff --git a/audio/sfx/swap_2.asm b/audio/sfx/swap_2.asm new file mode 100644 index 00000000..200536ec --- /dev/null +++ b/audio/sfx/swap_2.asm @@ -0,0 +1,11 @@ +SFX_Swap_2_Ch1: ; 20439 (2:4439) + duty 2 + unknownsfx0x20 8, 225, 64, 7 + endchannel + + +SFX_Swap_2_Ch2: ; 20440 (2:4440) + duty 2 + unknownsfx0x20 2, 8, 0, 0 + unknownsfx0x20 8, 177, 65, 7 + endchannel
\ No newline at end of file |
