Origin Voice Fixes - Oni

This commit is contained in:
DoctorDiablo
2023-07-18 16:18:53 -04:00
parent bd2a987358
commit 72a2f10bdd
33 changed files with 519 additions and 1185 deletions

View File

@@ -4106,13 +4106,13 @@ void main()
//「お、おいおい侮るなよ?@ うちのお袋のスペシャルなディナーを見くびるなってんだ...!@ そりゃあもー満貫全席状態で......すごいのなんの...、@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 1, "ps3/s01/01/120100543", 256, TRUE);
ModPlayVoiceLS(3, 1, "org/keiichi0026", 256, TRUE);
OutputLine(NULL, "「お、おいおい侮るなよ?!",
NULL, "\"H-Hey, now, stop with the insults!", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "ps3/s01/01/120100544", 256, TRUE);
ModPlayVoiceLS(3, 1, "org/keiichi0027", 256, TRUE);
OutputLine(NULL, " うちのお袋のスペシャルなディナーを見くびるなってんだ…!!",
NULL, " I can't believe you'd belittle my mom's extravagant dinner like that...!!", Line_WaitForInput);
ModPlayVoiceLS(3, 1, "ps3/s01/01/120100545", 256, TRUE);
ModPlayVoiceLS(3, 1, "org/keiichi0028", 256, TRUE);
OutputLine(NULL, " そりゃあもー満漢全席状態で……すごいのなんの…、」",
NULL, " Tickets sold out, full capacity already... It's that amazing...\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }