diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 04:13:27 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 04:13:27 -0500 |
commit | 25050b99444538535a67ba51b7aaf3d0bf90c50e (patch) | |
tree | 9ac54274de0eb3d773606904eac514879e4a7ac0 /include/overworld.h | |
parent | a7e5852f1d95dd2b438e94fbf31b865196c6e951 (diff) |
Fix tabs, do suggested rename
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h index 7ca442957..3a760ca79 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -98,7 +98,7 @@ u8 GetCurrentMapType(void); u8 GetLastUsedWarpMapType(void); bool8 IsMapTypeOutdoors(u8 mapType); bool8 Overworld_MapTypeAllowsTeleportAndFly(u8 mapType); -bool8 Overworld_MapTypeIsIndoors(u8 mapType); +bool8 IsMapTypeIndoors(u8 mapType); u8 GetSavedWarpRegionMapSectionId(void); u8 GetCurrentRegionMapSectionId(void); u8 GetCurrentMapBattleScene(void); |