diff options
| author | Eggy0 <kristinica.cop@gmail.com> | 2018-03-16 22:02:14 +0100 |
|---|---|---|
| committer | Eggy0 <kristinica.cop@gmail.com> | 2018-03-16 22:02:14 +0100 |
| commit | 5826f25bef74508e4017281c6bc3badd2c57d3fa (patch) | |
| tree | af57d4f108dd909e7c7e4992e25d87069325a8f7 /audio/sfx/battle_2a.asm | |
| parent | Update audio_macros.asm (diff) | |
| download | pokeyellow-5826f25bef74508e4017281c6bc3badd2c57d3fa.tar.gz pokeyellow-5826f25bef74508e4017281c6bc3badd2c57d3fa.tar.xz pokeyellow-5826f25bef74508e4017281c6bc3badd2c57d3fa.zip | |
Made some changes
Diffstat (limited to 'audio/sfx/battle_2a.asm')
| -rw-r--r-- | audio/sfx/battle_2a.asm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/audio/sfx/battle_2a.asm b/audio/sfx/battle_2a.asm index 710a45f1..2168f90d 100644 --- a/audio/sfx/battle_2a.asm +++ b/audio/sfx/battle_2a.asm @@ -1,28 +1,28 @@ SFX_Battle_2A_Ch4: dutycycle 57 - unknownsfx0x20 4, 244, 0, 6 - unknownsfx0x20 3, 196, 0, 5 - unknownsfx0x20 5, 181, 0, 6 - unknownsfx0x20 13, 226, 192, 6 + squarenote 4, 244, 0, 6 + squarenote 3, 196, 0, 5 + squarenote 5, 181, 0, 6 + squarenote 13, 226, 192, 6 loopchannel 3, SFX_Battle_2A_Ch4 - unknownsfx0x20 8, 209, 0, 6 + squarenote 8, 209, 0, 6 endchannel SFX_Battle_2A_Ch5: dutycycle 141 - unknownsfx0x20 5, 228, 224, 5 - unknownsfx0x20 4, 180, 224, 4 - unknownsfx0x20 6, 165, 232, 5 - unknownsfx0x20 14, 209, 160, 6 + squarenote 5, 228, 224, 5 + squarenote 4, 180, 224, 4 + squarenote 6, 165, 232, 5 + squarenote 14, 209, 160, 6 loopchannel 3, SFX_Battle_2A_Ch5 endchannel SFX_Battle_2A_Ch7: - unknownnoise0x20 5, 195, 51 - unknownnoise0x20 3, 146, 67 - unknownnoise0x20 10, 181, 51 - unknownnoise0x20 15, 195, 50 + noisenote 5, 195, 51 + noisenote 3, 146, 67 + noisenote 10, 181, 51 + noisenote 15, 195, 50 loopchannel 2, SFX_Battle_2A_Ch7 endchannel |
