diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-07-27 20:19:59 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-07-27 20:19:59 -0500 |
| commit | 9984527c2c40cf3e08625098c5ad353f0daaf554 (patch) | |
| tree | 9dd76748b6a19a1e113998a495c8114b9554daea /audio/music/silphco.asm | |
| parent | Fix sound effect channel numbering (diff) | |
| download | pokeyellow-9984527c2c40cf3e08625098c5ad353f0daaf554.tar.gz pokeyellow-9984527c2c40cf3e08625098c5ad353f0daaf554.tar.xz pokeyellow-9984527c2c40cf3e08625098c5ad353f0daaf554.zip | |
Fix music channel numbering
same as previous, but for songs instead of sound effects
Diffstat (limited to 'audio/music/silphco.asm')
| -rw-r--r-- | audio/music/silphco.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/music/silphco.asm b/audio/music/silphco.asm index 2b6d8134..3e1ff3fc 100644 --- a/audio/music/silphco.asm +++ b/audio/music/silphco.asm @@ -1,4 +1,4 @@ -Music_SilphCo_Ch1:: +Music_SilphCo_Ch0:: tempo 160 volume 7, 7 duty 3 @@ -395,7 +395,7 @@ Music_SilphCo_branch_7f3f0:: endchannel -Music_SilphCo_Ch2:: +Music_SilphCo_Ch1:: vibrato 10, 3, 2 duty 3 notetype 6, 12, 3 @@ -780,7 +780,7 @@ Music_SilphCo_branch_7f42e:: loopchannel 0, Music_SilphCo_branch_7f42e -Music_SilphCo_Ch3:: +Music_SilphCo_Ch2:: vibrato 8, 1, 1 notetype 12, 1, 1 rest 12 |
