Skip to content

Commit

Permalink
Merge pull request #14 from 07th-mod/tips-2
Browse files Browse the repository at this point in the history
Fix tata_tips_02.txt
  • Loading branch information
ItaloKnox authored Oct 26, 2016
2 parents 353399e + 67131a1 commit e584ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update/tata_tips_02.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
void main()
void main()
{


Expand Down Expand Up @@ -203,14 +203,14 @@
NULL, "\"...But still...", Line_WaitForInput);
OutputLine(NULL, "…よくかかったよなぁ…。",
NULL, " ...That was some trap...", Line_WaitForInput);
PlaySE(4, "S20/01/440100108", 128, 64);
OutputLine(NULL, "……あんな器用なトラップ、富田くんが窓を登る時、",
NULL, " You would have had to know everything to set something like that up:", Line_ContinueAfterTyping);

SetValidityOfInput( FALSE );
Wait( 800 );
SetValidityOfInput( TRUE );

PlaySE(4, "S20/01/440100108", 128, 64);
OutputLine(NULL, "どこに手を置いて、どこに足を置くかとか、どこへ飛び降りるとか、そういうのを全部読まなくちゃ絶対に掛からないぞ…?!」",
NULL, " where they'd put their hands, their legs, where they'd jump down...?!\"", Line_Normal);
ClearMessage();
Expand Down

0 comments on commit e584ff0

Please sign in to comment.