From 0e57ed01ce8b5237e6462d127e67ddae134230b8 Mon Sep 17 00:00:00 2001 From: Martha Schilling <112545117+MementoMartha@users.noreply.github.com> Date: Wed, 17 May 2023 15:59:33 +0100 Subject: [PATCH] Update victory4.asm Removes the fanfare at the start to make it usable as a map theme. Seems to be identical to GSC's Mt. Moon Square but I could be wrong... --- crysaudio/music/RBY/victory4.asm | 65 +------------------------------- 1 file changed, 1 insertion(+), 64 deletions(-) diff --git a/crysaudio/music/RBY/victory4.asm b/crysaudio/music/RBY/victory4.asm index fd2ccf03..90a60aa2 100644 --- a/crysaudio/music/RBY/victory4.asm +++ b/crysaudio/music/RBY/victory4.asm @@ -9,10 +9,9 @@ Music_Victory4:: - channel_count 3 + channel_count 2 channel 1, Music_Victory4_Ch1 channel 2, Music_Victory4_Ch2 - channel 3, Music_Victory4_Ch3 ;;---------------------------------------- Music_Victory4_Ch1: @@ -22,20 +21,6 @@ Music_Victory4_Ch1: volume 7, 7 duty_cycle 2 toggle_perfect_pitch -;; P1-1 - note_type 8, 10, 2 - octave 4 - note D_, 2 - note D_, 2 - note D_, 2 - note D_, 2 - octave 3 - note A_, 2 - octave 4 - note D_, 2 - note_type 8, 11, 3 - note F#, 12 -;; P1-2 rest 1 .loop10 note_type 12, 4, 4 @@ -48,9 +33,7 @@ Music_Victory4_Ch1: note A_, 2 octave 5 note D_, 4 - sound_loop 2, .loop11 -;; P2-4 .loop12 octave 4 note E_, 2 @@ -61,8 +44,6 @@ Music_Victory4_Ch1: octave 5 note E_, 4 sound_loop 2, .loop12 - -;; P2-6 .loop13 octave 4 note C#, 2 @@ -72,9 +53,7 @@ Music_Victory4_Ch1: note G_, 2 octave 5 note C#, 4 - sound_loop 2, .loop13 -;; P2-8 .loop14 octave 4 note D_, 2 @@ -84,9 +63,7 @@ Music_Victory4_Ch1: note A_, 2 octave 5 note D_, 4 - sound_loop 2, .loop14 - sound_loop 0, .loop10 ;;---------------------------------------- @@ -95,19 +72,6 @@ Music_Victory4_Ch2: duty_cycle 2 vibrato 24, 2, 4 -;; P2-1 - note_type 8, 12, 3 - octave 4 - note A_, 2 - note A_, 2 - note A_, 2 - note A_, 2 - note B_, 2 - octave 5 - note C#, 2 - note_type 8, 12, 4 - note D_, 12 -;; P2-2 .loop20 note_type 12, 8, 2 .loop21 @@ -119,10 +83,8 @@ Music_Victory4_Ch2: note A_, 2 octave 5 note D_, 4 - note_type 12, 6, 2 sound_loop 2, .loop21 -;; P2-4 note_type 12, 8, 2 .loop22 octave 4 @@ -135,8 +97,6 @@ Music_Victory4_Ch2: note E_, 4 note_type 12, 6, 2 sound_loop 2, .loop22 - -;; P2-6 note_type 12, 8, 2 .loop23 octave 4 @@ -147,10 +107,8 @@ Music_Victory4_Ch2: note G_, 2 octave 5 note C#, 4 - note_type 12, 6, 2 sound_loop 2, .loop23 -;; P2-8 note_type 12, 8, 2 .loop24 octave 4 @@ -161,27 +119,6 @@ Music_Victory4_Ch2: note A_, 2 octave 5 note D_, 4 - note_type 12, 6, 2 sound_loop 2, .loop24 - sound_loop 0, .loop20 - - -;;---------------------------------------- -Music_Victory4_Ch3: -;;---------------------------------------- - -;; P3-1 - note_type 12, 1, 0 - octave 5 - note D_, 4 - note_type 8, 1, 0 - octave 4 - note B_, 2 - note A_, 2 - note G_, 2 - note A_, 12 -;; P3-2 - sound_ret -