From 47be9d1f8be6ee33e651d96808d7b85ee781102b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Wed, 21 Aug 2019 18:05:24 +0200 Subject: [PATCH] Revert "added fake choice script" This reverts commit 5a57aea9a03c3a4a92f30842c0f5b397557102c5. --- Update/_mina_028.txt | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/Update/_mina_028.txt b/Update/_mina_028.txt index b746154..f9d9550 100644 --- a/Update/_mina_028.txt +++ b/Update/_mina_028.txt @@ -884,27 +884,31 @@ void main() if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); } OutputLine(NULL, " 義理を重んじて戦うか、本当の敵を刻み込むために敢えて逃げ出すかッ…!!", NULL, "Should I fight them for her, or should I leave so I can confront my true enemy...?", Line_Normal); - ClearMessage(); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } - SetValidityOfInput( FALSE ); DrawScene( "black", 300 ); - Wait( 1300 ); - DrawScene( "text/menu", 200 ); - Wait( 2000 ); - DrawScene( "text/menu_b", 200 ); - Wait( 1000 ); - DrawScene( "text/menu_a", 200 ); - Wait( 800 ); - DrawScene( "text/menu_b", 200 ); - Wait( 1000 ); + + SetSpeedOfMessage( TRUE, 128 ); + if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); } + OutputLine(NULL, "A.沙都子を見殺しにして記憶を残す。", + NULL, "A. Leave Satoko and keep my memories.", GetGlobalFlag(GLinemodeSp)); + if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); } + + + if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); } + OutputLine(NULL, "B.沙都子を救いに戻り記憶を捨てる。", + NULL, "B. Save Satoko and lose my memories.", Line_Normal); + ClearMessage(); + SetSpeedOfMessage( FALSE, 0 ); + + DisableWindow(); FadeOutBGM( 0, 1000, FALSE ); FadeOutBGM( 1, 1000, FALSE ); FadeOutBGM( 3, 1000, FALSE ); - DrawScene( "black", 1000 ); + DrawScene( "black", 6000 ); DrawScene( "background/ymo2", 1000 ); PlayBGM( 0, "hitoe_2", 56, 0 ); PlayBGM( 1, "kaze", 56, 0 ); - SetValidityOfInput( TRUE ); if (GetGlobalFlag(GADVMode)) { OutputLine("梨花", NULL, "Rika", NULL, Line_ContinueAfterTyping); }