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/cry1f_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/cry1f_2.asm')
| -rw-r--r-- | audio/sfx/cry1f_2.asm | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/audio/sfx/cry1f_2.asm b/audio/sfx/cry1f_2.asm index 3d261bb2..efda76fa 100644 --- a/audio/sfx/cry1f_2.asm +++ b/audio/sfx/cry1f_2.asm @@ -1,24 +1,24 @@ SFX_Cry1F_2_Ch4: dutycycle 165 - unknownsfx0x20 3, 244, 65, 6 - unknownsfx0x20 13, 214, 33, 7 - unknownsfx0x20 8, 244, 25, 7 - unknownsfx0x20 8, 193, 26, 7 + squarenote 3, 244, 65, 6 + squarenote 13, 214, 33, 7 + squarenote 8, 244, 25, 7 + squarenote 8, 193, 26, 7 endchannel SFX_Cry1F_2_Ch5: dutycycle 204 - unknownsfx0x20 4, 244, 128, 5 - unknownsfx0x20 14, 230, 224, 6 - unknownsfx0x20 8, 213, 216, 6 - unknownsfx0x20 8, 209, 220, 6 + squarenote 4, 244, 128, 5 + squarenote 14, 230, 224, 6 + squarenote 8, 213, 216, 6 + squarenote 8, 209, 220, 6 endchannel SFX_Cry1F_2_Ch7: - unknownnoise0x20 5, 196, 70 - unknownnoise0x20 13, 165, 68 - unknownnoise0x20 8, 196, 69 - unknownnoise0x20 8, 177, 68 + noisenote 5, 196, 70 + noisenote 13, 165, 68 + noisenote 8, 196, 69 + noisenote 8, 177, 68 endchannel |
