Line 2875 - Broke Mion's dialogue into two.

This commit is contained in:
Kiruku
2015-05-22 12:07:25 -04:00
parent 7c12fb023a
commit c68962d2e4

View File

@@ -2872,9 +2872,14 @@ 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/120300114", 256, 64); PlaySE(3, "S01/03/120300113", 256, 64);
OutputLine(NULL, "“………さぁてね。”",
NULL, "\"...There's nothing", Line_WaitForInput);
PlaySE(3, "S01/03/120300114", 256, 64);
OutputLine(NULL, "“………さぁてね。…おじさんにわからないことはないからね…。”", OutputLine(NULL, "“………さぁてね。…おじさんにわからないことはないからね…。”",
NULL, "\"...There's nothing 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 );