tiny fix for wrong "give pokemon" window

This commit is contained in:
TheXaman 2022-08-29 14:51:40 +02:00
parent 94183b45c7
commit 006d28fd69

View File

@ -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,