diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 14:54:55 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 14:54:55 -0400 |
| commit | 983bac5fe990383d77a4f2fa552546cb7f6f04b7 (patch) | |
| tree | 8edd55c03a4f35a8b47302b7f788b15ca1f2b8f6 /audio/sfx/unknown_80337.asm | |
| parent | Fix sfx separation (diff) | |
| download | pokeyellow-983bac5fe990383d77a4f2fa552546cb7f6f04b7.tar.gz pokeyellow-983bac5fe990383d77a4f2fa552546cb7f6f04b7.tar.xz pokeyellow-983bac5fe990383d77a4f2fa552546cb7f6f04b7.zip | |
Rearrange files and labels to reflect duplicated sfx in bank AUDIO_4
Diffstat (limited to 'audio/sfx/unknown_80337.asm')
| -rw-r--r-- | audio/sfx/unknown_80337.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sfx/unknown_80337.asm b/audio/sfx/unknown_80337.asm index 9feb63d4..c21f8794 100644 --- a/audio/sfx/unknown_80337.asm +++ b/audio/sfx/unknown_80337.asm @@ -1,5 +1,5 @@ SFX_80337_4_Branch: - dutycycle $f0 + dutycycle 240 unknownsfx0x20 15, 224, 128, 7 unknownsfx0x20 15, 240, 132, 7 unknownsfx0x20 15, 195, 224, 5 @@ -9,7 +9,7 @@ SFX_80337_4_Branch: endchannel SFX_80352_4_Branch: - dutycycle $05 + dutycycle 5 unknownsfx0x20 15, 160, 65, 7 unknownsfx0x20 15, 176, 67, 7 unknownsfx0x20 15, 147, 177, 5 @@ -29,23 +29,23 @@ SFX_8036c_4_Branch: endchannel SFX_80383_4_Ch4: - dutycycle $f0 + dutycycle 240 unknownsfx0x20 15, 247, 160, 7 unknownsfx0x20 6, 230, 163, 7 unknownsfx0x20 10, 244, 160, 7 - dutycycle $a5 + dutycycle 165 unknownsfx0x20 10, 246, 216, 7 unknownsfx0x20 4, 227, 215, 7 unknownsfx0x20 15, 242, 216, 7 endchannel SFX_803a0_4_Ch5: - dutycycle $05 + dutycycle 5 unknownsfx0x20 2, 8, 0, 0 unknownsfx0x20 15, 167, 161, 6 unknownsfx0x20 6, 134, 162, 6 unknownsfx0x20 10, 116, 161, 6 - dutycycle $5f + dutycycle 95 unknownsfx0x20 10, 118, 214, 6 unknownsfx0x20 4, 131, 217, 6 unknownsfx0x20 15, 162, 215, 6 |
