diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-03 17:44:40 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-03 17:44:40 -0400 |
commit | 79aa0bfbc6d11532129d1457545eebd88ea7b70a (patch) | |
tree | 79f5bc6378a3fbe9436bbe807493994758dbc1a2 /audio/sfx | |
parent | fbeac8adb657c01192d2c755a45005b0f0f3c332 (diff) |
bank1f audio.
Also move yellow/audio.asm to audio.asm
Diffstat (limited to 'audio/sfx')
-rw-r--r-- | audio/sfx/save_3.asm | 11 | ||||
-rw-r--r-- | audio/sfx/shooting_star.asm | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/sfx/save_3.asm b/audio/sfx/save_3.asm index 70b6a81c..e0c8ce2b 100644 --- a/audio/sfx/save_3.asm +++ b/audio/sfx/save_3.asm @@ -1,19 +1,18 @@ SFX_Save_3_Ch1: ; 7c45e (1f:445e) duty 2 - unknownsfx0x20 4, 244, 0, 7 + unknownsfx0x20 3, 228, 0, 6 unknownsfx0x20 3, 228, 128, 6 unknownsfx0x20 3, 228, 192, 6 unknownsfx0x20 3, 228, 0, 7 - unknownsfx0x20 2, 228, 160, 7 + unknownsfx0x20 15, 242, 224, 7 endchannel - SFX_Save_3_Ch2: ; 7c475 (1f:4475) duty 2 - unknownsfx0x20 4, 8, 0, 0 - unknownsfx0x20 3, 212, 1, 7 + unknownsfx0x20 3, 8, 0, 0 + unknownsfx0x20 3, 196, 1, 6 unknownsfx0x20 3, 196, 129, 6 unknownsfx0x20 3, 196, 193, 6 unknownsfx0x20 3, 196, 1, 7 - unknownsfx0x20 2, 196, 161, 7 + unknownsfx0x20 15, 210, 225, 7 endchannel diff --git a/audio/sfx/shooting_star.asm b/audio/sfx/shooting_star.asm index 2cb831c8..09dc4bf9 100644 --- a/audio/sfx/shooting_star.asm +++ b/audio/sfx/shooting_star.asm @@ -1,5 +1,5 @@ SFX_Shooting_Star_Ch1: ; 7c72d (1f:472d) - dutycycle 228 + dutycycle 136 unknownsfx0x10 47 unknownsfx0x20 4, 64, 224, 7 unknownsfx0x20 4, 96, 224, 7 |