diff --git a/www/js/rpg_windows.js b/www/js/rpg_windows.js index 46fcd55..227aaaf 100644 --- a/www/js/rpg_windows.js +++ b/www/js/rpg_windows.js @@ -281,7 +281,7 @@ Window_Base.prototype.drawTextExHelp = function(text, x, y) { textState.text = this.convertEscapeCharacters(text); textState.height = this.calcTextHeight(textState, false); this.resetFontSettings(); - this.contents.fontSize = 20 + this.contents.fontSize = 18 while (textState.index < textState.text.length) { this.processCharacter(textState); }