More voice fixes

This commit is contained in:
ItaloKnox
2018-03-05 21:31:06 -03:00
parent bf6671138e
commit acceb3825f

View File

@@ -2077,11 +2077,11 @@ void main()
PlayVoice(3, "s19/04/990400007", 256); PlayVoice(3, "s19/04/990400007", 256);
OutputLine(NULL, "「言い掛かりでございますわぁ!", OutputLine(NULL, "「言い掛かりでございますわぁ!",
NULL, "\"Nothing but lies and slander!", Line_WaitForInput); NULL, "\"Nothing but lies and slander!", Line_WaitForInput);
PlayVoice(3, "s19/04/990400008", 256);
OutputLine(NULL, " 何の証拠があって", OutputLine(NULL, " 何の証拠があって",
NULL, " Exactly what proof—", Line_ContinueAfterTyping); NULL, " Exactly what proof—", Line_ContinueAfterTyping);
Wait( 300 ); Wait( 300 );
PlayVoice(3, "s19/04/990400010", 256);
OutputLine(NULL, "…ふわッ!」", OutputLine(NULL, "…ふわッ!」",
NULL, " ...Uwah!\"", GetGlobalFlag(GLinemodeSp)); NULL, " ...Uwah!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }