Add neutral color

This commit is contained in:
Jáchym Toušek
2017-05-31 17:30:15 +02:00
parent c2d8dda052
commit 8cd0909a7f
22 changed files with 277 additions and 277 deletions

View File

@@ -5449,7 +5449,7 @@ void main()
//「そのオヤシロさまというのは何ですか?@
PlaySE(3, "s01/00/doc02001", 256, 64);
if (AdvMode) { OutputLine("医者", NULL, "Doctor", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>医者</color>", NULL, "<color=#f5e6d3>Doctor</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「そのオヤシロさまというのは何ですか?」",
NULL, "\"What is this Oyashiro-sama you speak of?\"", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -5479,7 +5479,7 @@ void main()
//「竜宮さんが今のお家に引っ越される前に住んでいた町ですね?@
PlaySE(3, "s01/00/doc02002", 256, 64);
if (AdvMode) { OutputLine("医者", NULL, "Doctor", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>医者</color>", NULL, "<color=#f5e6d3>Doctor</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「竜宮さんが今のお家に引っ越される前に住んでいた町ですね?」",
NULL, "\"That's the town you lived in before you moved here. Isn't that right, Ryuugu-san?\"", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -5499,7 +5499,7 @@ void main()
//「竜宮さんはきっと雛見沢にもお友達がたくさんいたんでしょうね@今でも懐かしいんじゃないですか?@
PlaySE(3, "s01/00/doc02003", 256, 64);
if (AdvMode) { OutputLine("医者", NULL, "Doctor", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>医者</color>", NULL, "<color=#f5e6d3>Doctor</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「竜宮さんはきっと雛見沢にもお友達がたくさんいたんでしょうね。",
NULL, "\"Ryuugu-san must have lots of friends in Hinamizawa.", Line_WaitForInput);
PlaySE(3, "s01/00/doc02004", 256, 64);
@@ -5546,7 +5546,7 @@ void main()
//「オヤシロさまというのは、その雛見沢の神さまなんですね?@
PlaySE(3, "s01/00/doc02005", 256, 64);
if (AdvMode) { OutputLine("医者", NULL, "Doctor", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>医者</color>", NULL, "<color=#f5e6d3>Doctor</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「オヤシロさまというのは、その雛見沢の神さまなんですね?」",
NULL, "\"Oyashiro-sama is the name of the god in Hinamizawa, isn't that right?\"", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -5567,7 +5567,7 @@ void main()
//「竜宮さんが引っ越しをされたのは...もうずいぶん前ですよね@ では...今になってその神さまがやってきた、ということですか?@
PlaySE(3, "s01/00/doc02006", 256, 64);
if (AdvMode) { OutputLine("医者", NULL, "Doctor", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>医者</color>", NULL, "<color=#f5e6d3>Doctor</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「竜宮さんが引っ越しをされたのは…もうずいぶん前ですよね?",
NULL, "\"You had moved... quite a while ago, didn't you?", Line_WaitForInput);
PlaySE(3, "s01/00/doc02007", 256, 64);
@@ -6949,7 +6949,7 @@ void main()
//「......なッ?!@
PlaySE(3, "s01/00/mana020001", 256, 64);
if (AdvMode) { OutputLine("男", NULL, "Man", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#f5e6d3>男</color>", NULL, "<color=#f5e6d3>Man</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「……なッ?!」",
NULL, "\"...Wha—!?\"", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }