Back to height of 2
This commit is contained in:
parent
928522e947
commit
90ec21e08c
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue