diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-09-24 14:30:15 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-09-24 17:14:20 -0400 |
commit | a66d7e1b438f84bc04eb3f7d3da286882ba55019 (patch) | |
tree | 32a565c9b3cf10f1165b83bc24d3d90262c5d1a2 /include/pokedex_area_region_map.h | |
parent | 09fd4fc4c57796036905cdc5caaa53fb96c436f8 (diff) |
Document some single-remaining symbols
Diffstat (limited to 'include/pokedex_area_region_map.h')
-rwxr-xr-x | include/pokedex_area_region_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokedex_area_region_map.h b/include/pokedex_area_region_map.h index 175f60c74..6526d7b45 100755 --- a/include/pokedex_area_region_map.h +++ b/include/pokedex_area_region_map.h @@ -10,7 +10,7 @@ struct PokedexAreaMapTemplate }; void LoadPokedexAreaMapGfx(const struct PokedexAreaMapTemplate *); -bool32 sub_81C4E90(void); +bool32 TryShowPokedexAreaMap(void); void PokedexAreaMapChangeBgY(u32); void FreePokedexAreaMapBgNum(void); |