summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-12-03 10:53:21 -0600
committerGitHub <noreply@github.com>2018-12-03 10:53:21 -0600
commitffa8655f4cd2cb8d6b1bdacc0a5568259eb60a72 (patch)
treefa79ff11fa3e728773ddc2aeb682a54b24e1630c /include/graphics.h
parentcd378ec676d5b7eeeeac076204ccfbae92d13882 (diff)
parent715fbb379e14feca236d30220526c125896d25b5 (diff)
Merge pull request #423 from Slawter666/pokedex-doc
Document some of pokedex.c
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 6ec5c44b2..f51d7fa47 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -3282,18 +3282,18 @@ extern const u32 gBattleTerrainPalette_StadiumWallace[];
extern const u32 gPokedexMenu2_Gfx[];
extern const u16 gPokedexText_Pal[];
extern const u32 gPokedexMenu_Gfx[];
-extern const u8 gUnknown_08DC2C5C[];
-extern const u8 gUnknown_08DC2DAC[];
-extern const u8 gUnknown_08DC2A08[];
-extern const u8 gUnknown_08DC2B1C[];
+extern const u8 gPokedexTilemap_Main[];
+extern const u8 gPokedexTilemap_MainUnderlay[];
+extern const u8 gPokedexTilemap_StartMenu1[];
+extern const u8 gPokedexTilemap_StartMenu2[];
extern const u16 gPokedexHoennBg_Pal[];
extern const u16 gPokedexText_Pal[];
extern const u16 gPokedexNationalBg_Pal[];
-extern const u8 gUnknown_08DC3080[];
-extern const u8 gUnknown_08DC3198[];
-extern const u8 gUnknown_08DC2E6C[];
-extern const u8 gUnknown_08DC2F5C[];
-extern const u8 gUnknown_08DC2FEC[];
+extern const u8 gPokedexTilemap_DescriptionScreen[];
+extern const u8 gPokedexTilemap_CryScreen[];
+extern const u8 gPokedexTilemap_SizeScreen[];
+extern const u8 gPokedexTilemap_ScreenSelectBar1[];
+extern const u8 gPokedexTilemap_ScreenSelectBar2[];
extern const u16 gPokedexCaughtScreenFade_Pal[];
extern const u32 gPokedexSearchMenu_Gfx[];
extern const u32 gPokedexSearch2_Tilemap[];