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

@@ -1458,7 +1458,7 @@ void main()
//「あぁぁー! 最後のミートボールぅうぅううぅ!!!@
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#fcdb77>沙都子</color>", NULL, "<color=#fcdb77>Satoko</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(3, 4, "ps2/04/990400040", 256, TRUE);
ModPlayVoiceLS(3, 4, "ps2/04/990400040", 540, TRUE);
OutputLine(NULL, "「あぁぁー! 最後のミートボールぅうぅううぅ!!!」",
NULL, "\"Aaah! The last meatbaaaaaaaaall!!!\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }