diff --git a/graphics/pokedex/info_screen.bin b/graphics/pokedex/info_screen.bin index 4db95aa345..4fe214f815 100644 Binary files a/graphics/pokedex/info_screen.bin and b/graphics/pokedex/info_screen.bin differ diff --git a/graphics/pokedex/menu.png b/graphics/pokedex/menu.png index 7896d7f09e..302bbba4c3 100644 Binary files a/graphics/pokedex/menu.png and b/graphics/pokedex/menu.png differ diff --git a/graphics/pokedex/screen_select_bar_submenu.bin b/graphics/pokedex/screen_select_bar_submenu.bin index 178ba4e0a2..5b94416834 100644 Binary files a/graphics/pokedex/screen_select_bar_submenu.bin and b/graphics/pokedex/screen_select_bar_submenu.bin differ diff --git a/graphics/pokedex/stats_screen.bin b/graphics/pokedex/stats_screen.bin index 0605b5821c..0156472a3a 100644 Binary files a/graphics/pokedex/stats_screen.bin and b/graphics/pokedex/stats_screen.bin differ diff --git a/src/pokedex.c b/src/pokedex.c index 4035c2b23a..dec9844347 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -355,8 +355,8 @@ static void DestroySplitIcon(void); //Physical/Special Split from BE //Physical/Special Split from BE #define TAG_SPLIT_ICONS 30004 -static const u16 sSplitIcons_Pal[] = INCBIN_U16("graphics/interface/split_icons.gbapal"); -static const u32 sSplitIcons_Gfx[] = INCBIN_U32("graphics/interface/split_icons.4bpp.lz"); +// static const u16 sSplitIcons_Pal[] = INCBIN_U16("graphics/interface/split_icons.gbapal"); +// static const u32 sSplitIcons_Gfx[] = INCBIN_U32("graphics/interface/split_icons.4bpp.lz"); static const struct OamData sOamData_SplitIcons = { .size = SPRITE_SIZE(16x16), @@ -6070,9 +6070,10 @@ static void Task_LoadStatsScreen(u8 taskId) CopyToBgTilemapBuffer(3, gPokedexStatsScreen_Tilemap, 0, 0); FillWindowPixelBuffer(WIN_INFO, PIXEL_FILL(0)); PutWindowTilemap(WIN_INFO); - // PutWindowTilemap(WIN_FOOTPRINT); - // PrintFootprint(WIN_FOOTPRINT, sPokedexListItem->dexNum); - // CopyWindowToVram(WIN_FOOTPRINT, 2); + CopyWindowToVram(WIN_INFO, 3); + CopyBgTilemapBufferToVram(1); + CopyBgTilemapBufferToVram(2); + CopyBgTilemapBufferToVram(3); gMain.state++; break; case 2: @@ -6118,10 +6119,6 @@ static void Task_LoadStatsScreen(u8 taskId) PrintMonStatsToggle(taskId); if (!sPokedexListItem->owned) LoadPalette(gPlttBufferUnfaded + 1, 0x31, 0x1E); - CopyWindowToVram(WIN_INFO, 3); - CopyBgTilemapBufferToVram(1); - CopyBgTilemapBufferToVram(2); - CopyBgTilemapBufferToVram(3); gMain.state++; break; case 7: