Skip to content

Commit 894e04e

Browse files
authored
Fix chapter 2 for Issue #5
1 parent 305764a commit 894e04e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Update/some_002.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ void main()
495495
//夏美rvS04/36/310100018.「べ、別に…。kvS04/36/310100019.私、しばらく風邪も引いてませんが…?」
496496
PlaySE(4, "S04/36/310100018", 256, 64);
497497
OutputLine(NULL, "「べ、別に…。",
498-
NULL, "\"B-besides...", Line_WaitForInput);
498+
NULL, "\"N-not really...", Line_WaitForInput);
499499
PlaySE(4, "S04/36/310100019", 256, 64);
500500
OutputLine(NULL, "私、しばらく風邪も引いてませんが…?」",
501501
NULL, " I haven't caught a cold for a while...\"", Line_Normal);
@@ -1135,7 +1135,7 @@ void main()
11351135
NULL, "\"Ha, haa...", Line_WaitForInput);
11361136
PlaySE(4, "S04/36/310100042", 256, 64);
11371137
OutputLine(NULL, "よろしくお願いします、『佐伯』さん」",
1138-
NULL, " Pleased to meet you, <i>Saeki</i>-san.\"", Line_Normal);
1138+
NULL, " Pleased to meet you, Saeki-san.\"", Line_Normal);
11391139
ClearMessage();
11401140

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

0 commit comments

Comments
 (0)