summaryrefslogtreecommitdiff
path: root/include/pokedex_area_region_map.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-09-29 00:10:09 -0400
committerGitHub <noreply@github.com>2021-09-29 00:10:09 -0400
commite270ee1a74429adfc4991a379fe54d4043524480 (patch)
treea5962b3fb57d720cdf05fad2ade04332996e3cc6 /include/pokedex_area_region_map.h
parent154e8a271ab547e397892a2a88745e1d6f55ca92 (diff)
parentdb057eb86b46f5ed152798af50f7858d786d2733 (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-xinclude/pokedex_area_region_map.h2
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);