aboutsummaryrefslogtreecommitdiffstats
path: root/audio/sfx/swap_2.asm
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/swap_2.asm
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/swap_2.asm')
-rw-r--r--audio/sfx/swap_2.asm11
1 files changed, 11 insertions, 0 deletions
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