diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-22 02:13:16 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-22 02:13:16 -0400 |
| commit | 7059bb15f3c7b1ba0f589126ae71fdca55c4a993 (patch) | |
| tree | df5d48e37a4bffa7c0956c3f9fb003e56226dc08 /music/yellow | |
| parent | More bank 2 music engine and music/sfx format update (diff) | |
| download | pokeyellow-7059bb15f3c7b1ba0f589126ae71fdca55c4a993.tar.gz pokeyellow-7059bb15f3c7b1ba0f589126ae71fdca55c4a993.tar.xz pokeyellow-7059bb15f3c7b1ba0f589126ae71fdca55c4a993.zip | |
Fix blue and yellow music
Diffstat (limited to 'music/yellow')
| -rw-r--r-- | music/yellow/yellowintro.asm (renamed from music/yellow/intro.asm) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/music/yellow/intro.asm b/music/yellow/yellowintro.asm index dc84df74..ee716901 100644 --- a/music/yellow/intro.asm +++ b/music/yellow/yellowintro.asm @@ -1,4 +1,4 @@ -Music_IntroBattle_Ch1: ; 7f65c (1f:765c) +Music_YellowIntro_Ch1: ; 7f65c (1f:765c) tempo 0, 116 stereopanning 119 duty 3 @@ -100,7 +100,7 @@ Music_IntroBattle_Ch1: ; 7f65c (1f:765c) endchannel -Music_IntroBattle_Ch2: ; 7f6d3 (1f:76d3) +Music_YellowIntro_Ch2: ; 7f6d3 (1f:76d3) duty 2 vibrato 6, 1, 5 notetype 12, 12, 2 @@ -203,7 +203,7 @@ Music_IntroBattle_Ch2: ; 7f6d3 (1f:76d3) endchannel -Music_IntroBattle_Ch3: ; 7f749 (1f:7749) +Music_YellowIntro_Ch3: ; 7f749 (1f:7749) notetype 12, 1, 0 octave 4 note E_, 1 |
