Fix cut voices
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user