diff options
Diffstat (limited to 'audio/music/violetcity.asm')
-rw-r--r-- | audio/music/violetcity.asm | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/audio/music/violetcity.asm b/audio/music/violetcity.asm index 42710b1f7..a2cd42add 100644 --- a/audio/music/violetcity.asm +++ b/audio/music/violetcity.asm @@ -12,12 +12,12 @@ Music_VioletCity_Ch1: duty_cycle 2 note_type 12, 9, 5 rest 16 - stereo_panning 1, 0 + stereo_panning TRUE, FALSE octave 2 note E_, 1 note G#, 1 note B_, 1 - stereo_panning 1, 1 + stereo_panning TRUE, TRUE octave 3 note D#, 1 note G#, 1 @@ -26,12 +26,12 @@ Music_VioletCity_Ch1: note G#, 2 note F#, 2 note C#, 2 - stereo_panning 0, 1 + stereo_panning FALSE, TRUE octave 2 note D#, 1 note F#, 1 note A#, 1 - stereo_panning 1, 1 + stereo_panning TRUE, TRUE octave 3 note C#, 1 note F#, 1 @@ -83,7 +83,7 @@ Music_VioletCity_branch_f0056: rest 2 note B_, 2 rest 2 - stereo_panning 1, 0 + stereo_panning TRUE, FALSE octave 4 note C#, 2 octave 3 @@ -91,21 +91,21 @@ Music_VioletCity_branch_f0056: note E_, 2 octave 4 note C#, 2 - stereo_panning 1, 1 + stereo_panning TRUE, TRUE note C_, 2 octave 3 note G#, 2 note E_, 2 octave 4 note C_, 2 - stereo_panning 0, 1 + stereo_panning FALSE, TRUE octave 3 note B_, 2 rest 2 note B_, 2 rest 2 note A#, 8 - stereo_panning 1, 1 + stereo_panning TRUE, TRUE rest 4 note C#, 2 note E_, 2 @@ -122,11 +122,11 @@ Music_VioletCity_branch_f0056: rest 2 note C#, 2 rest 2 - stereo_panning 0, 1 + stereo_panning FALSE, TRUE note D#, 8 - stereo_panning 1, 1 + stereo_panning TRUE, TRUE note E_, 8 - stereo_panning 1, 0 + stereo_panning TRUE, FALSE note F_, 2 rest 2 note F_, 2 @@ -134,7 +134,7 @@ Music_VioletCity_branch_f0056: note F#, 2 rest 2 note G_, 4 - stereo_panning 1, 1 + stereo_panning TRUE, TRUE note G#, 2 note D#, 1 rest 1 @@ -168,7 +168,7 @@ Music_VioletCity_branch_f0056: duty_cycle 2 rest 16 note_type 6, 9, 1 - stereo_panning 1, 0 + stereo_panning TRUE, FALSE octave 3 note E_, 2 octave 2 @@ -176,7 +176,7 @@ Music_VioletCity_branch_f0056: note G#, 2 octave 3 note E_, 2 - stereo_panning 0, 1 + stereo_panning FALSE, TRUE octave 2 note B_, 2 note G#, 2 @@ -184,7 +184,7 @@ Music_VioletCity_branch_f0056: octave 3 note E_, 2 volume_envelope 10, 4 - stereo_panning 1, 1 + stereo_panning TRUE, TRUE note D#, 8 rest 8 duty_cycle 3 |