mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
tiny fix for wrong "give pokemon" window
This commit is contained in:
parent
94183b45c7
commit
006d28fd69
@ -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 New Issue
Block a user