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

@@ -25,11 +25,6 @@ void dialog000()
void dialog001()
{
// それはみんなランディーくん同様、町を歩けばどこかで見かけるようなものばかりだった@
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " それはみんなランディーくん同様、町を歩けばどこかで見かけるようなものばかりだった。",
NULL, "They were all the same as Colonel Randy: stuff you'd see while walking around in town.", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
}
void dialog002()