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/cry0c_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/cry0c_2.asm')
| -rw-r--r-- | audio/sfx/cry0c_2.asm | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/audio/sfx/cry0c_2.asm b/audio/sfx/cry0c_2.asm index 11e0d06a..78695578 100644 --- a/audio/sfx/cry0c_2.asm +++ b/audio/sfx/cry0c_2.asm @@ -1,28 +1,28 @@ SFX_Cry0C_2_Ch4: dutycycle 204 - unknownsfx0x20 8, 245, 0, 6 - unknownsfx0x20 2, 210, 56, 6 - unknownsfx0x20 2, 194, 48, 6 - unknownsfx0x20 2, 194, 40, 6 - unknownsfx0x20 2, 178, 32, 6 - unknownsfx0x20 2, 178, 16, 6 - unknownsfx0x20 2, 162, 24, 6 - unknownsfx0x20 2, 178, 16, 6 - unknownsfx0x20 8, 193, 32, 6 + squarenote 8, 245, 0, 6 + squarenote 2, 210, 56, 6 + squarenote 2, 194, 48, 6 + squarenote 2, 194, 40, 6 + squarenote 2, 178, 32, 6 + squarenote 2, 178, 16, 6 + squarenote 2, 162, 24, 6 + squarenote 2, 178, 16, 6 + squarenote 8, 193, 32, 6 endchannel SFX_Cry0C_2_Ch5: dutycycle 68 - unknownsfx0x20 12, 195, 192, 5 - unknownsfx0x20 3, 177, 249, 5 - unknownsfx0x20 2, 161, 241, 5 - unknownsfx0x20 2, 161, 233, 5 - unknownsfx0x20 2, 145, 225, 5 - unknownsfx0x20 2, 145, 217, 5 - unknownsfx0x20 2, 129, 209, 5 - unknownsfx0x20 2, 145, 217, 5 - unknownsfx0x20 8, 145, 225, 5 + squarenote 12, 195, 192, 5 + squarenote 3, 177, 249, 5 + squarenote 2, 161, 241, 5 + squarenote 2, 161, 233, 5 + squarenote 2, 145, 225, 5 + squarenote 2, 145, 217, 5 + squarenote 2, 129, 209, 5 + squarenote 2, 145, 217, 5 + squarenote 8, 145, 225, 5 SFX_Cry0C_2_Ch7: |
