Change volume for PS2 voices

This commit is contained in:
Jáchym Toušek
2019-08-20 06:30:52 +02:00
parent 27fa21b459
commit 6bb742cbfb
9 changed files with 10 additions and 10 deletions

View File

@@ -1649,7 +1649,7 @@ void main()
//「うん。わかったね!¥
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 2, "ps2/02/120200035", 256, TRUE);
ModPlayVoiceLS(3, 2, "ps2/02/120200035", 540, TRUE);
if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_Continue); }
OutputLine(NULL, "「うん。わかったよ!」",
NULL, "\"Okay. Got it!\"", Line_Normal);