Skip to content

Commit

Permalink
Apply fixes from vanilla patch
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Apr 14, 2019
1 parent 1efdff8 commit 30988ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Update/wata_002.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ void main()
// 心が貧しいとか言うなぁあぁあぁあッ!@ 大体、魅音とレナの答えは何だよ@ 魚類じゃないぞそれ@ 哺乳類だしッ!!@
ModPlayVoiceLS(4, 1, "ps3/s19/01/hr_kei11100", 128, TRUE);
OutputLine(NULL, " 心が貧しいとか言うなぁあぁあぁあッ!!",
NULL, " Don't say me something like my soul is destituuuuuuuuUUuuuuuuuuuute!!", Line_Continue);
NULL, " Don't say something like my soul is destituuuuuuuuUUuuuuuuuuuute!!", Line_Continue);

// (backup) SetValidityOfInput( FALSE );
Wait( 2400 );
Expand Down
2 changes: 1 addition & 1 deletion Update/wata_003.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ void main()
NULL, "\"I'll get straight to the point.", Line_WaitForInput);
ModPlayVoiceLS(4, 1, "ps3/s19/01/hr_kei13580", 128, TRUE);
OutputLine(NULL, "このままでは部活に負ける!",
NULL, " At this rate, I'm going lose this contest!", Line_WaitForInput);
NULL, " At this rate, I'm going to lose this contest!", Line_WaitForInput);
ModPlayVoiceLS(4, 1, "ps3/s19/01/hr_kei13590", 128, TRUE);
OutputLine(NULL, " 君たちの班が剥いた野菜をくれ。」",
NULL, " Give me the vegetables your group has peeled already.\"", GetGlobalFlag(GLinemodeSp));
Expand Down
2 changes: 1 addition & 1 deletion Update/wata_004.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2553,7 +2553,7 @@ void main()
// 急な坂を一気に越えると視界が開ける。もうそこは駅前だった¥
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 急な坂を一気に越えると視界が開ける。もうそこは駅前だった。",
NULL, "...", Line_Normal);
NULL, "As I reached the top of the steep hill, the horizon expanded before me. I was almost at the station.", Line_Normal);
ClearMessage();


Expand Down
2 changes: 1 addition & 1 deletion Update/wata_007.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3866,7 +3866,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#945c44>富竹</color>", NULL, "<color=#945c44>Tomitake</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 8, "ps3/s19/08/500800099", 128, TRUE);
OutputLine(NULL, " …例えば一番最初の、ダム現場の監督が殺された事件も、複数犯の内の最後の1人が未だ逮捕されてないらしいんだ。」",
NULL, "...For example, the first one, where the dam site manager was killed. Apparently one of the people responsible for that still haven't been arrested.\"", GetGlobalFlag(GLinemodeSp));
NULL, "...For example, the first one, where the dam site manager was killed. Apparently one of the people responsible for that still hasn't been arrested.\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }


Expand Down
2 changes: 1 addition & 1 deletion Update/wata_ep_01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ void main()
// 真っ白になってしまった俺の意識以外には、何の外傷もない@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " 真っ白になってしまった俺の意識以外には、何の外傷もない。",
NULL, "Asides from my entirely blank state of mind, I had no external injuries.", GetGlobalFlag(GLinemodeSp));
NULL, "Aside from my entirely blank state of mind, I had no external injuries.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }


Expand Down

0 comments on commit 30988ff

Please sign in to comment.