From dcf7dd6ce6c393983465c5be1d9b7f31793fa501 Mon Sep 17 00:00:00 2001 From: TheXaman <48356183+TheXaman@users.noreply.github.com> Date: Tue, 30 Nov 2021 12:28:13 +0100 Subject: [PATCH] small fix --- src/pokemon_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pokemon_debug.c b/src/pokemon_debug.c index 32793b32f..d99ba34cc 100644 --- a/src/pokemon_debug.c +++ b/src/pokemon_debug.c @@ -127,7 +127,7 @@ static const struct WindowTemplate sPokemonDebugMsgBoxWindowTemplate = .tilemapTop = 14, .width = 11, .height = 1, - .paletteNum = 0, + .paletteNum = 0xF, .baseBlock = 0x100 }; @@ -688,7 +688,7 @@ void CB2_Debug_Pokemon(void) data->messageBoxWindowId = AddWindow(&sPokemonDebugMsgBoxWindowTemplate); PutWindowTilemap(data->messageBoxWindowId); CopyWindowToVram(data->messageBoxWindowId, 3); - FillWindowPixelRect(data->messageBoxWindowId, PIXEL_FILL(0x1), 0, 0, 90, 4); + FillWindowPixelRect(data->messageBoxWindowId, PIXEL_FILL(0x2), 0, 0, 90, 4); gMain.state++; break;