Recompile ADV-mode

This commit is contained in:
Jáchym Toušek
2017-06-22 20:16:27 +02:00
parent b47fa46963
commit fb088dcc13
13 changed files with 25 additions and 25 deletions

View File

@@ -957,7 +957,7 @@ void main()
PlaySE( 4, "wa_007", 128, 64 );
ShakeScreen( 1, 50, 20, 3, 0, );
OutputLineAll(NULL, "", Line_WaitForInput);
OutputLineAll(NULL, "", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -1122,7 +1122,7 @@ void main()
PlaySE( 4, "wa_006", 128, 64 );
ShakeScreenSx( 0, 3, );
OutputLineAll(NULL, "", Line_WaitForInput);
OutputLineAll(NULL, "", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -1460,7 +1460,7 @@ void main()
PlaySE( 4, "wa_007", 128, 64 );
ShakeScreen( 1, 50, 20, 3, 0, );
OutputLineAll(NULL, "", Line_WaitForInput);
OutputLineAll(NULL, "", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -1592,7 +1592,7 @@ void main()
PlaySE( 4, "wa_010", 128, 64 );
// ShakeScreen( 1, 50, 20, 3, 0, );
OutputLineAll(NULL, "", Line_WaitForInput);
OutputLineAll(NULL, "", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -4435,7 +4435,7 @@ void main()
SetValidityOfInput( FALSE );
Wait( 5000 );
SetValidityOfInput( TRUE );
OutputLineAll(NULL, "", Line_WaitForInput);
OutputLineAll(NULL, "", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
@@ -4588,7 +4588,7 @@ void main()
SetValidityOfInput( FALSE );
Wait( 2500 );
SetValidityOfInput( TRUE );
OutputLineAll(NULL, "", Line_WaitForInput);
OutputLineAll(NULL, "", Line_ModeSpecific);
if (AdvMode) { ClearMessage(); } else { OutputLineAll(NULL, "\n\n", Line_ContinueAfterTyping); }
@@ -4668,7 +4668,7 @@ void main()
NULL, "\"AhhHhhhHhHhhh!!!\"", Line_ContinueAfterTyping);
PlaySE( 4, "wa_003", 128, 64 );
OutputLineAll(NULL, "", Line_WaitForInput);
OutputLineAll(NULL, "", Line_ModeSpecific);
DisableWindow();
DrawSceneWithMask( "sunset/bg_023", "mask1013", 1, 0, 300 );