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/cry08_2.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/cry08_2.asm')
| -rw-r--r-- | audio/sfx/cry08_2.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/audio/sfx/cry08_2.asm b/audio/sfx/cry08_2.asm index 45d12f38..f864e596 100644 --- a/audio/sfx/cry08_2.asm +++ b/audio/sfx/cry08_2.asm @@ -1,23 +1,23 @@ SFX_Cry08_2_Ch4: dutycycle 240 - unknownsfx0x20 15, 246, 101, 5 - unknownsfx0x20 10, 228, 124, 5 - unknownsfx0x20 3, 194, 92, 5 - unknownsfx0x20 15, 178, 60, 5 + squarenote 15, 246, 101, 5 + squarenote 10, 228, 124, 5 + squarenote 3, 194, 92, 5 + squarenote 15, 178, 60, 5 endchannel SFX_Cry08_2_Ch5: dutycycle 90 - unknownsfx0x20 14, 214, 3, 5 - unknownsfx0x20 9, 180, 27, 5 - unknownsfx0x20 4, 146, 250, 4 - unknownsfx0x20 15, 162, 219, 4 + squarenote 14, 214, 3, 5 + squarenote 9, 180, 27, 5 + squarenote 4, 146, 250, 4 + squarenote 15, 162, 219, 4 endchannel SFX_Cry08_2_Ch7: - unknownnoise0x20 12, 230, 76 - unknownnoise0x20 11, 215, 92 - unknownnoise0x20 15, 194, 76 + noisenote 12, 230, 76 + noisenote 11, 215, 92 + noisenote 15, 194, 76 endchannel |
