From 1b5982ee933189289e2a0f273f467e56a150e7c7 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Tue, 28 Oct 2025 11:03:01 -0500 Subject: [PATCH] description font --- www/js/rpg_windows.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/js/rpg_windows.js b/www/js/rpg_windows.js index 19d74a0..c377f96 100644 --- a/www/js/rpg_windows.js +++ b/www/js/rpg_windows.js @@ -1492,6 +1492,10 @@ Window_Help.prototype.setText = function(text) { } }; +Window_Help.prototype.standardFontSize = function() { + return 22; +}; + Window_Help.prototype.clear = function() { this.setText(''); };