This commit is contained in:
dazedanon 2026-02-21 13:06:57 -06:00
parent 10b1c4abae
commit 86be5ad6a1
2 changed files with 3 additions and 3 deletions

View file

@ -5877,7 +5877,7 @@
"code": 355,
"indent": 0,
"parameters": [
"DisplayViewData.push(\"研究員リスト\");"
"DisplayViewData.push(\"List of Researchers\");"
]
},
{
@ -7295,7 +7295,7 @@
"code": 401,
"indent": 2,
"parameters": [
"\\n<Romasha>First, I could \\C[29]go to Jiji directly from the Transporter and\nask in person.\\C[0] He encouraged me to do that, but I can't be\nthe only one taking it easy..."
"\\n<Romasha>First, I could \\C[29]go to Jiji directly from the Transporter and\nask in person.\\C[0] She encouraged me to do that, but I can't be\nthe only one taking it easy..."
]
},
{

View file

@ -40,7 +40,7 @@ Game_Interpreter.prototype.N_NumImnput_View = function () {
NIPs._x + 98 * 1, NIPs._y + 98 * 0, 0, 0, 15);
this.SetSpriteFIn(PN_niBtn + 9, NumInput_Path + "PN_niBtn_9",
NIPs._x + 98 * 2, NIPs._y + 98 * 0, 0, 0, 15);
this.SpriteStr(PN_niSetuTxt, ni_入力桁数 + "桁の数字を入力してください", 24, 544, 120, 0);
this.SpriteStr(PN_niSetuTxt, ni_入力桁数 + "Please enter the password.", 24, 544, 120, 0);
this.MoveSprite(PN_niSetuTxt, true, true, 15);
}
Game_Interpreter.prototype.N_NumImnput_Update = function () {