Remove OST Remake as the tracks it adds are not used in Onikakushi

This commit is contained in:
Daniel Wong
2021-04-04 14:06:52 +10:00
parent 16345bdd97
commit 0581b00961

View File

@@ -133,7 +133,6 @@ void main()
// GAltBGM controls which of these are selected
ModAddBGMset("New BGM", "Placeholder", "BGM");
ModAddBGMset("Original BGM", "Placeholder", "OGBGM:BGM");
ModAddBGMset("Italo BGM", "Placeholder", "ItaloBGM:OGBGM:BGM");
// GAltSE controls which of these are selected
ModAddSEset("New SE", "Placeholder", "SE");
@@ -166,16 +165,5 @@ void main()
1 // GAltSEFlow
);
ModAddAudioset(
"OST Remake",
"Handmade remakes of several music tracks from the original release (pre-2019), using the Console timings",
"JP: OST Remake",
"JP: Handmade remakes of several music tracks from the original release (pre-2019), using the Console timings",
2, // GAltBGM
0, // GAltBGMFlow
0, // GAltSE
0 // GAltSEFlow
);
CallScript( "flow" );
}