diff options
author | dannye <33dannye@gmail.com> | 2019-07-28 17:29:35 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2019-07-28 17:29:35 -0500 |
commit | 6574881cdac656d23697be57ab048c90b0969949 (patch) | |
tree | ef990171447c1438b21f243a42a007fc21ef48d1 /audio/sfx/triangle2_2.asm | |
parent | 20c4116788d4d29b14c85ffce77e65faf89716b7 (diff) |
Use generic names for noise instruments
coming up with satisfactory names is hard, besides this will improve compatibility with crystal
Diffstat (limited to 'audio/sfx/triangle2_2.asm')
-rw-r--r-- | audio/sfx/triangle2_2.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/sfx/triangle2_2.asm b/audio/sfx/triangle2_2.asm deleted file mode 100644 index 39934efa..00000000 --- a/audio/sfx/triangle2_2.asm +++ /dev/null @@ -1,4 +0,0 @@ -SFX_Triangle2_2_Ch8: - noise_note 1, 4, 1, 43 - noise_note 0, 6, 1, 42 - sound_ret |