Fix cut voices

This commit is contained in:
Jáchym Toušek
2017-07-13 23:20:42 +02:00
parent 39a44c8fbd
commit 180d04d8fb
10 changed files with 19 additions and 52 deletions

View File

@@ -727,6 +727,9 @@ void main()
PlaySE(3, "s19/04/990400087", 256, 64);
OutputLine(NULL, "「知ってるもん…!!",
NULL, "\"I do know...!!", Line_WaitForInput);
PlaySE(3, "s19/04/990400088", 256, 64);
OutputLine(NULL, "知ってるもん!!",
NULL, " I do know!!", Line_WaitForInput);
PlaySE(3, "s19/04/990400089", 256, 64);
OutputLine(NULL, " 知ってるもん!!!…",
NULL, " I do know!!!...", Line_ContinueAfterTyping);
@@ -739,9 +742,7 @@ void main()
Wait( 300 );
OutputLine(NULL, "セッ、」",
NULL, "Se...\"", Line_ContinueAfterTyping);
Wait( 600 );
NULL, "Se...\"", Line_WaitForInput);
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);