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/music/lavender.asm | |
| parent | Update audio macro names (diff) | |
| download | pokeyellow-6574881cdac656d23697be57ab048c90b0969949.tar.gz pokeyellow-6574881cdac656d23697be57ab048c90b0969949.tar.xz pokeyellow-6574881cdac656d23697be57ab048c90b0969949.zip | |
Use generic names for noise instruments
coming up with satisfactory names is hard, besides this will improve compatibility with crystal
Diffstat (limited to 'audio/music/lavender.asm')
| -rw-r--r-- | audio/music/lavender.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/music/lavender.asm b/audio/music/lavender.asm index 671df650..5d9d2ba5 100644 --- a/audio/music/lavender.asm +++ b/audio/music/lavender.asm @@ -194,6 +194,6 @@ Music_Lavender_Ch4:: rest 16 Music_Lavender_branch_bc26:: - triangle2 8 - triangle2 8 + dnote 7, 8 + dnote 7, 8 sound_loop 0, Music_Lavender_branch_bc26 |
