Fixed all voice layers

This commit is contained in:
ItaloKnox
2015-05-21 03:11:41 -03:00
parent 18d2285a2f
commit ba30f5d846
2 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
To-do list:
-----------------------------------------------------------------------------------------
- [ ] Find the missing voice file for onik_015_03.txt, [line 68](https://github.com/higurashi-mod/scripts/blob/master/Update/onik_015_03.txt#L68)
- [ ] Unify sound files for onik_015_02.txt
- [ ] S01/02/120200482|S01/03/120300213 「「あはははははははははははははははははははははははははははははははは…」」 [line 996/997](https://github.com/higurashi-mod/scripts/blob/master/Update/onik_015_02.txt#L996)
- [ ] S01/02/120200483|S01/03/120300214 「「あははははははははははははははははははははははは」」 [line 1019/1020](https://github.com/higurashi-mod/scripts/blob/master/Update/onik_015_02.txt#L1019)
- [ ] S01/02/120200491|S01/03/120300218 「「あははははははははははははははははははははははははははは」」 [line 1132/1133](https://github.com/higurashi-mod/scripts/blob/master/Update/onik_015_02.txt#L1132)
- [ ] S01/02/120200492|S01/03/120300219 「「あははははははははははははははははははははははははははは」」 [line 1197/1198](https://github.com/higurashi-mod/scripts/blob/master/Update/onik_015_02.txt#L1197)
- [x] Unify sound files for onik_015_02.txt
- [x] S01/02/120200482|S01/03/120300213 「「あはははははははははははははははははははははははははははははははは…」」 [line 996/997](https://github.com/higurashi-mod/scripts/blob/master/Update/onik_015_02.txt#L996)
- [x] S01/02/120200483|S01/03/120300214 「「あははははははははははははははははははははははは」」 [line 1019/1020](https://github.com/higurashi-mod/scripts/blob/master/Update/onik_015_02.txt#L1019)
- [x] S01/02/120200491|S01/03/120300218 「「あははははははははははははははははははははははははははは」」 [line 1132/1133](https://github.com/higurashi-mod/scripts/blob/master/Update/onik_015_02.txt#L1132)
- [x] S01/02/120200492|S01/03/120300219 「「あははははははははははははははははははははははははははは」」 [line 1197/1198](https://github.com/higurashi-mod/scripts/blob/master/Update/onik_015_02.txt#L1197)

View File

@@ -994,7 +994,7 @@
SetSpeedOfMessage( TRUE, 0, );
PlaySE(3, "S01/02/120200482", 128, 64);
PlaySE(3, "S01/03/120300213", 128, 64);
PlaySE(2, "S01/03/120300213", 128, 64);
OutputLine(NULL, "「あはははははははははははははははははははははははははははははははは…」",
NULL, "\"Ahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahahaha...\"", Line_Normal);
ClearMessage();
@@ -1017,9 +1017,9 @@
SetSpeedOfMessage( TRUE, 0, );
PlaySE(3, "S01/02/120200483", 128, 64);
PlaySE(3, "S01/03/120300214", 128, 64);
PlaySE(2, "S01/03/120300214", 128, 64);
OutputLine(NULL, "「あははははははははははははははははははははははは。」",
NULL, "\"Ahahahahahahahahahahahahahahahahahahahaha.\"", Line_Normal);
NULL, "\"Ahahahahahahahahahahahahahahahahahaha.\"", Line_Normal);
SetSpeedOfMessage( FALSE, 0, );
ClearMessage();
@@ -1130,9 +1130,9 @@
SetSpeedOfMessage( TRUE, 0, );
PlaySE(3, "S01/02/120200491", 128, 64);
PlaySE(3, "S01/03/120300218", 128, 64);
PlaySE(2, "S01/03/120300218", 128, 64);
OutputLine(NULL, "「あははははははははははははははははははははははははははは。」",
NULL, "\"Ahahahahahahahahahahahahahahahahahahahaha.\"", Line_Normal);
NULL, "\"Ahahahahahahahahahahahahahahahahahaha.\"", Line_Normal);
SetSpeedOfMessage( FALSE, 0, );
ClearMessage();
@@ -1195,7 +1195,7 @@
SetSpeedOfMessage( TRUE, 0, );
PlaySE(3, "S01/02/120200492", 128, 64);
PlaySE(3, "S01/03/120300219", 128, 64);
PlaySE(2, "S01/03/120300219", 128, 64);
OutputLine(NULL, "「あははははははははははははははははははははははははははは。」",
NULL, "\"Ahahahahahahahahahahahahahahahahahahaha.\"", Line_WaitForInput);