Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing kaze BGM in OG mode #77

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Update/_meak_012.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2477,6 +2477,8 @@ void main()
OutputLine(NULL, " 視界を奪われた次は、後ろから誰かに羽交い締めにされて、自由をも奪われた。",
NULL, "One of them pinned me in a nelson hold, restricting my movement.", Line_Normal);
ClearMessage();

ModPlayBGM( 2, "kaze", 56, 0, 1 );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>詩音</color>", NULL, "<color=#5ec69a>Shion</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 6, "ps2/06/150601004", 540, TRUE);
Expand Down Expand Up @@ -2530,8 +2532,8 @@ void main()
NULL, "...But even that left hand was pressed down by his rough palms until it hurt, robbing it of the freedom even to tremble.", Line_Normal);
ClearMessage();

FadeOutBGM( 0, 300, FALSE );
FadeOutBGM( 1, 300, FALSE );
ModFadeOutBGM( 0, 300, FALSE, 0 );
ModFadeOutBGM( 1, 300, FALSE, 0 );

if (GetGlobalFlag(GADVMode)) { OutputLineAll("", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " …あと、間髪なんかなかった。",
Expand Down