diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-09-29 00:10:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-29 00:10:09 -0400 |
commit | e270ee1a74429adfc4991a379fe54d4043524480 (patch) | |
tree | a5962b3fb57d720cdf05fad2ade04332996e3cc6 /include/pokedex_area_region_map.h | |
parent | 154e8a271ab547e397892a2a88745e1d6f55ca92 (diff) | |
parent | db057eb86b46f5ed152798af50f7858d786d2733 (diff) |
Merge pull request #1506 from GriffinRichards/single-doc
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); |