diff --git a/js/rmmz_windows.js b/js/rmmz_windows.js index 7ff6570..02060b0 100644 --- a/js/rmmz_windows.js +++ b/js/rmmz_windows.js @@ -114,7 +114,7 @@ Window_Base.prototype.contentsHeight = function () { Window_Base.prototype.resetFontSettings = function () { this.contents.fontFace = $gameSystem.mainFontFace(); - this.contents.fontSize = $gameSystem.mainFontSize(); + this.contents.fontSize = 24; this.resetTextColor(); };