Adjsut boxes

This commit is contained in:
dazedanon 2025-05-26 14:24:23 -05:00
parent 4e5dc68f87
commit b36895b54c
2 changed files with 3 additions and 3 deletions

View file

@ -9052,7 +9052,7 @@
"code": 401,
"indent": 0,
"parameters": [
"\\c[3]Difficulty [Easy]\\c[0]"
"\\c[3]Difficulty [Easy]\\c[0]"
]
},
{
@ -9076,7 +9076,7 @@
"code": 401,
"indent": 0,
"parameters": [
"\\c[3]Difficulty [Normal\\c[0]"
"\\c[3]Difficulty [Normal\\c[0]"
]
},
{

View file

@ -4282,7 +4282,7 @@ Window_Message.prototype.windowWidth = function() {
};
Window_Message.prototype.windowHeight = function() {
return this.fittingHeight(this.numVisibleRows());
return this.fittingHeight(this.numVisibleRows() + 1);
};
Window_Message.prototype.clearFlags = function() {