From 90ec21e08c652a970ae86d4c8e1bd3464de1a9ff Mon Sep 17 00:00:00 2001 From: dazedanon Date: Fri, 3 Oct 2025 13:57:25 -0500 Subject: [PATCH] Back to height of 2 --- js/rmmz_scenes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/rmmz_scenes.js b/js/rmmz_scenes.js index 9168640..da3bc33 100644 --- a/js/rmmz_scenes.js +++ b/js/rmmz_scenes.js @@ -1121,7 +1121,7 @@ Scene_MenuBase.prototype.helpAreaBottom = function() { }; Scene_MenuBase.prototype.helpAreaHeight = function() { - return this.calcWindowHeight(3, false); + return this.calcWindowHeight(2, false); }; Scene_MenuBase.prototype.mainAreaTop = function() {