Skip to content

Commit

Permalink
Fix missing space and capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Mar 23, 2024
1 parent 3740c68 commit fe82c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Update/staffroom02.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void main()

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>竜騎士07</color>", NULL, "<color=#f5e6d3>Ryukishi07</color>", NULL, Line_ContinueAfterTyping); }
OutputLine(NULL, " あのリングオブレッドも、",
NULL, "When I was playing Ring of Red,", Line_ContinueAfterTyping);
NULL, " When I was playing Ring of Red,", Line_ContinueAfterTyping);

Wait( 300 );
PlaySE( 0, "wav/boyon", 70, 64 );
Expand Down
2 changes: 1 addition & 1 deletion Update/staffroom03.txt
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ void main()
OutputLine(NULL, " そうだ八咫桜、こういうのはどうだ!!",
NULL, " I've got it, Yatazakura! How about this?!!", Line_WaitForInput);
OutputLine(NULL, " 今時のナウな世代の大好きな横文字に置き換えてしまうのだ!!",
NULL, " We'll use the english characters people in this modern generation love!!", Line_WaitForInput);
NULL, " We'll use the English characters people in this modern generation love!!", Line_WaitForInput);

PlayBGM( 0, "bgm0/3", 70, 0 );
PlaySE( 0, "wav/dageki", 70, 64 );
Expand Down

0 comments on commit fe82c4b

Please sign in to comment.