added censored part
This commit is contained in:
@@ -103,3 +103,16 @@ void dialog001()
|
||||
NULL, "\"Don't you ignore me too, Rena! I'll put out a village-wide circular saying that you two disappeared into the hotel district together!\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
}
|
||||
|
||||
void dialog002()
|
||||
{
|
||||
//「圭一さんのお弁当はきっと貧乏臭くパンの耳に決まってますわ~@ さぁ恥ずかしがらずにお見せなさいな!ほらほら!@
|
||||
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#fcdb77>沙都子</color>", NULL, "<color=#fcdb77>Satoko</color>", NULL, Line_ContinueAfterTyping); }
|
||||
ModPlayVoiceLS(3, 4, "s19/04/990400015", 256, TRUE);
|
||||
OutputLine(NULL, "「圭一さんのお弁当はきっと貧乏臭くパンの耳に決まってますわ〜!",
|
||||
NULL, "\"Keiichi-san's lunch box is most assuredly filled with nothing but bread crusts like some sort of destitute plebeian~!", Line_WaitForInput);
|
||||
ModPlayVoiceLS(3, 4, "s19/04/990400016", 256, TRUE);
|
||||
OutputLine(NULL, " さぁ恥ずかしがらずにお見せなさいな!ほらほら!」",
|
||||
NULL, " Why don't you just show it to us? Come now!\"", GetGlobalFlag(GLinemodeSp));
|
||||
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user