diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-10 11:42:56 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-10 11:42:56 -0400 |
| commit | fee52c53a40f8e36dfccfbe73668bfc2858c2a95 (patch) | |
| tree | fa97722414873b5203cd650ff02a66868766837c /audio/sfx/sfx_02_5e.asm | |
| parent | More music bank references (diff) | |
| download | pokeyellow-fee52c53a40f8e36dfccfbe73668bfc2858c2a95.tar.gz pokeyellow-fee52c53a40f8e36dfccfbe73668bfc2858c2a95.tar.xz pokeyellow-fee52c53a40f8e36dfccfbe73668bfc2858c2a95.zip | |
Make each pitch/instrument its own macro
Diffstat (limited to 'audio/sfx/sfx_02_5e.asm')
| -rw-r--r-- | audio/sfx/sfx_02_5e.asm | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/audio/sfx/sfx_02_5e.asm b/audio/sfx/sfx_02_5e.asm index ad47ebf0..ade4d200 100644 --- a/audio/sfx/sfx_02_5e.asm +++ b/audio/sfx/sfx_02_5e.asm @@ -2,21 +2,21 @@ SFX_02_5e_Ch1: ; 83ca (2:43ca) vibrato 16, 1, 4 notetype 12, 1, 0 octave 5 - note E_, 2 - note F_, 2 - note G_, 4 - note A_, 2 - note G_, 2 + E_ 2 + F_ 2 + G_ 4 + A_ 2 + G_ 2 octave 6 - note C_, 4 - note C_, 2 - note D_, 2 - note C_, 2 + C_ 4 + C_ 2 + D_ 2 + C_ 2 octave 5 - note G_, 2 - note A_, 2 - note F_, 2 - note G_, 8 + G_ 2 + A_ 2 + F_ 2 + G_ 8 rest 12 endchannel ; 0x83e1
\ No newline at end of file |
