diff --git a/Update/onik_010.txt b/Update/onik_010.txt index 7483ee1..63cff4c 100644 --- a/Update/onik_010.txt +++ b/Update/onik_010.txt @@ -913,7 +913,7 @@ void main() OutputLine(NULL, " む、あるとの答えが2人しか出なかったぞ?", NULL, "Hrm, only two people said they had one?", Line_WaitForInput); OutputLine(NULL, " ってことは…「レナ」「斧」「ラウンジ」のどれかひとつは…犯人、正解ということか?!", - NULL, " So it means... out of \"Rena\", \"Axe\", and \"Lounge,\" one of them is correct and is part of the crime!?", Line_Normal); + NULL, " So it means... out of \"Rena,\" \"Axe,\" and \"Lounge,\" one of them is correct and is part of the crime!?", Line_Normal); ClearMessage(); @@ -1621,6 +1621,7 @@ void main() //「うん。わかったね!¥ + if (GetGlobalFlag(GADVMode)) { OutputLine("レナ", NULL, "Rena", NULL, Line_ContinueAfterTyping); } ModPlayVoiceLS(3, 2, "s01/02/120200035", 256, TRUE); if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_Continue); } OutputLine(NULL, "「うん。わかったね!」", @@ -2607,7 +2608,7 @@ void main() // PlaySE(3, "s01/01/120100108", 256, 64); // Wrong sound (the one matching this line seems to be missing) if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); } OutputLine(NULL, " 爪?!", - NULL, "\"Nails!?", Line_WaitForInput); + NULL, "Nails!?", Line_WaitForInput); OutputLine(NULL, " 爪って、指についてる…この爪か?!", NULL, " As in fingernails!?", Line_WaitForInput); OutputLine(NULL, " それで…ガリガリと?!?!", @@ -4371,7 +4372,7 @@ void main() // (backup) SetValidityOfInput( TRUE ); OutputLine(NULL, "…ずーっと待ってたんだよ? …だよ?」", - NULL, " ...I waited all this time, you know? ...You know?", GetGlobalFlag(GLinemodeSp)); + NULL, " ...I waited all this time, you know? ...You know?\"", GetGlobalFlag(GLinemodeSp)); if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }