From 2175c42176af841c150afa33707f9332bc852eaa Mon Sep 17 00:00:00 2001 From: onms Date: Mon, 26 Jan 2026 04:44:54 -0600 Subject: [PATCH] TL and fix position of normal battle streak message --- www/js/plugins/JsScript44Set.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/plugins/JsScript44Set.js b/www/js/plugins/JsScript44Set.js index 18bb806..e358659 100644 --- a/www/js/plugins/JsScript44Set.js +++ b/www/js/plugins/JsScript44Set.js @@ -189,7 +189,7 @@ Game_Interpreter.prototype.NoBattle_RzDraw = function () { this.SetSpriteFInC(PN_RzExNoBtn , RzExPic + "PN_RzExNoBtn" , RzExPs._x + 227 + 315 , RzExPs._y + 175 , 0 , 0 , 15); if($gameVariables.value(VN_野試合勝利数) != 0) { let _数字 = $gameVariables.value(VN_野試合勝利数); - this.SpriteStr(PN_RzRensyoTxt , "(" + _数字 + "連勝中)" , 18 , 331 , 165 , 0); + this.SpriteStr(PN_RzRensyoTxt , "   (" + _数字 + " Wins)" , 18 , 331 , 165 , 0); } else { this.SpriteStr(PN_RzRensyoTxt , "" , 18 , 331 , 165 , 0); }