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/dungeon2.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/dungeon2.asm')
| -rw-r--r-- | audio/music/dungeon2.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/music/dungeon2.asm b/audio/music/dungeon2.asm index 807c2f40..86cb7ad2 100644 --- a/audio/music/dungeon2.asm +++ b/audio/music/dungeon2.asm @@ -306,12 +306,12 @@ Music_Dungeon2_Ch4:: dspeed 12 Music_Dungeon2_branch_7e9dd:: - cymbal1 4 - cymbal2 4 - cymbal1 4 - snare8 4 - cymbal1 4 - cymbal2 4 - snare9 4 - snare7 4 + dnote 12, 4 + dnote 13, 4 + dnote 12, 4 + dnote 10, 4 + dnote 12, 4 + dnote 13, 4 + dnote 11, 4 + dnote 9, 4 sound_loop 0, Music_Dungeon2_branch_7e9dd |
