diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-21 09:21:53 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-21 10:34:15 -0400 |
commit | 704dc2f913a9d3f2cd6217795a10dd54ad6d2e2f (patch) | |
tree | b14daa387d349dd7ee54ec41586f9ee84dc902e4 /include/graphics.h | |
parent | cf553c7006f2b7a290a1f000f40e437f102acb71 (diff) |
Document Pokedex Screen
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h index 81b6b4ddf..533b88b4b 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4931,7 +4931,7 @@ extern const u16 gUnknown_8E9C3F8[]; extern const u16 gUnknown_8E9C418[]; // pokedex_screen -extern const u16 gUnknown_8E9C14C[]; -extern const u16 gUnknown_8E9C16C[]; +extern const u16 gDexScreen_TopMenuIconPals_AtoZ[]; +extern const u32 gDexScreen_TopMenuIconTiles_AtoZ[]; #endif //GUARD_GRAPHICS_H |