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/cry0a_3.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/cry0a_3.asm')
| -rw-r--r-- | audio/sfx/cry0a_3.asm | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/audio/sfx/cry0a_3.asm b/audio/sfx/cry0a_3.asm index e16287c4..6cc94434 100644 --- a/audio/sfx/cry0a_3.asm +++ b/audio/sfx/cry0a_3.asm @@ -1,35 +1,35 @@ SFX_Cry0A_3_Ch4: dutycycle 240 - unknownsfx0x20 8, 247, 224, 6 - unknownsfx0x20 6, 230, 229, 6 - unknownsfx0x20 3, 244, 224, 6 - unknownsfx0x20 3, 246, 208, 6 - unknownsfx0x20 3, 227, 192, 6 - unknownsfx0x20 4, 242, 176, 6 - unknownsfx0x20 15, 162, 200, 6 + squarenote 8, 247, 224, 6 + squarenote 6, 230, 229, 6 + squarenote 3, 244, 224, 6 + squarenote 3, 246, 208, 6 + squarenote 3, 227, 192, 6 + squarenote 4, 242, 176, 6 + squarenote 15, 162, 200, 6 endchannel SFX_Cry0A_3_Ch5: dutycycle 5 - unknownsfx0x20 3, 8, 0, 0 - unknownsfx0x20 8, 167, 161, 6 - unknownsfx0x20 6, 134, 163, 6 - unknownsfx0x20 3, 116, 161, 6 - unknownsfx0x20 3, 118, 145, 6 - unknownsfx0x20 3, 131, 130, 6 - unknownsfx0x20 4, 162, 113, 6 - unknownsfx0x20 15, 114, 137, 6 + squarenote 3, 8, 0, 0 + squarenote 8, 167, 161, 6 + squarenote 6, 134, 163, 6 + squarenote 3, 116, 161, 6 + squarenote 3, 118, 145, 6 + squarenote 3, 131, 130, 6 + squarenote 4, 162, 113, 6 + squarenote 15, 114, 137, 6 endchannel SFX_Cry0A_3_Ch7: - unknownnoise0x20 2, 242, 60 - unknownnoise0x20 8, 228, 62 - unknownnoise0x20 8, 215, 60 - unknownnoise0x20 5, 197, 59 - unknownnoise0x20 3, 212, 44 - unknownnoise0x20 2, 182, 60 - unknownnoise0x20 3, 164, 44 - unknownnoise0x20 8, 145, 60 + noisenote 2, 242, 60 + noisenote 8, 228, 62 + noisenote 8, 215, 60 + noisenote 5, 197, 59 + noisenote 3, 212, 44 + noisenote 2, 182, 60 + noisenote 3, 164, 44 + noisenote 8, 145, 60 endchannel |
