Update ADV-mode using new compiler and colors

This commit is contained in:
Jáchym Toušek
2017-06-19 18:42:01 +02:00
41 changed files with 2864 additions and 2825 deletions

View File

@@ -23,6 +23,7 @@ void main()
PlayBGM( 1, "msys01", 128, 0 );
// セブンスマートは市内にある、酒類食料品の安売量販店だ¥
ClearMessage();
if (AdvMode) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " セブンスマートは市内にある、酒類食料品の安売量販店だ。",
NULL, "The Seventh Mart was a bargain supermarket with food and alcohol.", Line_Normal);
@@ -39,7 +40,7 @@ void main()
//「最近のカップめんは凝ってて種類も多いんだよ@どれも一通りは食ってみたいし。@
PlaySE(3, "s20/01/440100041", 256, 64);
if (AdvMode) { OutputLine("<color=#a17f7f>圭一</color>", NULL, "<color=#a17f7f>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「最近のカップめんは凝ってて種類も多いんだよ。",
NULL, "\"Cup noodles have gotten so elaborate recently, and there are a bunch of different types.", Line_ContinueAfterTyping);
Wait (1600);
@@ -80,7 +81,7 @@ void main()
//「それじゃ1種類しか食えないよ@ 飽きちゃうって!@
PlaySE(3, "s20/01/440100042", 256, 64);
if (AdvMode) { OutputLine("<color=#a17f7f>圭一</color>", NULL, "<color=#a17f7f>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「それじゃ1種類しか食えないよ!",
NULL, "\"Then I'd only get to eat one kind!", Line_ContinueAfterTyping);
Wait (1300);
@@ -146,7 +147,7 @@ void main()
//「豚骨はうまいんだよ@ 大盛りだけど大味ってわけじゃないし...
PlaySE(3, "s20/01/440100043", 256, 64);
if (AdvMode) { OutputLine("<color=#a17f7f>圭一</color>", NULL, "<color=#a17f7f>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「豚骨はうまいんだよ!",
NULL, "\"Pork-bone is good!", Line_ContinueAfterTyping);
Wait (1200);
@@ -818,7 +819,7 @@ void main()
//「.........え、..................え?@
PlaySE(3, "s20/01/440100044", 256, 64);
if (AdvMode) { OutputLine("<color=#a17f7f>圭一</color>", NULL, "<color=#a17f7f>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
if (AdvMode) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, "「………え、………………え?」",
NULL, "\"...Wha... what?\"", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }