Update voices

This commit is contained in:
Jáchym Toušek
2018-05-11 09:37:31 +02:00
parent cfd24e3dc8
commit 73faf3ef2a
61 changed files with 5434 additions and 5434 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, "s20/01/440100004", 128, TRUE);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100004", 128, TRUE);
OutputLine(NULL, "「…ふ!",
NULL, "\"...Heh!", Line_Continue);
Wait( 1000 );
OutputLine(NULL, " だが諦めろ。",
NULL, " Don't even.", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "s20/01/440100005", 128, TRUE);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100005", 128, TRUE);
OutputLine(NULL, "俺に誕生日で挑もうったって無駄なことだ!!",
NULL, " It's impossible to challenge me by birthday!!", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "s20/01/440100006", 128, TRUE);
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100006", 128, TRUE);
OutputLine(NULL, " ……何ならどっちが年上か、罰ゲームつきで勝負してもいいぜー!」",
NULL, " ... We can compete over who's the oldest if you like, with punishment, of course!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }