Skip to content

Commit

Permalink
Add voiced 07th logo and title screen
Browse files Browse the repository at this point in the history
- This adds voices from the Switch game, when the 07th logo and title screen are read out loud as "seventh expansion" and "higurashi no naku koro ni"
- Authored by NelloPed
- Briefly tested by drojf, seems fine
- See #196 (comment) for more details
  • Loading branch information
drojf committed Oct 12, 2023
1 parent 884fdcb commit 74f03b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Update/flow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand All @@ -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 );

Expand Down
Binary file added voice/switch/s00/07th.ogg
Binary file not shown.
Binary file added voice/switch/s00/title_call.ogg
Binary file not shown.

0 comments on commit 74f03b2

Please sign in to comment.