diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-27 15:05:08 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-09-27 15:05:08 -0400 |
| commit | fbeac8adb657c01192d2c755a45005b0f0f3c332 (patch) | |
| tree | 6cfb82ec1029d6c812021bb09996faa554a1f2c7 /audio/sfx | |
| parent | Bank2 audio. (diff) | |
| download | pokeyellow-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.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 |
