diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-03-16 17:26:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-16 17:26:06 -0500 |
| commit | f8b710769dba1e128450c3d11eb2a7a05f745877 (patch) | |
| tree | af57d4f108dd909e7c7e4992e25d87069325a8f7 /audio/sfx/cry1d_2.asm | |
| parent | Merge pull request #177 from yenatch/rgbgfx (diff) | |
| parent | Made some changes (diff) | |
| download | pokeyellow-f8b710769dba1e128450c3d11eb2a7a05f745877.tar.gz pokeyellow-f8b710769dba1e128450c3d11eb2a7a05f745877.tar.xz pokeyellow-f8b710769dba1e128450c3d11eb2a7a05f745877.zip | |
Merge pull request #178 from Eggy0/master
Rename unknownsfx0x20, unknownsfx0x10 and unknownnoise0x20
Diffstat (limited to 'audio/sfx/cry1d_2.asm')
| -rw-r--r-- | audio/sfx/cry1d_2.asm | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/audio/sfx/cry1d_2.asm b/audio/sfx/cry1d_2.asm index 9ee56bf8..bfce7c66 100644 --- a/audio/sfx/cry1d_2.asm +++ b/audio/sfx/cry1d_2.asm @@ -1,29 +1,29 @@ SFX_Cry1D_2_Ch4: dutycycle 244 - unknownsfx0x20 15, 240, 5, 7 - unknownsfx0x20 10, 224, 0, 7 - unknownsfx0x20 6, 180, 16, 7 - unknownsfx0x20 4, 211, 0, 7 - unknownsfx0x20 6, 178, 32, 6 - unknownsfx0x20 8, 161, 36, 6 + squarenote 15, 240, 5, 7 + squarenote 10, 224, 0, 7 + squarenote 6, 180, 16, 7 + squarenote 4, 211, 0, 7 + squarenote 6, 178, 32, 6 + squarenote 8, 161, 36, 6 endchannel SFX_Cry1D_2_Ch5: dutycycle 34 - unknownsfx0x20 15, 176, 195, 6 - unknownsfx0x20 10, 160, 193, 6 - unknownsfx0x20 6, 132, 210, 6 - unknownsfx0x20 4, 147, 193, 6 - unknownsfx0x20 6, 130, 225, 5 - unknownsfx0x20 8, 97, 232, 5 + squarenote 15, 176, 195, 6 + squarenote 10, 160, 193, 6 + squarenote 6, 132, 210, 6 + squarenote 4, 147, 193, 6 + squarenote 6, 130, 225, 5 + squarenote 8, 97, 232, 5 endchannel SFX_Cry1D_2_Ch7: - unknownnoise0x20 6, 230, 76 - unknownnoise0x20 15, 214, 60 - unknownnoise0x20 10, 197, 74 - unknownnoise0x20 1, 178, 91 - unknownnoise0x20 15, 194, 76 + noisenote 6, 230, 76 + noisenote 15, 214, 60 + noisenote 10, 197, 74 + noisenote 1, 178, 91 + noisenote 15, 194, 76 endchannel |
