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() {