diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-31 21:55:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-31 21:55:57 -0400 |
commit | c3c08bf0379e172b8d7dd1b233947ebca83a3c3c (patch) | |
tree | 3a9f25df908ec635e53915bbb08586f5182603f7 /include/region_map.h | |
parent | ef535b98b5e1384ce5f663a4ab4dfcb003fbe1c7 (diff) |
through sub_8124610
Diffstat (limited to 'include/region_map.h')
-rw-r--r-- | include/region_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/region_map.h b/include/region_map.h index 25f9b820a..5eb3901d0 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -93,7 +93,7 @@ enum { MAPSEC_INSIDE_OF_TRUCK, MAPSEC_SKY_PILLAR, MAPSEC_SECRET_BASE, - MAPSEC_UNK_0x57, + MAPSEC_SS_TIDAL, MAPSEC_PALLET_TOWN, MAPSEC_VIRIDIAN_CITY, MAPSEC_PEWTER_CITY, @@ -308,7 +308,7 @@ void FreeRegionMapIconResources(void); u16 GetRegionMapSectionIdAt(u16 x, u16 y); void CreateRegionMapPlayerIcon(u16 x, u16 y); void CreateRegionMapCursor(u16 tileTag, u16 paletteTag); -bool32 sub_8124668(u16 mapSecId); u8 *GetMapName(u8 *, u16, u16); +bool32 sub_8124668(u16 mapSecId); #endif //GUARD_REGION_MAP_H |