various fixes
fixes to some phrasing, translations, timing, missing audio files
This commit is contained in:
@@ -53,14 +53,12 @@
|
||||
|
||||
// 毎年好評の雛見沢大バザーへの出品をお待ちしています@
|
||||
OutputLine(NULL, " 毎年好評の雛見沢大バザーへの出品をお待ちしています。",
|
||||
NULL, "We look forward to a well-received Hinamizawa grand bazaar exhibition.", Line_WaitForInput);
|
||||
NULL, "Villagers are welcome to put their wares on show at the well-received Hinamizawa grand bazaar exhibition.", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
|
||||
|
||||
|
||||
// お中元の余り物や着れなくなってしまった古着などを大々募集中です@
|
||||
OutputLine(NULL, " お中元の余り物や着れなくなってしまった古着などを大々募集中です!",
|
||||
NULL, "Holding a massive collection of excess goods and used clothing.", Line_WaitForInput);
|
||||
NULL, "Anything is welcome, from unconsumed gifts to used clothing!", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
|
||||
|
||||
@@ -122,7 +120,7 @@
|
||||
|
||||
// 一口につき模擬店券シートを1枚進呈しています@
|
||||
OutputLine(NULL, " 一口につき模擬店券シートを1枚進呈しています!",
|
||||
NULL, "For every 1,000 yen donation, you'll be awarded with a refreshment stand ticket!", Line_WaitForInput);
|
||||
NULL, "For every 1,000 yen donation, you'll be awarded a refreshment stand ticket!", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping);
|
||||
|
||||
|
||||
@@ -138,7 +136,7 @@
|
||||
|
||||
// お祭りの楽しいアイデアも随時募集しています@
|
||||
OutputLine(NULL, " お祭りの楽しいアイデアも随時募集しています。",
|
||||
NULL, "We are always taking suggestions for ways to improve the festival at all times.", Line_WaitForInput);
|
||||
NULL, "We are always taking suggestions for ways to improve the festival.", Line_WaitForInput);
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user