From e86715bc66bd9048f7035fcf1479e218e2e80177 Mon Sep 17 00:00:00 2001 From: onms Date: Thu, 22 Jan 2026 18:05:08 -0600 Subject: [PATCH] TL item use --- www/js/plugins/JsScript33Set.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/plugins/JsScript33Set.js b/www/js/plugins/JsScript33Set.js index b642338..983c405 100644 --- a/www/js/plugins/JsScript33Set.js +++ b/www/js/plugins/JsScript33Set.js @@ -565,7 +565,7 @@ Game_Interpreter.prototype.Menu_L2Item_View = function () { _i2flame = 0; _UseItem = $dataItems[_DgArr_m1[_DgSelX][_DgSelY]]; let _dgStr = "\\I[" + _UseItem.iconIndex + "] " + _UseItem.name; - this.SpriteStr(PN_mItmUTxt, _dgStr + "を使用しますか?", 25, 445, 310, 0); + this.SpriteStr(PN_mItmUTxt, "Do you want to use " + _dgStr + "?", 25, 445, 310, 0); this.MoveSprite(PN_mItmUTxt, true, true, 10); this.SetSpriteFIn(PN_mItmUWin, M_Item_Pic + "PN_mItmUWin", 0, 0, 0, 0, 10); this.MovePict(PN_mAdvSell, 470 + (253 * _il2Sel), 384, 5);