Unify audio volumes

This commit is contained in:
Jáchym Toušek
2019-06-23 09:57:59 +02:00
parent 6cbc7b583d
commit c02310e318
56 changed files with 1603 additions and 1603 deletions

View File

@@ -6,13 +6,13 @@ void dialog000()
{
//「レナー@ トイレじゃない@ 最近、お通じが来ないって言ってたなぁ。@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 3, "ps3/s20/03/440300023", 128, TRUE);
ModPlayVoiceLS(3, 3, "ps3/s20/03/440300023", 256, TRUE);
OutputLine(NULL, "「レナー?",
NULL, "\"Rena~?", Line_Continue);
Wait (400)
OutputLine(NULL, " トイレじゃない?",
NULL, " Didn't she go to the washroom?", Line_WaitForInput);
ModPlayVoiceLS(3, 3, "ps3/s20/03/440300024", 128, TRUE);
ModPlayVoiceLS(3, 3, "ps3/s20/03/440300024", 256, TRUE);
OutputLine(NULL, " 除きたいなら止めないけど、通報するからねぇ〜」",
NULL, " If you're planning to peep, I won't stop you. I'll call the cops, though~!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }