Fixed Johto_Rival_Intro song name so it works
This commit is contained in:
parent
fd93f96cbc
commit
95a88b5bc8
|
@ -15477,7 +15477,7 @@
|
|||
<Content Include="Content\Songs\johto_rival.ogg">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Songs\johto_rivalintro.ogg">
|
||||
<Content Include="Content\Songs\johto_rival_intro.ogg">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Content\Songs\johto_rival_encounter.ogg">
|
||||
|
|
|
@ -694,7 +694,6 @@ Public Class MusicManager
|
|||
{"darkcave", "dark_cave"},
|
||||
{"showmearound", "show_me_around"},
|
||||
{"sprouttower", "sprout_tower"},
|
||||
{"johto_rival_intro", "johto_rivalintro"},
|
||||
{"johto_rival_appear", "johto_rival_encounter"},
|
||||
{"ilex_forest", "IlexForest"},
|
||||
{"union_cave", "IlexForest"},
|
||||
|
|
Loading…
Reference in New Issue