Skip to content

Commit

Permalink
Fix chapter 2 for Issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorDiablo committed Jun 19, 2017
1 parent 305764a commit 894e04e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update/some_002.txt
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ void main()
//夏美rvS04/36/310100018.「べ、別に…。kvS04/36/310100019.私、しばらく風邪も引いてませんが…?」
PlaySE(4, "S04/36/310100018", 256, 64);
OutputLine(NULL, "「べ、別に…。",
NULL, "\"B-besides...", Line_WaitForInput);
NULL, "\"N-not really...", Line_WaitForInput);
PlaySE(4, "S04/36/310100019", 256, 64);
OutputLine(NULL, "私、しばらく風邪も引いてませんが…?」",
NULL, " I haven't caught a cold for a while...\"", Line_Normal);
Expand Down Expand Up @@ -1135,7 +1135,7 @@ void main()
NULL, "\"Ha, haa...", Line_WaitForInput);
PlaySE(4, "S04/36/310100042", 256, 64);
OutputLine(NULL, "よろしくお願いします、『佐伯』さん」",
NULL, " Pleased to meet you, <i>Saeki</i>-san.\"", Line_Normal);
NULL, " Pleased to meet you, Saeki-san.\"", Line_Normal);
ClearMessage();

DrawBustshot( 3, "chisa1_Hau_2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 200, TRUE );
Expand Down

0 comments on commit 894e04e

Please sign in to comment.