Fix typos
This commit is contained in:
@@ -208,7 +208,7 @@ void main()
|
|||||||
Wait( 500 );
|
Wait( 500 );
|
||||||
|
|
||||||
OutputLine(NULL, "取る!」",
|
OutputLine(NULL, "取る!」",
|
||||||
NULL, " \nI'll take responsibility.\"", GetGlobalFlag(GLinemodeSp));
|
NULL, " I'll take responsibility.\"", GetGlobalFlag(GLinemodeSp));
|
||||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||||
|
|
||||||
|
|
||||||
@@ -1117,7 +1117,7 @@ void main()
|
|||||||
// そ、そうか、魅音の秘策とはつまり、人海戦術のことだったのか…¥
|
// そ、そうか、魅音の秘策とはつまり、人海戦術のことだったのか…¥
|
||||||
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||||
OutputLine(NULL, " そ、そうか、魅音の秘策とはつまり、人海戦術のことだったのか…!",
|
OutputLine(NULL, " そ、そうか、魅音の秘策とはつまり、人海戦術のことだったのか…!",
|
||||||
NULL, "I-I see... this was her secret plan... to power in numbers...!", Line_Normal);
|
NULL, "I-I see... this was her secret plan... the power in numbers...!", Line_Normal);
|
||||||
ClearMessage();
|
ClearMessage();
|
||||||
|
|
||||||
// 感謝するぜ魅音@
|
// 感謝するぜ魅音@
|
||||||
@@ -1890,13 +1890,13 @@ void main()
|
|||||||
//..Stick! Satoko also gets the reward of a bunny shaped apple.
|
//..Stick! Satoko also gets the reward of a bunny shaped apple.
|
||||||
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||||
OutputLine(NULL, " すちゃ、",
|
OutputLine(NULL, " すちゃ、",
|
||||||
NULL, "Swish,", Line_Normal);
|
NULL, "Swish,", Line_WaitForInput);
|
||||||
Wait( 200 );
|
Wait( 200 );
|
||||||
OutputLine(NULL, "さく!",
|
OutputLine(NULL, "さく!",
|
||||||
NULL, " stab!", Line_Normal);
|
NULL, " stab!", Line_WaitForInput);
|
||||||
Wait( 100 );
|
Wait( 100 );
|
||||||
OutputLine(NULL, " びし!",
|
OutputLine(NULL, " びし!",
|
||||||
NULL, " Push!", Line_Normal);
|
NULL, " Push!", Line_WaitForInput);
|
||||||
Wait( 100 );
|
Wait( 100 );
|
||||||
OutputLine(NULL, " 沙都子にもリンゴのうさぎさんが進呈される。",
|
OutputLine(NULL, " 沙都子にもリンゴのうさぎさんが進呈される。",
|
||||||
NULL, " Satoko was also presented with apple rabbits.", Line_Normal);
|
NULL, " Satoko was also presented with apple rabbits.", Line_Normal);
|
||||||
|
|||||||
Reference in New Issue
Block a user