diff --git a/src/debug.c b/src/debug.c index 69b346fb8..53f86bb7b 100644 --- a/src/debug.c +++ b/src/debug.c @@ -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,