Fixed underscore in sound effects.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
NULL, "・The bicycle was found 300 meters away, abandoned at the side of a forest path.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
NULL, "・Was seen around 9pm by police. Location afterwards unknown.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
NULL, " Along the Sobu national railway line?", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
NULL, "・Contacting magazines regarding 'Jirou Tomitake'", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
|
||||
// 鷹野みよ(失踪@
|
||||
OutputLine(NULL, " 鷹野みよ(失踪)",
|
||||
@@ -189,7 +189,7 @@
|
||||
NULL, "・Witnessed accompanying Tomitake on the festival grounds. Currently missing.", Line_Normal);
|
||||
ClearMessage();
|
||||
|
||||
PlaySE( 4, "wa021", 128, 64 );
|
||||
PlaySE( 4, "wa_021", 128, 64 );
|
||||
|
||||
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user