Fix Lipsync
This commit is contained in:
@@ -23,23 +23,23 @@ void main()
|
||||
//「......レナってさ、俺と同い年だったよな?@
|
||||
ClearMessage();
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100001", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100001", 128, TRUE);
|
||||
OutputLine(NULL, "「……レナってさ、俺と同い年だったよな?」",
|
||||
NULL, "\"... So, Rena, we're the same age?\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacterWithFiltering(1, 2, "character/re1a_defA1_", "0", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
ModDrawCharacterWithFiltering(1, 2, "character/normal/re1a_defA1_", "0", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
|
||||
//「うん@そうだよ@ 干支もおんなじだよね。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200001", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200001", 128, TRUE);
|
||||
OutputLine(NULL, "「うん。",
|
||||
NULL, "\"Yes.", Line_WaitForInput);
|
||||
OutputLine(NULL, "そうだよ?",
|
||||
NULL, " That's right.", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200002", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200002", 128, TRUE);
|
||||
OutputLine(NULL, " 干支もおんなじだよね。」",
|
||||
NULL, " We're the same zodiac animal, too.\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
@@ -52,11 +52,11 @@ void main()
|
||||
ClearMessage();
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacterWithFiltering(3, 3, "character/me1a_DefA1_", "0", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
ModDrawCharacterWithFiltering(3, 3, "character/normal/me1a_DefA1_", "0", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
|
||||
//「そんなことないよ@誕生日の違いがあれば、年齢が同じでも干支が違うこともありえるって!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300001", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300001", 128, TRUE);
|
||||
OutputLine(NULL, "「そんなことないよ。",
|
||||
NULL, "\"That's not true.", Line_WaitForInput);
|
||||
OutputLine(NULL, "誕生日の違いがあれば、年齢が同じでも干支が違うこともありえるって!」",
|
||||
@@ -67,27 +67,27 @@ void main()
|
||||
|
||||
//「あれ@ あ、そーか@魅音、頭いいじゃねぇか!¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100002", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100002", 128, TRUE);
|
||||
OutputLine(NULL, "「あれ?",
|
||||
NULL, "\"Huh?", Line_WaitForInput);
|
||||
OutputLine(NULL, " あ、そーか。",
|
||||
NULL, " Oh, I see~", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100003", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100003", 128, TRUE);
|
||||
OutputLine(NULL, "魅音、頭いいじゃねぇか!」",
|
||||
NULL, " Mion, you're pretty smart!\"", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 2, "character/re1b_waraiB1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 2, "character/normal/re1b_waraiB1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「あははははは@ところで圭一くんは何月生まれなのかな@ レナは7月なんだよ!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200003", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200003", 128, TRUE);
|
||||
OutputLine(NULL, "「あははははは。",
|
||||
NULL, "\"Ahahahahaha.", Line_WaitForInput);
|
||||
OutputLine(NULL, "ところで圭一くんは何月生まれなのかな?",
|
||||
NULL, " What month were you born, by the way, Keiichi-kun?", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200004", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200004", 128, TRUE);
|
||||
OutputLine(NULL, " レナは7月なんだよ!」",
|
||||
NULL, " I'm July!\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
@@ -117,34 +117,34 @@ void main()
|
||||
|
||||
//「...ふ@ だが諦めろ@俺に誕生日で挑もうったって無駄なことだ!@ ......何ならひと月差ごとに100円の賭けをしてもいいぜー!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100004", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100004", 128, TRUE);
|
||||
OutputLine(NULL, "「…ふ!",
|
||||
NULL, "\"...heh!", Line_WaitForInput);
|
||||
OutputLine(NULL, " だが諦めろ。",
|
||||
NULL, " Don't even.", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100005", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100005", 128, TRUE);
|
||||
OutputLine(NULL, "俺に誕生日で挑もうったって無駄なことだ!!",
|
||||
NULL, " It's impossible to challenge me by birthday!!", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100006", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100006", 128, TRUE);
|
||||
OutputLine(NULL, " ……何ならひと月差ごとに100円の賭けをしてもいいぜー!」",
|
||||
NULL, " ... I wouldn't even mind you if you bet a dollar per month!\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 2, "character/re1a_nandeA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 2, "character/normal/re1a_nandeA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「え@ え?@ なんでだろ@ なんでだろ?!¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200005", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200005", 128, TRUE);
|
||||
OutputLine(NULL, "「え?",
|
||||
NULL, "\"Huh?", Line_WaitForInput);
|
||||
OutputLine(NULL, " え?!",
|
||||
NULL, " Huh!?", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200006", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200006", 128, TRUE);
|
||||
OutputLine(NULL, " なんでだろ?",
|
||||
NULL, " Why?", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200007", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200007", 128, TRUE);
|
||||
OutputLine(NULL, " なんでだろ?!」",
|
||||
NULL, " Why!?\"", Line_Normal);
|
||||
ClearMessage();
|
||||
@@ -169,11 +169,11 @@ void main()
|
||||
NULL, "It's just... Sending her into a panic about something as simple as a birthday is so fun, I can't help myself.", Line_Normal);
|
||||
ClearMessage();
|
||||
DisableWindow();
|
||||
ModDrawCharacter(3, 3, "character/me1b_WinkA1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
ModDrawCharacter(3, 3, "character/normal/me1b_WinkA1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
|
||||
//「ってことは圭ちゃん、ひょっとして4月生まれ?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300002", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300002", 128, TRUE);
|
||||
OutputLine(NULL, "「ってことは圭ちゃん、ひょっとして4月生まれ?」",
|
||||
NULL, "\"So that means you were born in April, Kei-chan?\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
@@ -182,39 +182,39 @@ void main()
|
||||
|
||||
//「そーゆうこったな@ 残念だなレナ@ 俺、もーとっくにレナより年上なんだよ。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100007", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100007", 128, TRUE);
|
||||
OutputLine(NULL, "「そーゆうこったな!",
|
||||
NULL, "\"Right on!", Line_WaitForInput);
|
||||
OutputLine(NULL, " 残念だなレナ!",
|
||||
NULL, " Too bad, Rena!", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100008", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100008", 128, TRUE);
|
||||
OutputLine(NULL, " 俺、もーとっくにレナより年上なんだよ。」",
|
||||
NULL, " I'm already far older than Rena.\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 2, "character/re1a_waraiA1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 2, "character/normal/re1a_waraiA1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「へぇー@ そうなんだ@ じゃあ魅ぃちゃんと同い年なんだね!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200008", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200008", 128, TRUE);
|
||||
OutputLine(NULL, "「へぇー!",
|
||||
NULL, "\"Oh!", Line_WaitForInput);
|
||||
OutputLine(NULL, " そうなんだ!",
|
||||
NULL, " I see!", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200009", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200009", 128, TRUE);
|
||||
OutputLine(NULL, " じゃあ魅ぃちゃんと同い年なんだね!」",
|
||||
NULL, " Then you're the same age as Mii-chan!\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(3, 3, "character/me1a_TokuiA1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
ModDrawCharacter(3, 3, "character/normal/me1a_TokuiA1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
|
||||
//「まぁ、ほんの何ヶ月かはね~@ すぐにまた差を開いてあげるけどさ!¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300003", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300003", 128, TRUE);
|
||||
OutputLine(NULL, "「まぁ、ほんの何ヶ月かはね〜!",
|
||||
NULL, "\"Well, it's just a few months~", Line_WaitForInput);
|
||||
OutputLine(NULL, " すぐにまた差を開いてあげるけどさ!」",
|
||||
@@ -239,29 +239,29 @@ void main()
|
||||
|
||||
//「......そう言えば...、魅音って上級生なんだよなぁ。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100009", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100009", 128, TRUE);
|
||||
OutputLine(NULL, "「……そう言えば…、魅音って上級生なんだよなぁ。」",
|
||||
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); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(3, 3, "character/me1a_WinkA1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
ModDrawCharacter(3, 3, "character/normal/me1a_WinkA1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
|
||||
//「下級生の方が萌えるってんなら、今日から下級生ってことでもいいけどー?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300004", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300004", 128, TRUE);
|
||||
OutputLine(NULL, "「下級生の方が萌えるってんなら、今日から下級生ってことでもいいけどー?」",
|
||||
NULL, "\"If you're into underclassmen, then I can be an underclassman from now on!\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 2, "character/re1a_hauA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 2, "character/normal/re1a_hauA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「魅ぃちゃん、よくわかんないこと言ってる......。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200010", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200010", 128, TRUE);
|
||||
OutputLine(NULL, "「魅ぃちゃん、よくわかんないこと言ってる……。」",
|
||||
NULL, "\"Mii-chan, you're not making any sense to me...\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
@@ -276,7 +276,7 @@ void main()
|
||||
|
||||
//「んで、沙都子と梨花ちゃんが下級生と@......どころか学校が違うくらいの下級生だよな?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100010", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100010", 128, TRUE);
|
||||
OutputLine(NULL, "「んで、沙都子と梨花ちゃんが下級生と。",
|
||||
NULL, "\"Then Satoko and Rika-chan are underclassmen.", Line_WaitForInput);
|
||||
OutputLine(NULL, "……どころか学校が違うくらいの下級生だよな?」",
|
||||
@@ -287,7 +287,7 @@ void main()
|
||||
|
||||
//「け......圭一くんは、ちょっと好みの年齢が低すぎると思うな...@思うな......。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200011", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200011", 128, TRUE);
|
||||
OutputLine(NULL, "「け……圭一くんは、ちょっと好みの年齢が低すぎると思うな…。",
|
||||
NULL, "\"Ke... Keiichi-kun, your tastes are a bit too young, I think...", Line_WaitForInput);
|
||||
OutputLine(NULL, "思うな……。」",
|
||||
@@ -311,11 +311,11 @@ void main()
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 2, "character/re1a_nandeA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 2, "character/normal/re1a_nandeA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「はぅ~~~!! やーめーてーー......!¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200012", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200012", 128, TRUE);
|
||||
OutputLine(NULL, "「はぅ〜〜〜!! やーめーてーー……!」",
|
||||
NULL, "\"Hao~~~!! S~t~o~p~ i~t~~...!\"", Line_Normal);
|
||||
ClearMessage();
|
||||
@@ -328,7 +328,7 @@ void main()
|
||||
|
||||
//「前から思ってたんだけどさ@なんでこの学校って、クラスが学年混在なんだ?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100011", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100011", 128, TRUE);
|
||||
OutputLine(NULL, "「前から思ってたんだけどさ。",
|
||||
NULL, "\"I wondered about it before, yeah.", Line_WaitForInput);
|
||||
OutputLine(NULL, "なんでこの学校って、クラスが学年混在なんだ?」",
|
||||
@@ -337,16 +337,16 @@ void main()
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacterWithFiltering(1, 3, "character/me1a_DefA1_", "0", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
ModDrawCharacterWithFiltering(1, 3, "character/normal/me1a_DefA1_", "0", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
|
||||
|
||||
//「教室の数が足りないからだよ@仕方ないじゃん@ 営林署の建物を間借りしてんだからさー。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300005", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300005", 128, TRUE);
|
||||
OutputLine(NULL, "「教室の数が足りないからだよ。",
|
||||
NULL, "\"There aren't enough classrooms.", Line_WaitForInput);
|
||||
OutputLine(NULL, "仕方ないじゃん?",
|
||||
NULL, " Can't help it.", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300006", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300006", 128, TRUE);
|
||||
OutputLine(NULL, " 営林署の建物を間借りしてんだからさー。」",
|
||||
NULL, " This building is being rented from the forestry services, after all~.\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
@@ -373,7 +373,7 @@ void main()
|
||||
|
||||
//「何で借りてるんだよ@本当の学校はどうしちゃったんだよ?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100012", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100012", 128, TRUE);
|
||||
OutputLine(NULL, "「何で借りてるんだよ。",
|
||||
NULL, "\"Why is it being borrowed?", Line_WaitForInput);
|
||||
OutputLine(NULL, "本当の学校はどうしちゃったんだよ?」",
|
||||
@@ -381,16 +381,16 @@ void main()
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
ModDrawCharacter(1, 3, "character/me1a_WinkA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 3, "character/normal/me1a_WinkA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「戦前からずーっと立ってたらしいからねぇ...@老朽化でね@廃校ってわけよ。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300007", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300007", 128, TRUE);
|
||||
OutputLine(NULL, "「戦前からずーっと立ってたらしいからねぇ…。",
|
||||
NULL, "\"There was one here forever from before the war...", Line_WaitForInput);
|
||||
OutputLine(NULL, "老朽化でね。",
|
||||
NULL, " It got dilapidated.", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300008", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300008", 128, TRUE);
|
||||
OutputLine(NULL, "廃校ってわけよ。」",
|
||||
NULL, " They closed it down.\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
@@ -405,40 +405,40 @@ void main()
|
||||
|
||||
//「まーそれで、生徒は町の学校に通うことになったんだけどさ、遠いでしょ?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300009", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300009", 128, 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));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacterWithFiltering(3, 2, "character/re1a_defA1_", "0", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
|
||||
ModDrawCharacterWithFiltering(3, 2, "character/normal/re1a_defA1_", "0", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
|
||||
|
||||
//「どこの学校だったの?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200013", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200013", 128, TRUE);
|
||||
OutputLine(NULL, "「どこの学校だったの?」",
|
||||
NULL, "\"Which school would that be?\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 3, "character/me1a_WaraiA1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 3, "character/normal/me1a_WaraiA1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「興宮の駅前通りを抜けて病院に曲がって、小児科の向かいに学校あるのわかる?@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300010", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300010", 128, TRUE);
|
||||
OutputLine(NULL, "「興宮の駅前通りを抜けて病院に曲がって、小児科の向かいに学校あるのわかる?」",
|
||||
NULL, "\"Did you know there's a school if you pass by the Okinomiya train station, turn at the hospital, and head towards the pediatrics department?\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(3, 2, "character/re1b_bikkuriB1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
ModDrawCharacter(3, 2, "character/normal/re1b_bikkuriB1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
|
||||
//「え、えーーーーーッ?!?@ と、遠いよぅ...!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200014", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200014", 128, TRUE);
|
||||
OutputLine(NULL, "「え、えーーーーーッ?!?!",
|
||||
NULL, "\"W-Whaaaa!?!?", Line_WaitForInput);
|
||||
OutputLine(NULL, " と、遠いよぅ…!」",
|
||||
@@ -453,48 +453,48 @@ void main()
|
||||
NULL, "I couldn't tell where that was by the location, but I understood it was pretty far from Rena's reaction.", Line_Normal);
|
||||
ClearMessage();
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 3, "character/me1a_WinkA1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 3, "character/normal/me1a_WinkA1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「まぁ、そんなわけでさ@
|
||||
// 興宮の学校に通いたくない連中は、こうして営林署の建物を間借りした仮校舎に通ってるってわけさ。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300011", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300011", 128, TRUE);
|
||||
OutputLine(NULL, "「まぁ、そんなわけでさ。",
|
||||
NULL, "\"Well, that's why.", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300012", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300012", 128, TRUE);
|
||||
OutputLine(NULL, " 興宮の学校に通いたくない連中は、こうして営林署の建物を間借りした仮校舎に通ってるってわけさ。」",
|
||||
NULL, " The guys that didn't want to commute to Okinomiya rented out the building from the forestry services, and are attending this pseudo school house here.\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(3, 2, "character/re1a_defA1_", "0", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
ModDrawCharacter(3, 2, "character/normal/re1a_defA1_", "0", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
|
||||
//「雛見沢の子供の半分くらいかな@ 朝早くに自転車で通ってる子たちも結構いるよ。¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200015", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200015", 128, TRUE);
|
||||
OutputLine(NULL, "「雛見沢の子供の半分くらいかな?",
|
||||
NULL, "\"About half the children in Hinamizawa go here.", Line_WaitForInput);
|
||||
OutputLine(NULL, " 朝早くに自転車で通ってる子たちも結構いるよ。」",
|
||||
NULL, " There are quite a lot of kids that come here on bike.\"", Line_Normal);
|
||||
ClearMessage();
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 3, "character/me1a_DefA1_", "0", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 3, "character/normal/me1a_DefA1_", "0", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「まぁ、こんなハチャメチャな学校に通ってたら、進学校とかはちょっと無理だろうからねぇ。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300013", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300013", 128, TRUE);
|
||||
OutputLine(NULL, "「まぁ、こんなハチャメチャな学校に通ってたら、進学校とかはちょっと無理だろうからねぇ。」",
|
||||
NULL, "\"Well, since they're attending this really messed-up school it might be pretty hard for them to get into higher education.\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(3, 2, "character/re1a_waraiA1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
ModDrawCharacter(3, 2, "character/normal/re1a_waraiA1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
|
||||
//「そんなことないよ魅ぃちゃん@ちゃんと頑張ればどこでだってお勉強はできるよ。@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200016", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200016", 128, TRUE);
|
||||
OutputLine(NULL, "「そんなことないよ魅ぃちゃん。",
|
||||
NULL, "\"That's not true, Mii-chan.", Line_WaitForInput);
|
||||
OutputLine(NULL, "ちゃんと頑張ればどこでだってお勉強はできるよ。」",
|
||||
@@ -505,7 +505,7 @@ void main()
|
||||
|
||||
//「お、そうだぞそうだぞ@ レナとは意見が一致したな!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100013", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100013", 128, TRUE);
|
||||
OutputLine(NULL, "「お、そうだぞそうだぞ!",
|
||||
NULL, "\"Yeah, that's right that's right!", Line_WaitForInput);
|
||||
OutputLine(NULL, " レナとは意見が一致したな!」",
|
||||
@@ -514,27 +514,27 @@ void main()
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(3, 2, "character/re1b_waraiB1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
ModDrawCharacter(3, 2, "character/normal/re1b_waraiB1_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
|
||||
//「うん、そうだね@そうだね@ がんばろ!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200017", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200017", 128, TRUE);
|
||||
OutputLine(NULL, "「うん、そうだね。",
|
||||
NULL, "\"Yes, that's right.", Line_WaitForInput);
|
||||
OutputLine(NULL, "そうだね!",
|
||||
NULL, " That's right!", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200018", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200018", 128, TRUE);
|
||||
OutputLine(NULL, " がんばろ!」",
|
||||
NULL, " Let's try our best!\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 3, "character/me1b_TokuiA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 3, "character/normal/me1b_TokuiA1_", "1", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「せーぜー頑張って下さいな@おじさんはささやかに応援しとりますわ。¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300014", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300014", 128, TRUE);
|
||||
OutputLine(NULL, "「せーぜー頑張って下さいな。",
|
||||
NULL, "\"All of you, try your best.", Line_WaitForInput);
|
||||
OutputLine(NULL, "おじさんはささやかに応援しとりますわ。」",
|
||||
@@ -543,23 +543,23 @@ void main()
|
||||
|
||||
//「俺たちがじゃないぞ、魅音がだぞ@ お前、受験生だろ?@ こんな成績じゃお先真っ暗だぞ?!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100014", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100014", 128, TRUE);
|
||||
OutputLine(NULL, "「俺たちがじゃないぞ、魅音がだぞ!",
|
||||
NULL, "\"Not just us! You, too!", Line_WaitForInput);
|
||||
OutputLine(NULL, " お前、受験生だろ?!",
|
||||
NULL, " You should be preparing for exams, shouldn't you!?", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100015", 128);
|
||||
ModPlayVoiceLS(3, 1, "s20/01/440100015", 128, TRUE);
|
||||
OutputLine(NULL, " こんな成績じゃお先真っ暗だぞ?!」",
|
||||
NULL, " Your future is bleak with grades like this!\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(1, 3, "character/me1a_WinkA1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
ModDrawCharacter(1, 3, "character/normal/me1a_WinkA1_", "2", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 200, TRUE );
|
||||
|
||||
//「いーもんいーもん@路頭に迷ったら永久就職して圭ちゃんに食わせてもらうから☆@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>", NULL, "<color=#5ec69a>Mion</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300015", 128);
|
||||
ModPlayVoiceLS(3, 3, "s20/03/440300015", 128, TRUE);
|
||||
OutputLine(NULL, "「いーもんいーもん。",
|
||||
NULL, "\"Fine, just fine.", Line_WaitForInput);
|
||||
OutputLine(NULL, "路頭に迷ったら永久就職して圭ちゃんに食わせてもらうから☆」",
|
||||
@@ -568,11 +568,11 @@ void main()
|
||||
|
||||
|
||||
DisableWindow();
|
||||
ModDrawCharacter(3, 2, "character/re1b_hauB1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
ModDrawCharacter(3, 2, "character/normal/re1b_hauB1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
|
||||
|
||||
//「え、え、永久就職って何だろ?@ 何だろ?!¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200019", 128);
|
||||
ModPlayVoiceLS(3, 2, "s20/02/440200019", 128, TRUE);
|
||||
OutputLine(NULL, "「え、え、永久就職って何だろ?!",
|
||||
NULL, "\"Wh-wh-what do you mean by mooch off Kei-chan!?", Line_WaitForInput);
|
||||
OutputLine(NULL, " 何だろ?!」",
|
||||
@@ -583,12 +583,12 @@ void main()
|
||||
|
||||
//「こら@ そこ、うるさいですよ@ 自習は静かに!¥
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#68aee5>知恵</color>", NULL, "<color=#68aee5>Chie</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 22, "s20/22/441400001", 128);
|
||||
ModPlayVoiceLS(3, 22, "s20/22/441400001", 128, TRUE);
|
||||
OutputLine(NULL, "「こら!",
|
||||
NULL, "\"Hey!", Line_WaitForInput);
|
||||
OutputLine(NULL, " そこ、うるさいですよ!",
|
||||
NULL, " You're too loud!", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 22, "s20/22/441400002", 128);
|
||||
ModPlayVoiceLS(3, 22, "s20/22/441400002", 128, TRUE);
|
||||
OutputLine(NULL, " 自習は静かに!」",
|
||||
NULL, " Be quiet during self study!\"", Line_Normal);
|
||||
ClearMessage();
|
||||
@@ -607,7 +607,7 @@ void main()
|
||||
NULL, "It was completely our fault...", Line_Normal);
|
||||
ClearMessage();
|
||||
DisableWindow();
|
||||
ModDrawCharacter(3, 4, "character/sa1a_AkuwaraiA1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 400, TRUE );
|
||||
ModDrawCharacter(3, 4, "character/normal/sa1a_AkuwaraiA1_", "1", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 400, TRUE );
|
||||
|
||||
// それを見て沙都子がケタケタと笑う@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
|
||||
|
||||
Reference in New Issue
Block a user