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/museumguy.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/museumguy.asm')
| -rw-r--r-- | audio/music/museumguy.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/music/museumguy.asm b/audio/music/museumguy.asm index cb08fcf4..e41b37bd 100644 --- a/audio/music/museumguy.asm +++ b/audio/music/museumguy.asm @@ -1,4 +1,4 @@ -Music_MuseumGuy_Ch1:: +Music_MuseumGuy_Ch0:: tempo 128 volume 7, 7 duty 2 @@ -54,7 +54,7 @@ Music_MuseumGuy_branch_adec:: endchannel -Music_MuseumGuy_Ch2:: +Music_MuseumGuy_Ch1:: duty 2 notetype 12, 12, 1 octave 4 @@ -165,7 +165,7 @@ Music_MuseumGuy_branch_ae26:: loopchannel 0, Music_MuseumGuy_branch_ae26 -Music_MuseumGuy_Ch3:: +Music_MuseumGuy_Ch2:: notetype 12, 1, 0 rest 16 octave 4 @@ -261,7 +261,7 @@ Music_MuseumGuy_branch_aec1:: endchannel -Music_MuseumGuy_Ch4:: +Music_MuseumGuy_Ch3:: dspeed 12 rest 16 rest 16 |
