Skip to content

Commit

Permalink
fix line transition
Browse files Browse the repository at this point in the history
  • Loading branch information
orian34 committed Sep 5, 2024
1 parent 783b326 commit 8d69743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update/wata_tips_01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 5, "org/rika1902", 256, TRUE);
OutputLine(NULL, "「……魅ぃにお買い物代を借りたことをコロリと忘れてしまったら、",
NULL, "\"......Once, I completely forgot to pay Mii back for money she gave me to go shopping, ", Line_WaitForInput);
NULL, "\"......Once, I completely forgot to pay Mii back for money she gave me to go shopping, ", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 5, "org/rika1903", 256, TRUE);
OutputLine(NULL, "耳を揃えて返さんと身売りして風呂に沈めたるどーと凄まれましたのです。」",
Expand Down

0 comments on commit 8d69743

Please sign in to comment.