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/cry0d_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/cry0d_2.asm')
| -rw-r--r-- | audio/sfx/cry0d_2.asm | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/audio/sfx/cry0d_2.asm b/audio/sfx/cry0d_2.asm index ef4a0eb6..76ca2392 100644 --- a/audio/sfx/cry0d_2.asm +++ b/audio/sfx/cry0d_2.asm @@ -1,40 +1,40 @@ SFX_Cry0D_2_Ch4: dutycycle 136 - unknownsfx0x20 5, 242, 80, 6 - unknownsfx0x20 9, 209, 96, 6 - unknownsfx0x20 5, 226, 18, 6 - unknownsfx0x20 9, 193, 34, 6 - unknownsfx0x20 5, 242, 16, 6 - unknownsfx0x20 6, 209, 32, 6 + squarenote 5, 242, 80, 6 + squarenote 9, 209, 96, 6 + squarenote 5, 226, 18, 6 + squarenote 9, 193, 34, 6 + squarenote 5, 242, 16, 6 + squarenote 6, 209, 32, 6 loopchannel 2, SFX_Cry0D_2_Ch4 endchannel SFX_Cry0D_2_Ch5: dutycycle 64 - unknownsfx0x20 4, 8, 0, 0 - unknownsfx0x20 5, 242, 81, 6 - unknownsfx0x20 9, 209, 97, 6 - unknownsfx0x20 5, 226, 20, 6 - unknownsfx0x20 8, 193, 36, 6 - unknownsfx0x20 5, 242, 17, 6 - unknownsfx0x20 12, 209, 33, 6 - unknownsfx0x20 5, 226, 20, 6 - unknownsfx0x20 8, 193, 36, 6 - unknownsfx0x20 5, 242, 17, 6 - unknownsfx0x20 4, 209, 33, 6 + squarenote 4, 8, 0, 0 + squarenote 5, 242, 81, 6 + squarenote 9, 209, 97, 6 + squarenote 5, 226, 20, 6 + squarenote 8, 193, 36, 6 + squarenote 5, 242, 17, 6 + squarenote 12, 209, 33, 6 + squarenote 5, 226, 20, 6 + squarenote 8, 193, 36, 6 + squarenote 5, 242, 17, 6 + squarenote 4, 209, 33, 6 endchannel SFX_Cry0D_2_Ch7: - unknownnoise0x20 6, 210, 28 - unknownnoise0x20 9, 177, 44 - unknownnoise0x20 8, 194, 44 - unknownnoise0x20 9, 177, 60 - unknownnoise0x20 6, 194, 44 - unknownnoise0x20 9, 162, 60 - unknownnoise0x20 7, 194, 44 - unknownnoise0x20 5, 161, 60 - unknownnoise0x20 9, 194, 44 - unknownnoise0x20 4, 161, 60 + noisenote 6, 210, 28 + noisenote 9, 177, 44 + noisenote 8, 194, 44 + noisenote 9, 177, 60 + noisenote 6, 194, 44 + noisenote 9, 162, 60 + noisenote 7, 194, 44 + noisenote 5, 161, 60 + noisenote 9, 194, 44 + noisenote 4, 161, 60 endchannel |
