summaryrefslogtreecommitdiff
path: root/src/data/graphics.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-25 10:32:24 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-25 10:32:24 -0400
commitb10a1ff4f80c5416d853f32913d5ceae2e920418 (patch)
treec7c9ebf195d67036fda717522157f28d74165448 /src/data/graphics.c
parentaca61198745358f770dc0afd4e4bca6f4898fcf0 (diff)
More pokedex doccing
Diffstat (limited to 'src/data/graphics.c')
-rw-r--r--src/data/graphics.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/graphics.c b/src/data/graphics.c
index 7e37c92e3..34bcef5ff 100644
--- a/src/data/graphics.c
+++ b/src/data/graphics.c
@@ -1185,8 +1185,8 @@ const u16 gMonIconPalettes[][16] =
const u8 gUnknown_08E96738[] = INCBIN_U8("graphics/unknown/unknown_E96738.bin.lz");
const u8 gPokedexStartMenuMain_Tilemap[] = INCBIN_U8("graphics/pokedex/pokedex_list_menu.bin.lz");
const u8 gPokedexStartMenuSearchResults_Tilemap[] = INCBIN_U8("graphics/pokedex/pokedex_listing_menu.bin.lz");
-const u8 gUnknown_08E96ACC[] = INCBIN_U8("graphics/pokedex/pokedex_navbar.bin.lz");
-const u8 gUnknown_08E96B58[] = INCBIN_U8("graphics/pokedex/pokedex_navbar_3.bin.lz");
+const u8 gPokedexScreenSelectBarMain_Tilemap[] = INCBIN_U8("graphics/pokedex/pokedex_navbar.bin.lz");
+const u8 gPokedexScreenSelectBarSubmenu_Tilemap[] = INCBIN_U8("graphics/pokedex/pokedex_navbar_3.bin.lz");
const u8 gUnknown_08E96BD4[] = INCBIN_U8("graphics/pokedex/pokedex_detail_layout.bin.lz");
const u8 gPokedexMenuSearch_Tilemap[] = INCBIN_U8("graphics/unknown/unknown_E96D2C.bin.lz");