Back to height of 2

This commit is contained in:
dazedanon 2025-10-03 13:57:25 -05:00
parent 928522e947
commit 90ec21e08c

View file

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