diff options
Diffstat (limited to 'audio/sfx/snare5_2.asm')
-rw-r--r-- | audio/sfx/snare5_2.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/sfx/snare5_2.asm b/audio/sfx/snare5_2.asm index f7f55eb5..91fd2abe 100644 --- a/audio/sfx/snare5_2.asm +++ b/audio/sfx/snare5_2.asm @@ -1,8 +1,8 @@ SFX_Snare5_2_Ch7: - unknownnoise0x20 7, 132, 55 - unknownnoise0x20 6, 132, 54 - unknownnoise0x20 5, 131, 53 - unknownnoise0x20 4, 131, 52 - unknownnoise0x20 3, 130, 51 - unknownnoise0x20 2, 129, 50 + noisenote 7, 132, 55 + noisenote 6, 132, 54 + noisenote 5, 131, 53 + noisenote 4, 131, 52 + noisenote 3, 130, 51 + noisenote 2, 129, 50 endchannel |