diff --git a/Update/onik_011.txt b/Update/onik_011.txt
index 05cf0c6..9ffe0de 100644
--- a/Update/onik_011.txt
+++ b/Update/onik_011.txt
@@ -58,12 +58,10 @@ void main()
DisableWindow();
ModDrawCharacterWithFiltering(1, 3, "sprite/normal/me1a_wink_a1_", "1", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 1300, TRUE );
-//「圭ちゃんが喜びそうなH番組なんかやってたっけぇ?@ // Mion doesn't say the "H" part in the audio.. makes Satoko's line seem really weird so I'm leaving this unchanged (maybe Sui had a different follow-up line?)
- if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); }
- ModPlayVoiceLS(3, 3, "ps3/s01/03/120300057", 256, TRUE);
- OutputLine(NULL, "「圭ちゃんが喜びそうなH番組なんかやってたっけぇ?」",
- NULL, "\"Was one of those raunchy TV shows you love so much on last night?\"", GetGlobalFlag(GLinemodeSp));
- if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+ //VoiceMatching
+ if(GetGlobalFlag(GCensor) >= 4){ModCallScriptSection("zonik_011_vm0x_n01","dialog003");}
+ if(GetGlobalFlag(GCensor) <= 3){ModCallScriptSection("zonik_011_vm00_n01","dialog003");}
+ //VoiceMatchingEnd
@@ -79,12 +77,10 @@ void main()
-//「勝手に決め付けるんじゃねえぇえぇ!!!@
- if (GetGlobalFlag(GADVMode)) { OutputLine("圭一", NULL, "Keiichi", NULL, Line_ContinueAfterTyping); }
- ModPlayVoiceLS(3, 1, "ps3/s01/01/120100157", 256, TRUE);
- OutputLine(NULL, "「勝手に決め付けるんじゃねえぇえぇ!!!」",
- NULL, "\"Don't jump to conclusions!!!\"", GetGlobalFlag(GLinemodeSp));
- if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+ //VoiceMatching
+ if(GetGlobalFlag(GCensor) >= 2){ModCallScriptSection("zonik_011_vm0x_n01","dialog004");}
+ if(GetGlobalFlag(GCensor) <= 1){ModCallScriptSection("zonik_011_vm00_n01","dialog004");}
+ //VoiceMatchingEnd
diff --git a/Update/zonik_011_vm00_n01.txt b/Update/zonik_011_vm00_n01.txt
index 831810c..8a0aeba 100644
--- a/Update/zonik_011_vm00_n01.txt
+++ b/Update/zonik_011_vm00_n01.txt
@@ -31,3 +31,23 @@ void dialog002()
OutputLine(NULL, "覚醒剤の常習歴もあるトンチンカンでしてね。",
NULL, " He was just a miscreant with a record of narcotics abuse.", Line_WaitForInput);
}
+
+void dialog003()
+{
+//「圭ちゃんが喜びそうなH番組なんかやってたっけぇ?@ // Mion doesn't say the "H" part in the audio.. makes Satoko's line seem really weird so I'm leaving this unchanged (maybe Sui had a different follow-up line?)
+ if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 3, "ps3/s01/03/120300057", 256, TRUE);
+ OutputLine(NULL, "「圭ちゃんが喜びそうなH番組なんかやってたっけぇ?」",
+ NULL, "\"Was one of those raunchy TV shows you love so much on last night?\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+}
+
+void dialog004()
+{
+//「勝手に決め付けるんじゃねえぇえぇ!!!@
+ if (GetGlobalFlag(GADVMode)) { OutputLine("圭一", NULL, "Keiichi", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 1, "ps3/s01/01/120100157", 256, TRUE);
+ OutputLine(NULL, "「勝手に決め付けるんじゃねえぇえぇ!!!」",
+ NULL, "\"Don't jump to conclusions!!!\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+}
diff --git a/Update/zonik_011_vm0x_n01.txt b/Update/zonik_011_vm0x_n01.txt
index 2df2e43..188da3a 100644
--- a/Update/zonik_011_vm0x_n01.txt
+++ b/Update/zonik_011_vm0x_n01.txt
@@ -31,3 +31,23 @@ void dialog002()
OutputLine(NULL, "以前に、逮捕歴もあるやつでしてね。",
NULL, " He already had a criminal record from before.", Line_WaitForInput);
}
+
+void dialog003()
+{
+//「圭ちゃんが喜びそうなH番組なんかやってたっけぇ?@ // Mion doesn't say the "H" part in the audio.. makes Satoko's line seem really weird so I'm leaving this unchanged (maybe Sui had a different follow-up line?)
+ if (GetGlobalFlag(GADVMode)) { OutputLine("魅音", NULL, "Mion", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 3, "ps3/s01/03/120300057", 256, TRUE);
+ OutputLine(NULL, "「圭ちゃんが喜びそうな番組なんかやってたっけぇ?」",
+ NULL, "\"Was one of those raunchy TV shows you love so much on last night?\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+}
+
+void dialog004()
+{
+//「勝手に決め付けるんじゃねえぇえぇ!!!@
+ if (GetGlobalFlag(GADVMode)) { OutputLine("圭一", NULL, "Keiichi", NULL, Line_ContinueAfterTyping); }
+ ModPlayVoiceLS(3, 1, "ps3/s01/01/120100157", 256, TRUE);
+ OutputLine(NULL, "「ちょっと待て! 勝手に想像してに決め付けるんじゃねえぇえぇ!!!」",
+ NULL, "\"Wait a second! Don't imagine things and jump to conclusions!!!\"", GetGlobalFlag(GLinemodeSp));
+ if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
+}