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_08_75.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_08_75.asm')
| -rw-r--r-- | audio/sfx/sfx_08_75.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/sfx/sfx_08_75.asm b/audio/sfx/sfx_08_75.asm index 39990ae3..0a25cb45 100644 --- a/audio/sfx/sfx_08_75.asm +++ b/audio/sfx/sfx_08_75.asm @@ -4,12 +4,12 @@ SFX_08_75_Ch1: ; 208e0 (8:48e0) duty 2 notetype 10, 8, 7 octave 5 - note G#, 8 + G# 8 octave 6 - note F#, 4 - note E_, 4 + F# 4 + E_ 4 octave 5 - note G#, 8 + G# 8 endchannel @@ -19,12 +19,12 @@ SFX_08_75_Ch2: ; 208f0 (8:48f0) duty 2 notetype 11, 6, 7 octave 5 - note G#, 8 + G# 8 notetype 10, 6, 7 octave 6 - note F#, 4 - note E_, 4 + F# 4 + E_ 4 octave 5 - note G#, 8 + G# 8 endchannel ; 0x20902
\ No newline at end of file |
