Use hau instead of hao (#179)

This commit is contained in:
Jáchym Toušek
2018-09-16 19:29:35 +02:00
committed by GitHub
parent 43ff96e88f
commit 5bca44a726
21 changed files with 55 additions and 55 deletions

View File

@@ -55,7 +55,7 @@ void dialog001()
NULL, "\"...Yes! Colonel Sanders.☆", Line_WaitForInput);
ModPlayVoiceLS(3, 2, "ps3/s19/02/990200159", 256, TRUE);
OutputLine(NULL, " ……はぅ……かぁいい……お持ち帰りしたいぃ…☆」",
NULL, " ...Hao... kyute... I want to take it hooome...☆\"", GetGlobalFlag(GLinemodeSp));
NULL, " ...Hau... kyute... I want to take it hooome...☆\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}
@@ -68,7 +68,7 @@ void dialog002()
NULL, "\"Keiichi-kun is going to help.☆", Line_Continue);
Wait( 1500 );
OutputLine(NULL, "…ケンタくんをお持ち帰りできる……はぅ…。」",
NULL, " ...I can take Colonel Sanders home... hao...\"", GetGlobalFlag(GLinemodeSp));
NULL, " ...I can take Colonel Sanders home... hau...\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
}