Skip to content

Commit

Permalink
Merge pull request #85 from miere43/patch-1
Browse files Browse the repository at this point in the history
Various small fixes
  • Loading branch information
enumag authored Oct 18, 2020
2 parents 54a2c6f + 2f7b7f0 commit c3165ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Update/tata_003.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5215,7 +5215,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#956f6e>圭一</color>", NULL, "<color=#956f6e>Keiichi</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 1, "ps3/s19/01/hr_kei29450", 256, TRUE);
OutputLine(NULL, "「そうだ!!",
NULL, " \"Yes!!", Line_Continue);
NULL, "\"Yes!!", Line_Continue);
Wait( 500 );
OutputLine(NULL, " そして俺はお前に感銘を受けたのだ!!",
NULL, " I have been deeply moved by what you've shown me!!", Line_Continue);
Expand Down
4 changes: 2 additions & 2 deletions Update/tata_008.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4060,8 +4060,8 @@ void main()
// あら何@ これでもう終わり@ あっけない話だったね@ はいはい解決お疲れさま!@ じゃあもう今日はいい?@ 私帰るねランランラン!@ 今日は久しぶりに宝探しにでも行こうかな!@ 昨日まではずっと沙都子ちゃんのことが心配で全然遊ぶ気になんかならなかったしぃ!@ 今日はどんな宝物が見つかるかな、はぅー......@/
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 2, "ps3/s03/02/140200067", 256, TRUE);
OutputLine(NULL, " これでもう終わり?",
NULL, " We're done already?", Line_WaitForInput);
OutputLine(NULL, "これでもう終わり?",
NULL, "We're done already?", Line_WaitForInput);
ModPlayVoiceLS(4, 2, "ps3/s03/02/140200068", 256, TRUE);
OutputLine(NULL, " あっけない話だったね!",
NULL, " That was pretty quick!", Line_WaitForInput);
Expand Down
2 changes: 1 addition & 1 deletion Update/tata_tips_01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 5, "ps3/s20/05/440500025", 256, TRUE);
OutputLine(NULL, "「……みー!」",
NULL, "\"...Mew!\"", Line_Normal);
NULL, "\"...Meep!\"", Line_Normal);
ClearMessage();

//「おー@それは心強いな@じゃあここは二人の顔を立てて、二人の道案内でハイキングと行こうじゃねーか!@
Expand Down

0 comments on commit c3165ee

Please sign in to comment.