diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 12:38:16 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-21 12:38:16 -0400 |
| commit | d3d2e573a3b07075909b1680ef5e83a2429b0427 (patch) | |
| tree | 4861f65ef5ebe15206fa99bb6f986ac5345c5afb /audio/sfx/unknown_80e71.asm | |
| parent | Unhexlify unknown music macro arguments in bank AUDIO_4 (diff) | |
| download | pokeyellow-d3d2e573a3b07075909b1680ef5e83a2429b0427.tar.gz pokeyellow-d3d2e573a3b07075909b1680ef5e83a2429b0427.tar.xz pokeyellow-d3d2e573a3b07075909b1680ef5e83a2429b0427.zip | |
Fix sfx separation
Diffstat (limited to 'audio/sfx/unknown_80e71.asm')
| -rw-r--r-- | audio/sfx/unknown_80e71.asm | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/audio/sfx/unknown_80e71.asm b/audio/sfx/unknown_80e71.asm index 932fbf59..1b8241fb 100644 --- a/audio/sfx/unknown_80e71.asm +++ b/audio/sfx/unknown_80e71.asm @@ -1,32 +1,3 @@ -SFX_80e71_4_Ch5: - executemusic - vibrato 8, 2, 7 - duty 2 - notetype 4, 12, 1 - octave 4 - E_ 2 - E_ 2 - E_ 2 - notetype 12, 12, 3 - B_ 4 - endchannel - -SFX_80e81_4_Ch6: - executemusic - notetype 4, 1, 0 - octave 4 - B_ 1 - rest 1 - B_ 1 - rest 1 - B_ 1 - rest 1 - notetype 12, 1, 0 - octave 4 - B_ 2 - rest 2 - endchannel - SFX_80e91_4_Ch4: executemusic tempo 256 @@ -72,71 +43,3 @@ SFX_80eb8_4_Ch6: B_ 2 rest 2 endchannel - -SFX_80ec8_4_Ch4: - executemusic - tempo 256 - volume 7, 7 - duty 2 - toggleperfectpitch - notetype 5, 11, 4 - octave 4 - D_ 4 - C_ 4 - octave 3 - A_ 8 - notetype 5, 11, 2 - octave 4 - D# 2 - D# 2 - D_ 2 - C_ 2 - C_ 2 - octave 3 - A# 2 - notetype 5, 11, 4 - octave 4 - C_ 8 - endchannel - -SFX_80ee7_4_Ch5: - executemusic - vibrato 8, 2, 7 - duty 2 - notetype 5, 12, 5 - octave 4 - A_ 4 - F_ 4 - C_ 8 - notetype 5, 12, 2 - A# 2 - A# 2 - A# 2 - G_ 2 - G_ 2 - A# 2 - notetype 5, 12, 4 - A_ 8 - endchannel - -SFX_80eff_4_Ch6: - executemusic - notetype 5, 1, 0 - octave 5 - F_ 4 - D# 4 - C_ 8 - D# 1 - rest 1 - D# 1 - rest 1 - E_ 1 - rest 1 - F_ 1 - rest 1 - F_ 1 - rest 1 - G_ 1 - rest 1 - A_ 8 - endchannel |
