aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-09-27 15:05:08 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-09-27 15:05:08 -0400
commitfbeac8adb657c01192d2c755a45005b0f0f3c332 (patch)
tree6cfb82ec1029d6c812021bb09996faa554a1f2c7 /audio/sfx
parentBank2 audio. (diff)
downloadpokeyellow-fbeac8adb657c01192d2c755a45005b0f0f3c332.tar.gz
pokeyellow-fbeac8adb657c01192d2c755a45005b0f0f3c332.tar.xz
pokeyellow-fbeac8adb657c01192d2c755a45005b0f0f3c332.zip
Bank8 audio.
todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
Diffstat (limited to 'audio/sfx')
-rw-r--r--audio/sfx/pokeflute_ch1_ch2.asm4
-rw-r--r--audio/sfx/swap_2.asm11
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