Fixed Line 2875
Broke Mion's dialogue into two so both voice files can play properly.
This commit is contained in:
@@ -2872,14 +2872,18 @@ void main()
|
|||||||
DrawBustshotWithFiltering( 3, "me_se_him_a1", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
|
DrawBustshotWithFiltering( 3, "me_se_him_a1", "right", 1, 160, 0, FALSE, 0, 0, 0, 0, 0, 20, 300, TRUE );
|
||||||
|
|
||||||
//"... ......さぁてね。...おじさんにわからないことはないからね...。"
|
//"... ......さぁてね。...おじさんにわからないことはないからね...。"
|
||||||
|
|
||||||
PlaySE(3, "S01/03/120300113", 256, 64);
|
PlaySE(3, "S01/03/120300113", 256, 64);
|
||||||
|
|
||||||
OutputLine(NULL, "“………さぁてね。”",
|
OutputLine(NULL, "“………さぁてね。”",
|
||||||
NULL, "\"...There's nothing", Line_WaitForInput);
|
NULL, "\"...There's nothing", Line_WaitForInput);
|
||||||
|
|
||||||
PlaySE(3, "S01/03/120300114", 256, 64);
|
PlaySE(3, "S01/03/120300114", 256, 64);
|
||||||
|
|
||||||
OutputLine(NULL, "“………さぁてね。…おじさんにわからないことはないからね…。”",
|
OutputLine(NULL, "“………さぁてね。…おじさんにわからないことはないからね…。”",
|
||||||
NULL, " this old man doesn't know.\"", Line_Normal);
|
NULL, " this old man doesn't know.\"", Line_Normal);
|
||||||
|
|
||||||
|
|
||||||
ClearMessage();
|
ClearMessage();
|
||||||
DisableWindow();
|
DisableWindow();
|
||||||
DrawSceneWithMask( "bg_118", "down", 0, 0, 1300 );
|
DrawSceneWithMask( "bg_118", "down", 0, 0, 1300 );
|
||||||
|
|||||||
Reference in New Issue
Block a user