From defd05f3405fb4a672592f864c0b296f58676014 Mon Sep 17 00:00:00 2001 From: drojf <1249449+drojf@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:24:20 +1000 Subject: [PATCH] Make hou+ and hou+ demo use New MG BGM (2019) as fallback - Previously used OGBGM as fallback --- Update/init.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Update/init.txt b/Update/init.txt index 9e3960a..fcce6d4 100644 --- a/Update/init.txt +++ b/Update/init.txt @@ -133,8 +133,8 @@ void main() // GAltBGM controls which of these are selected ModAddBGMset("New BGM", "Placeholder", "April2019BGM:BGM"); ModAddBGMset("GIN's BGM", "Placeholder", "OGBGM:BGM"); - ModAddBGMset("Hou+ Demo", "Placeholder", "HouPlusDemoBGM:OGBGM:BGM"); - ModAddBGMset("Hou+ BGM", "Placeholder", "HouPlusBGM:OGBGM:BGM"); + ModAddBGMset("Hou+ Demo", "Placeholder", "HouPlusDemoBGM:BGM"); + ModAddBGMset("Hou+ BGM", "Placeholder", "HouPlusBGM:BGM"); // GAltSE controls which of these are selected ModAddSEset("New SE", "Placeholder", "SE");