From bf6671138eb490555a4c846f4ce530ea624f78e2 Mon Sep 17 00:00:00 2001 From: ItaloKnox Date: Mon, 5 Mar 2018 04:01:41 -0300 Subject: [PATCH] Fix wrong voices --- Update/onik_001.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Update/onik_001.txt b/Update/onik_001.txt index 4861dfb..823743c 100644 --- a/Update/onik_001.txt +++ b/Update/onik_001.txt @@ -2142,11 +2142,10 @@ void main() //「ぼぅ、暴力反対ですのー!!!w600 証拠もないのにぃ~!!@ if (GetGlobalFlag(GADVMode)) { OutputLine("沙都子", NULL, "Satoko", NULL, Line_ContinueAfterTyping); } - PlayVoice(3, "s19/04/990400008", 256); + PlayVoice(3, "s19/04/990400009", 256); OutputLine(NULL, "「ぼぅ、暴力反対ですのー!!", NULL, "\"I-I'm against violence!!", Line_WaitForInput); - PlayVoice(3, "s19/04/990400009", 256); OutputLine(NULL, " 証拠もないのにぃ〜!!」", NULL, " You don't even have any proof!!\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } @@ -2333,7 +2332,6 @@ void main() OutputLine(NULL, "「…ひぅ!", NULL, "\"...Huu!", Line_WaitForInput); - PlayVoice(3, "s19/02/990200034", 256); OutputLine(NULL, " …だってだって…こんなにかぁいいよぅ?」", NULL, " ...But, but... they're sho kyute?\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } @@ -2348,7 +2346,7 @@ void main() //「でも...ちょっとくらいなら......だめかな?!d300だめかな?@ if (GetGlobalFlag(GADVMode)) { OutputLine("レナ", NULL, "Rena", NULL, Line_ContinueAfterTyping); } - PlayVoice(3, "s19/02/990200035", 256); + PlayVoice(3, "s19/02/990200034", 256); OutputLine(NULL, "「でも…ちょっとくらいなら……だめかな?", NULL, "\"But... just for a bit... is fine?", Line_Continue);