From 31432a4bb44910c08ffceed9dddd8d42d85be1e3 Mon Sep 17 00:00:00 2001 From: Norgus Date: Sat, 21 Nov 2015 11:48:14 +0000 Subject: [PATCH] fixed sound path & text consistency I think all of the Tomitake missing arm quotes are consistent now (searched all of the scripts for the Japanese part) --- Update/onik_002.txt | 2 +- Update/onik_004.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Update/onik_002.txt b/Update/onik_002.txt index de84928..6fa599d 100644 --- a/Update/onik_002.txt +++ b/Update/onik_002.txt @@ -3365,7 +3365,7 @@ void main() //"... …嫌な事件だったね。…腕が一本、まだ見つかってないんだろ?"@\ OutputLine(NULL, "“……嫌な事件だったね。…腕が一本、まだ見つかってないんだろ?”", - NULL, "\"...It was quite a disturbing incident... It seems they haven't been able to find one of the arms.\"", Line_WaitForInput); + NULL, "\"...It was quite a disturbing incident... They still haven't found one of the arms.\"", Line_WaitForInput); OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); diff --git a/Update/onik_004.txt b/Update/onik_004.txt index b8c96a0..e5a1240 100644 --- a/Update/onik_004.txt +++ b/Update/onik_004.txt @@ -3827,7 +3827,7 @@ void main() //「うん!¥ - PlaySE(3, "s19/01/990200271", 256, 64); + PlaySE(3, "s19/02/990200271", 256, 64); OutputLine(NULL, "「うん!」", NULL, "\"Okay!\"", Line_Normal); ClearMessage(); @@ -3837,7 +3837,7 @@ void main() //"... 腕が一本、まだ見つかってないんだろ?"@ OutputLine(NULL, "“…腕が一本、まだ見つかってないんだろ?”", - NULL, "\"...Seems they haven't been able to find one of the arms, you see.\"", Line_WaitForInput); + NULL, "\"...They still haven't found one of the arms.\"", Line_WaitForInput); OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);