Updated, no Keichii's Mom voice

This commit is contained in:
Kiruku
2015-05-23 16:47:21 -04:00
parent fe29818364
commit fe8d5ce6da

View File

@@ -16,7 +16,7 @@
// セブンスマートは市内にある、酒類食料品の安売量販店だ¥
OutputLine(NULL, " セブンスマートは市内にある、酒類食料品の安売量販店だ。",
NULL, "The Seventh Mart was a bargain supermarket with food and alcohol.", Line_Normal);
NULL, "The Smart Seven was a bargain supermarket with food and alcohol.", Line_Normal);
ClearMessage();
//「なぁに、圭一@こんなにたくさん@ 全部違う種類にすることはないでしょ?!@
@@ -36,8 +36,9 @@
ClearMessage();
//「最近のカップめんは凝ってて種類も多いんだよ@どれも一通りは食ってみたいし。@
PlaySE(3, "S20/01/440100041", 256, 64);
OutputLine(NULL, "「最近のカップめんは凝ってて種類も多いんだよ。",
NULL, "\"Cup noodles have gotten so elaborate recently, and there are a bunch of different types.", Line_WaitForInput);
NULL, "\"Cup noodles have gotten so elaborate recently, and there are a bunch of different types.", Line_ContinueAfterTyping);
OutputLine(NULL, "どれも一通りは食ってみたいし。」",
NULL, " I want to try each of them at least once.\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -78,8 +79,9 @@
ClearMessage();
//「それじゃ1種類しか食えないよ@ 飽きちゃうって!@
PlaySE(3, "S20/01/440100042", 256, 64);
OutputLine(NULL, "「それじゃ1種類しか食えないよ!",
NULL, "\"Then I'd only get to eat one kind!", Line_WaitForInput);
NULL, "\"Then I'd only get to eat one kind!", Line_ContinueAfterTyping);
OutputLine(NULL, " 飽きちゃうって!」",
NULL, " I'd get bored with it!\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -131,8 +133,9 @@
ClearMessage();
//「豚骨はうまいんだよ@ 大盛りだけど大味ってわけじゃないし...
PlaySE(3, "S20/01/440100043", 256, 64);
OutputLine(NULL, "「豚骨はうまいんだよ!",
NULL, "\"Pork-bone is good!", Line_WaitForInput);
NULL, "\"Pork-bone is good!", Line_ContinueAfterTyping);
OutputLine(NULL, " 大盛りだけど大味ってわけじゃないし…!!」",
NULL, " I don't want a big bowl of tasteless stuff...!!\"", Line_WaitForInput);
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);
@@ -715,6 +718,7 @@
ClearMessage();
//「.........え、..................え?@
PlaySE(3, "S20/01/440100044", 256, 64);
OutputLine(NULL, "「………え、………………え?」",
NULL, "\"...Wha... what?\"", Line_WaitForInput);
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);