diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-19 09:01:05 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-19 09:01:05 -0400 |
commit | 952e18cf1d2c4ebb452e8e18528ed5e35463fdbc (patch) | |
tree | 53f5fe2c3be072f6f0a5e1f161a4f907847c04f5 /music/deckmachine.asm | |
parent | 561c95338ceafd6356e649a221493ee72c0b2e93 (diff) |
Better noise instrument names
Diffstat (limited to 'music/deckmachine.asm')
-rw-r--r-- | music/deckmachine.asm | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/music/deckmachine.asm b/music/deckmachine.asm index 3570889..cc9d462 100644 --- a/music/deckmachine.asm +++ b/music/deckmachine.asm @@ -230,29 +230,29 @@ Music_DeckMachine_Ch4: ; f7018 (3d:7018) MainLoop Loop 9 music_call Branch_f7031 - note noise9, 15 - note noise3, 7 - note noise7, 8 - note noise9, 15 + note snare4, 15 + note snare1, 7 + note snare3, 8 + note snare4, 15 EndLoop music_call Branch_f7031 - note noise9, 7 - note noise5, 4 - note noise5, 4 - note noise3, 7 - note noise3, 8 - note noise3, 7 - note noise3, 8 + note snare4, 7 + note snare2, 4 + note snare2, 4 + note snare1, 7 + note snare1, 8 + note snare1, 7 + note snare1, 8 EndMainLoop Branch_f7031: - note noise1, 7 - note noise7, 8 - note noise9, 15 - note noise3, 7 - note noise7, 8 - note noise9, 15 - note noise1, 7 - note noise7, 8 + note bass, 7 + note snare3, 8 + note snare4, 15 + note snare1, 7 + note snare3, 8 + note snare4, 15 + note bass, 7 + note snare3, 8 music_ret ; 0xf703a
\ No newline at end of file |