summaryrefslogtreecommitdiff
path: root/include/overworld.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-27 23:54:51 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-27 23:54:51 -0500
commitbf45b83c65026a84425e3bc1f99e269653ed8c8b (patch)
treeaf156de0cd3cb382ec53301de3c2812869837b8d /include/overworld.h
parent782979f1fc37c358a5c675a1c42afae9b0027805 (diff)
Finish documenting event vars
Diffstat (limited to 'include/overworld.h')
-rw-r--r--include/overworld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h
index 8caba0673..54715ecc0 100644
--- a/include/overworld.h
+++ b/include/overworld.h
@@ -96,7 +96,7 @@ u8 GetMapTypeByGroupAndId(s8 mapGroup, s8 mapNum);
u8 GetMapTypeByWarpData(struct WarpData *warp);
u8 GetCurrentMapType(void);
u8 GetLastUsedWarpMapType(void);
-bool8 is_map_type_1_2_3_5_or_6(u8 mapType);
+bool8 IsMapTypeOutside(u8 mapType);
bool8 Overworld_MapTypeAllowsTeleportAndFly(u8 mapType);
bool8 Overworld_MapTypeIsIndoors(u8 mapType);
u8 GetSavedWarpRegionMapSectionId(void);