diff --git a/Update/flow.txt b/Update/flow.txt index 12b0ec9..2f4a007 100644 --- a/Update/flow.txt +++ b/Update/flow.txt @@ -24,6 +24,7 @@ void BrandLogo() ModCallScriptSection("&opening", "OpeningQuestion"); DrawBG( "07thlogo", 1000, TRUE ); + ModPlayVoiceLS(3, 0, "switch/s00/07th", 256, TRUE); Wait( 2000 ); DrawSceneWithMask( "mangagamer", "logomask", 0, 0, 1000 ); Wait( 2000 ); @@ -41,6 +42,7 @@ void Title() DrawScene("white", 1000); PlayBGM( 2, "lsys11", 56, 0 ); + ModPlayVoiceLS(3, 0, "switch/s00/title_call", 256, TRUE); DrawSpriteWithFiltering( 10, "Logo", "centerblind", 0, 0, 0, TRUE, TRUE, 0, 0, 10, 1500, TRUE ); diff --git a/voice/switch/s00/07th.ogg b/voice/switch/s00/07th.ogg new file mode 100644 index 0000000..c25476d Binary files /dev/null and b/voice/switch/s00/07th.ogg differ diff --git a/voice/switch/s00/title_call.ogg b/voice/switch/s00/title_call.ogg new file mode 100644 index 0000000..df55876 Binary files /dev/null and b/voice/switch/s00/title_call.ogg differ