Skip to content

Commit

Permalink
Make hou+ and hou+ demo use New MG BGM (2019) as fallback
Browse files Browse the repository at this point in the history
 - Previously used OGBGM as fallback
  • Loading branch information
drojf committed Apr 24, 2024
1 parent e927e52 commit 1fe79d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update/init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 1fe79d1

Please sign in to comment.