Fix tabs, do suggested rename

This commit is contained in:
Phlosioneer
2019-03-02 04:13:27 -05:00
parent a7e5852f1d
commit 25050b9944
3 changed files with 7 additions and 7 deletions

View File

@@ -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);