tiny fix for wrong "give pokemon" window
This commit is contained in:
parent
94183b45c7
commit
006d28fd69
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ static const struct WindowTemplate sDebugMenuWindowTemplate =
|
|||
static const struct WindowTemplate sDebugNumberDisplayWindowTemplate =
|
||||
{
|
||||
.bg = 0,
|
||||
.tilemapLeft = 6 + DEBUG_MAIN_MENU_WIDTH,
|
||||
.tilemapLeft = 4 + DEBUG_MAIN_MENU_WIDTH,
|
||||
.tilemapTop = 1,
|
||||
.width = DEBUG_NUMBER_DISPLAY_WIDTH,
|
||||
.height = 2 * DEBUG_NUMBER_DISPLAY_HEIGHT,
|
||||
|
|
Loading…
Reference in a new issue