Fixed underscore in sound effects.

This commit is contained in:
Kiruku
2015-05-23 17:28:53 -04:00
parent 79f7a8d8f1
commit b75e57fea9
9 changed files with 39 additions and 35 deletions

View File

@@ -41,7 +41,7 @@
NULL, "I also wish to ask for the assistance of everyone in regards to a few things...", Line_Normal);
ClearMessage();
PlaySE( 4, "wa021", 128, 64 );
PlaySE( 4, "wa_021", 128, 64 );
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -76,7 +76,7 @@
NULL, "Management: Makino - Tel (X) XXXX", Line_Normal);
ClearMessage();
PlaySE( 4, "wa021", 128, 64 );
PlaySE( 4, "wa_021", 128, 64 );
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -104,7 +104,7 @@
NULL, "Management: Kimiyoshi - Tel (X) XXXX", Line_Normal);
ClearMessage();
PlaySE( 4, "wa021", 128, 64 );
PlaySE( 4, "wa_021", 128, 64 );
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);
@@ -131,7 +131,7 @@
NULL, "Management: Sonozaki - Tel (X) XXXX", Line_Normal);
ClearMessage();
PlaySE( 4, "wa021", 128, 64 );
PlaySE( 4, "wa_021", 128, 64 );
OutputLineAll(NULL, "\n", Line_ContinueAfterTyping);