Skip to content

Commit

Permalink
Fix mismatched voices
Browse files Browse the repository at this point in the history
  • Loading branch information
ItaloKnox committed Aug 20, 2019
1 parent c9a13b7 commit 9001c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update/_mina_011_2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 1, "ps2/01/180100629", 540, TRUE);
ModPlayVoiceLS(4, 1, "ps2/01/e_180100629", 540, TRUE);
OutputLine(NULL, "「沙都子の死んだ両親がダムに反対してたって話か。",
NULL, "\"You're talking about Satoko's parents, who were for the dam project?", Line_WaitForInput);
ModPlayVoiceLS(4, 1, "ps3/s12/01/180100630", 256, TRUE);
Expand Down Expand Up @@ -1453,7 +1453,7 @@ void main()
ModPlayVoiceLS(4, 1, "ps3/s12/01/180100632", 256, TRUE);
OutputLine(NULL, "「………今回の件とは別にせよ、何だかつまらねぇ話だな。",
NULL, "\"......That's horrible.", Line_WaitForInput);
ModPlayVoiceLS(4, 1, "ps2/01/180100633", 540, TRUE);
ModPlayVoiceLS(4, 1, "ps2/01/e_180100633", 540, TRUE);
OutputLine(NULL, "鉄平は積極的に沙都子を虐めやがるからもちろん許さねぇが、消極的に沙都子を虐めるヤツも俺が許さねぇからな。",
NULL, " I can't forgive Satoko's uncle for aggressively abusing her, but I'm not about to forgive other people for quietly abusing her either.", Line_WaitForInput);
ModPlayVoiceLS(4, 1, "ps3/s12/01/180100634", 256, TRUE);
Expand Down

0 comments on commit 9001c24

Please sign in to comment.