This commit is contained in:
Mete Yıldırım
2024-07-03 13:14:23 +03:00
committed by Daniel Wong
parent 7569319ef5
commit bdcd8feb1e
10 changed files with 17 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100001", 256, TRUE);
OutputLine(NULL, "「……レナってさ、俺と同い年だったよな?」",
NULL, "\"... So, Rena, we're the same age?\"", GetGlobalFlag(GLinemodeSp));
NULL, "\"...So, Rena, we're the same age?\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -111,7 +111,7 @@ void main()
// ...おいおい、そりゃどういう意味だよ@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " …おいおい、そりゃどういう意味だよ。",
NULL, "... Hey, now, what's the meaning of this?", GetGlobalFlag(GLinemodeSp));
NULL, "...Hey, now, what's the meaning of this?", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
@@ -168,7 +168,7 @@ void main()
// ...うろたえ具合から今月の小遣いは残り少ないと断定する@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " …うろたえ具合から今月の小遣いは残り少ないと断定する。",
NULL, "... Given how panicked she is, I am certain she doesn't have much allowance left this month.", GetGlobalFlag(GLinemodeSp));
NULL, "...Given how panicked she is, I am certain she doesn't have much allowance left this month.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
@@ -246,7 +246,7 @@ void main()
// ...おいおい、威張ることじゃねーぞ...@って俺のことか(苦笑¥
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " …おいおい、威張ることじゃねーぞ…。",
NULL, "... Hey, now, that's not something to get all high and mighty about.", Line_WaitForInput);
NULL, "...Hey, now, that's not something to get all high and mighty about.", Line_WaitForInput);
OutputLine(NULL, "って俺のことか(苦笑)",
NULL, " As if I'm one to talk (heh).", Line_Normal);
ClearMessage();
@@ -255,7 +255,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 1, "ps3/s20/01/440100009", 256, TRUE);
OutputLine(NULL, "「……そう言えば…、魅音って上級生なんだよなぁ。」",
NULL, "\"... Now that you mention it... You're in a higher grade, right, Mion?\"", GetGlobalFlag(GLinemodeSp));
NULL, "\"...Now that you mention it... You're in a higher grade, right, Mion?\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -374,7 +374,7 @@ void main()
// ...そう言えばそうだよな@うちの学校って前々から変だと思ってた¥
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " …そう言えばそうだよな。",
NULL, "... When she says it like that, it makes sense.", Line_WaitForInput);
NULL, "...When she says it like that, it makes sense.", Line_WaitForInput);
OutputLine(NULL, "うちの学校って前々から変だと思ってた。",
NULL, " I've thought our school was strange for a while now.", Line_Normal);
ClearMessage();
@@ -427,7 +427,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 3, "ps3/s20/03/440300009", 256, TRUE);
OutputLine(NULL, "「まーそれで、生徒は町の学校に通うことになったんだけどさ、遠いでしょ?」",
NULL, "\"Well, because of that, the students would have to attend the school in the city. That's pretty far, though, you know?\"", GetGlobalFlag(GLinemodeSp));
NULL, "\"Well, because of that, the students would have to attend the school in the city. That's pretty far, though, you know?\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -657,7 +657,7 @@ void main()
// ......確かに魅音の言うとおりだな@この学校は進学とは無縁だ@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " ……確かに魅音の言うとおりだな。",
NULL, "... It is just as Mion says.", Line_WaitForInput);
NULL, "...It is just as Mion says.", Line_WaitForInput);
OutputLine(NULL, "この学校は進学とは無縁だ。",
NULL, " This school has nothing to do with higher education.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }