Fixed Line 2875

Broke Mion's dialogue into two so both voice files can play properly.
This commit is contained in:
Kiruku
2015-05-22 12:08:55 -04:00

View File

@@ -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 );
//"... ......さぁてね。...おじさんにわからないことはないからね...。"
PlaySE(3, "S01/03/120300113", 256, 64);
OutputLine(NULL, "“………さぁてね。”",
NULL, "\"...There's nothing", Line_WaitForInput);
PlaySE(3, "S01/03/120300114", 256, 64);
OutputLine(NULL, "“………さぁてね。…おじさんにわからないことはないからね…。”",
NULL, " this old man doesn't know.\"", Line_Normal);
ClearMessage();
DisableWindow();
DrawSceneWithMask( "bg_118", "down", 0, 0, 1300 );