Skip to content

Commit c744af5

Browse files
committed
A few lines were misplaced due to copy/paste error
1 parent 729fa6a commit c744af5

File tree

1 file changed

+30
-31
lines changed

1 file changed

+30
-31
lines changed

Update/wata_002.txt

+30-31
Original file line numberDiff line numberDiff line change
@@ -2819,33 +2819,10 @@ void main()
28192819
PlayBGM( 1, "msys03", 56, 0 );
28202820

28212821
//「さ、!w500ささッ、!w800さ/
2822-
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
2823-
ModPlayVoiceLS(4, 2, "ps3/s19/02/990200506", 256, TRUE);
2824-
OutputLine(NULL, "「そ、そうだよ…。",
2825-
NULL, "\"Sh-She's right...", Line_WaitForInput);
2826-
2827-
ModPlayVoiceLS(4, 2, "ps3/s19/02/990200507", 256, TRUE);
2828-
OutputLine(NULL, "大騒ぎしたら……",
2829-
NULL, " If you cause a scene here...", Line_Continue);
2830-
2831-
// (backup) SetValidityOfInput( FALSE );
2832-
Wait( 800 );
2833-
// (backup) SetValidityOfInput( TRUE );
2834-
2835-
OutputLine(NULL, "そ、その",
2836-
NULL, " Th-They'll...", Line_Continue);
2837-
2838-
// (backup) SetValidityOfInput( FALSE );
2839-
Wait( 1000 );
2840-
// (backup) SetValidityOfInput( TRUE );
2841-
2842-
OutputLine(NULL, "……ぱ、ぱんつまで女の子のだって…バ、バレちゃうよ?」",
2843-
NULL, " find out that you're wearing women's clothing right down to the unmentionables.\"", GetGlobalFlag(GLinemodeSp));
2844-
2845-
2846-
2847-
// !s200ぅごあぁあぁあああああぁああぁあぁああぁッ!!!sd@
2848-
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
2822+
//VoiceMatching
2823+
if(GetGlobalFlag(GCensor) >= 4){ModCallScriptSection("zwata_002_vm0x_n01","dialog004");}
2824+
if(GetGlobalFlag(GCensor) <= 3){ModCallScriptSection("zwata_002_vm00_n01","dialog004");}
2825+
//VoiceMatchingEnd
28492826

28502827
ClearMessage();
28512828
DisableWindow();
@@ -3275,11 +3252,33 @@ void main()
32753252
ModDrawCharacterWithFiltering(1, 2, "sprite/re1a_hau_a1_", "1", "left", 1, -160, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
32763253

32773254
//「そ、そうだよ...@大騒ぎしたら......!w800そ、その!w1000......ぱ、ぱんつまで女の子のだって...バ、バレちゃうよ?@
3255+
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
3256+
ModPlayVoiceLS(4, 2, "ps3/s19/02/990200506", 256, TRUE);
3257+
OutputLine(NULL, "「そ、そうだよ…。",
3258+
NULL, "\"Sh-She's right...", Line_WaitForInput);
32783259

3279-
//VoiceMatching
3280-
if(GetGlobalFlag(GCensor) >= 4){ModCallScriptSection("zwata_002_vm0x_n02","dialog004");}
3281-
if(GetGlobalFlag(GCensor) <= 3){ModCallScriptSection("zwata_002_vm00_n02","dialog004");}
3282-
//VoiceMatchingEnd
3260+
ModPlayVoiceLS(4, 2, "ps3/s19/02/990200507", 256, TRUE);
3261+
OutputLine(NULL, "大騒ぎしたら……",
3262+
NULL, " If you cause a scene here...", Line_Continue);
3263+
3264+
// (backup) SetValidityOfInput( FALSE );
3265+
Wait( 800 );
3266+
// (backup) SetValidityOfInput( TRUE );
3267+
3268+
OutputLine(NULL, "そ、その",
3269+
NULL, " Th-They'll...", Line_Continue);
3270+
3271+
// (backup) SetValidityOfInput( FALSE );
3272+
Wait( 1000 );
3273+
// (backup) SetValidityOfInput( TRUE );
3274+
3275+
OutputLine(NULL, "……ぱ、ぱんつまで女の子のだって…バ、バレちゃうよ?」",
3276+
NULL, " find out that you're wearing women's clothing right down to the unmentionables.\"", GetGlobalFlag(GLinemodeSp));
3277+
3278+
3279+
3280+
// !s200ぅごあぁあぁあああああぁああぁあぁああぁッ!!!sd@
3281+
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }
32833282

32843283
//!s200
32853284
SetSpeedOfMessage( TRUE, 100, );

0 commit comments

Comments
 (0)