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,16 +6,16 @@ void dialog000()
{
//「...ふ@ だが諦めろ@俺に誕生日で挑もうったって無駄なことだ!@ ......何ならひと月差ごとに100円の賭けをしてもいいぜー!@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100004", 128, TRUE);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100004", 256, TRUE);
OutputLine(NULL, "「…ふ!",
NULL, "\"...Heh!", Line_Continue);
Wait( 1000 );
OutputLine(NULL, " だが諦めろ。",
NULL, " Don't even.", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100005", 128, TRUE);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100005", 256, TRUE);
OutputLine(NULL, "俺に誕生日で挑もうったって無駄なことだ!!",
NULL, " It's impossible to challenge me by birthday!!", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100006", 128, TRUE);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100006", 256, TRUE);
OutputLine(NULL, " ……何ならひと月差ごとに100円の賭けをしてもいいぜー!」",
NULL, " ... I wouldn't even mind you if you bet a dollar per month!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }