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/cry25_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/cry25_2.asm')
| -rw-r--r-- | audio/sfx/cry25_2.asm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/audio/sfx/cry25_2.asm b/audio/sfx/cry25_2.asm index 9b976b4e..cef33546 100644 --- a/audio/sfx/cry25_2.asm +++ b/audio/sfx/cry25_2.asm @@ -1,26 +1,26 @@ SFX_Cry25_2_Ch4: dutycycle 165 - unknownsfx0x20 6, 244, 64, 7 - unknownsfx0x20 15, 227, 48, 7 - unknownsfx0x20 4, 244, 64, 7 - unknownsfx0x20 5, 179, 72, 7 - unknownsfx0x20 8, 209, 80, 7 + squarenote 6, 244, 64, 7 + squarenote 15, 227, 48, 7 + squarenote 4, 244, 64, 7 + squarenote 5, 179, 72, 7 + squarenote 8, 209, 80, 7 endchannel SFX_Cry25_2_Ch5: dutycycle 119 - unknownsfx0x20 6, 195, 18, 7 - unknownsfx0x20 15, 179, 4, 7 - unknownsfx0x20 3, 195, 18, 7 - unknownsfx0x20 4, 195, 33, 7 - unknownsfx0x20 8, 177, 50, 7 + squarenote 6, 195, 18, 7 + squarenote 15, 179, 4, 7 + squarenote 3, 195, 18, 7 + squarenote 4, 195, 33, 7 + squarenote 8, 177, 50, 7 endchannel SFX_Cry25_2_Ch7: - unknownnoise0x20 8, 214, 44 - unknownnoise0x20 12, 198, 60 - unknownnoise0x20 10, 182, 44 - unknownnoise0x20 8, 145, 28 + noisenote 8, 214, 44 + noisenote 12, 198, 60 + noisenote 10, 182, 44 + noisenote 8, 145, 28 endchannel |
