From fbeac8adb657c01192d2c755a45005b0f0f3c332 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 27 Sep 2015 15:05:08 -0400 Subject: Bank8 audio. todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly --- audio/sfx/pokeflute_ch1_ch2.asm | 4 ++-- audio/sfx/swap_2.asm | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 audio/sfx/swap_2.asm (limited to 'audio/sfx') 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 -- cgit v1.3.1-sl0p