Skip to content

Commit

Permalink
Merge pull request #48 from 07th-mod/f-fix-priority
Browse files Browse the repository at this point in the history
Priority Fixes for review
  • Loading branch information
orian34 authored Mar 18, 2024
2 parents 6c638bf + c7b496f commit 54e16b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Update/&toketu2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ void main()
Wait( 1800 );
SetValidityOfInput( TRUE );
PlaySE( 0, "s_chisibuki", 128, 64 );
DrawBustshot( 28, "Toketu1b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 10, TRUE );
DrawBustshot( 28, "Toketu1b", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 27, 10, TRUE );
SetValidityOfInput( FALSE );
Wait( 2300 );
SetValidityOfInput( TRUE );
PlaySE( 0, "s_chisibuki", 128, 64 );
DrawBustshot( 29, "Toketu1c", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 26, 10, TRUE );
DrawBustshot( 29, "Toketu1c", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 28, 10, TRUE );
SetValidityOfInput( FALSE );
Wait( 3000 );
SetValidityOfInput( TRUE );
Expand Down
2 changes: 1 addition & 1 deletion Update/_mats_009.txt
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ void main()
SetSpeedOfMessage( FALSE, 0 );

DisableWindow();
ModDrawCharacterWithFiltering(1, 5, "sprite/ri1_warai_a1_", "2", "maskright", 1, 240, 0, FALSE, 0, 0, 0, 0, 0, 9, 300, TRUE );
ModDrawCharacterWithFiltering(1, 5, "sprite/ri1_warai_a1_", "2", "maskright", 1, 240, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#6972c1>梨花</color>", NULL, "<color=#6972c1>Rika</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 5, "ps3/s13/05/ds41050005", 128, TRUE);
Expand Down
2 changes: 1 addition & 1 deletion Update/_mats_013.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void main()

DisableWindow();
ModSetLayerFilter(1, 256, "none");
ModDrawCharacterWithFiltering(1, 12, "sprite/ha3a_warai_", "2", "maskleft", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 8, 300, TRUE );
ModDrawCharacterWithFiltering(1, 12, "sprite/ha3a_warai_", "2", "maskleft", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#8676cf>羽入</color>", NULL, "<color=#8676cf>Hanyuu</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 12, "ps3/s13/12/ds41070129", 128, TRUE);
Expand Down
2 changes: 1 addition & 1 deletion Update/_mats_016.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ void main()

DisableWindow();
FadeBustshotWithFiltering( 1, "maskright" , 7, FALSE, 0, 0, 300, TRUE );
ModDrawCharacterWithFiltering(1, 4, "sprite/sa2a_akuwarai_a1_", "2", "maskleft", 7, -160, 0, FALSE, 0, 0, 0, 0, 0, 10, 300, TRUE );
ModDrawCharacterWithFiltering(1, 4, "sprite/sa2a_akuwarai_a1_", "2", "maskleft", 7, -160, 0, FALSE, 0, 0, 0, 0, 0, 8, 300, TRUE );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#fcdb77>沙都子</color>", NULL, "<color=#fcdb77>Satoko</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 4, "ps3/s13/04/ds41040138", 128, TRUE);
Expand Down

0 comments on commit 54e16b4

Please sign in to comment.