Skip to content

Commit

Permalink
Minor name color fix (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Singulariity <[email protected]>
  • Loading branch information
Singulariity and Singulariity authored Jan 17, 2024
1 parent b7d6279 commit c4d1545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update/omake_04_vm0x_n01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ void dialog005()
NULL, " makes a total of-\"", GetGlobalFlag(GLinemodeSp));
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音詩音</color>", NULL, "<color=#5ec69a>Mion & Shion</color>", NULL, Line_ContinueAfterTyping); }
if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#5ec69a>魅音</color>&<color=#5ec69a>詩音</color>", NULL, "<color=#5ec69a>Mion</color> & <color=#5ec69a>Shion</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 6, "ps3/s20/06/440600178", 256, TRUE);
ModPlayVoiceLS(5, 6, "ps3/s20/03/440300452", 256, TRUE);
OutputLine(NULL, "「うわぁぁあぁんん、聞きたくない、聞きたくないぃぃっっ!!」",
Expand Down

0 comments on commit c4d1545

Please sign in to comment.