diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-21 15:18:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 15:18:26 -0400 |
commit | dbf3de7755136f434a1fc07496d2a685e752ef08 (patch) | |
tree | f58267820cc9e82724618343f1b7918c1cafc904 /src/graphics.c | |
parent | cf553c7006f2b7a290a1f000f40e437f102acb71 (diff) | |
parent | 4b0dd3e40622b9f84f4a3c4709674bc2361b9adf (diff) |
Merge pull request #423 from PikalaxALT/doc_pokedex_screen
Document Pokedex Screen
Diffstat (limited to 'src/graphics.c')
-rw-r--r-- | src/graphics.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics.c b/src/graphics.c index fb9caf1e0..c14251d17 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1245,8 +1245,8 @@ const u32 gEasyChatRedRectangularCursor_Tiles[] = INCBIN_U32("graphics/interface const u16 gPokeSummary_StatusAilmentIconPals[] = INCBIN_U16("graphics/interface/link_rfu_frame.gbapal"); const u32 gPokeSummary_StatusAilmentIconTiles[] = INCBIN_U32("graphics/interface/link_rfu_status.4bpp.lz"); -const u16 gUnknown_8E9C14C[] = INCBIN_U16("graphics/interface/pokedex_abc.gbapal"); -const u16 gUnknown_8E9C16C[] = INCBIN_U16("graphics/interface/pokedex_abc.4bpp.lz"); +const u16 gDexScreen_TopMenuIconPals_AtoZ[] = INCBIN_U16("graphics/pokedex/cat_icon_abc.gbapal"); +const u32 gDexScreen_TopMenuIconTiles_AtoZ[] = INCBIN_U32("graphics/pokedex/cat_icon_abc.4bpp.lz"); const u16 gPSSMenu_Pal[] = INCBIN_U16("graphics/interface/box_tiles_pal1.gbapal"); const u16 gUnknown_8E9C3F8[] = INCBIN_U16("graphics/interface/box_tiles_pal2.gbapal"); |