Make hou+ and hou+ demo use New MG BGM (2019) as fallback

- Previously used OGBGM as fallback
This commit is contained in:
drojf
2024-04-15 23:24:20 +10:00
parent 7bc7b2e9ef
commit defd05f340

View File

@@ -133,8 +133,8 @@ void main()
// GAltBGM controls which of these are selected // GAltBGM controls which of these are selected
ModAddBGMset("New BGM", "Placeholder", "April2019BGM:BGM"); ModAddBGMset("New BGM", "Placeholder", "April2019BGM:BGM");
ModAddBGMset("GIN's BGM", "Placeholder", "OGBGM:BGM"); ModAddBGMset("GIN's BGM", "Placeholder", "OGBGM:BGM");
ModAddBGMset("Hou+ Demo", "Placeholder", "HouPlusDemoBGM:OGBGM:BGM"); ModAddBGMset("Hou+ Demo", "Placeholder", "HouPlusDemoBGM:BGM");
ModAddBGMset("Hou+ BGM", "Placeholder", "HouPlusBGM:OGBGM:BGM"); ModAddBGMset("Hou+ BGM", "Placeholder", "HouPlusBGM:BGM");
// GAltSE controls which of these are selected // GAltSE controls which of these are selected
ModAddSEset("New SE", "Placeholder", "SE"); ModAddSEset("New SE", "Placeholder", "SE");