From b36895b54c5029eb0d15e4a8f1bd11ee0be7cb20 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Mon, 26 May 2025 14:24:23 -0500 Subject: [PATCH] Adjsut boxes --- www/data/CommonEvents.json | 4 ++-- www/js/rpg_windows.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/data/CommonEvents.json b/www/data/CommonEvents.json index d2246dc..8f90b46 100644 --- a/www/data/CommonEvents.json +++ b/www/data/CommonEvents.json @@ -9052,7 +9052,7 @@ "code": 401, "indent": 0, "parameters": [ - "\\c[3]Difficulty [Easy]】\\c[0]" + "\\c[3]Difficulty [Easy]\\c[0]" ] }, { @@ -9076,7 +9076,7 @@ "code": 401, "indent": 0, "parameters": [ - "\\c[3]Difficulty [Normal】\\c[0]" + "\\c[3]Difficulty [Normal\\c[0]" ] }, { diff --git a/www/js/rpg_windows.js b/www/js/rpg_windows.js index e6325c8..68a1fb7 100644 --- a/www/js/rpg_windows.js +++ b/www/js/rpg_windows.js @@ -4282,7 +4282,7 @@ Window_Message.prototype.windowWidth = function() { }; Window_Message.prototype.windowHeight = function() { - return this.fittingHeight(this.numVisibleRows()); + return this.fittingHeight(this.numVisibleRows() + 1); }; Window_Message.prototype.clearFlags = function() {