diff --git a/Update/onik_001.txt b/Update/onik_001.txt
index 590f46b..9bedfb5 100644
--- a/Update/onik_001.txt
+++ b/Update/onik_001.txt
@@ -2924,15 +2924,10 @@ void main()
DisableWindow();
ModDrawCharacterWithFiltering(1, 4, "sprite/normal/sa1a_def_a1_", "1", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
-//「圭一さんのお弁当はきっと貧乏臭くパンの耳に決まってますわ~@ さぁ恥ずかしがらずにお見せなさいな!ほらほら!@
- if (GetGlobalFlag(GADVMode)) { OutputLine("沙都子", NULL, "Satoko", 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); }
+ //VoiceMatching
+ if(GetGlobalFlag(GCensor) >= 2){ModCallScriptSection("zonik_001_vm0x_n01","dialog002");}
+ if(GetGlobalFlag(GCensor) <= 1){ModCallScriptSection("zonik_001_vm00_n01","dialog002");}
+ //VoiceMatchingEnd
diff --git a/Update/zonik_001_vm00_n01.txt b/Update/zonik_001_vm00_n01.txt
index 103a4f5..ac98d6a 100644
--- a/Update/zonik_001_vm00_n01.txt
+++ b/Update/zonik_001_vm00_n01.txt
@@ -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("沙都子", NULL, "Satoko", 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); }
+}
diff --git a/Update/zonik_001_vm0x_n01.txt b/Update/zonik_001_vm0x_n01.txt
index 0354e21..6a22b82 100644
--- a/Update/zonik_001_vm0x_n01.txt
+++ b/Update/zonik_001_vm0x_n01.txt
@@ -151,3 +151,16 @@ void dialog001()
NULL, "\"Don't you ignore me too, Rena! I'll put out a village-wide circular saying how you two are madly in love!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}
+
+void dialog002()
+{
+//「圭一さんのお弁当はきっと貧乏臭くパンの耳に決まってますわ~@ さぁ恥ずかしがらずにお見せなさいな!ほらほら!@
+ if (GetGlobalFlag(GADVMode)) { OutputLine("沙都子", NULL, "Satoko", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 4, "s19/04/990400015", 256, TRUE);
+ OutputLine(NULL, "「圭一さんのお弁当はみみっちく日の丸弁当に決まってますわ〜!",
+ NULL, "\"Keiichi-san's lunch box is most assuredly a plain, miserly rice and seaweed~!", 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); }
+}