TL and fix position of normal battle streak message

This commit is contained in:
onms 2026-01-26 04:44:54 -06:00
parent 20938ec55d
commit 2175c42176

View file

@ -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);
}