diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/region_map.h | 4 | ||||
-rw-r--r-- | include/strings.h | 3 |
2 files changed, 5 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 diff --git a/include/strings.h b/include/strings.h index f06a962b9..56e34a5c7 100644 --- a/include/strings.h +++ b/include/strings.h @@ -71,5 +71,8 @@ extern const u8 gText_Decorate[]; extern const u8 gText_PutAway[]; extern const u8 gText_Toss2[]; extern const u8 gText_Hoenn[]; +extern const u8 gText_Ferry[]; +extern const u8 gText_SecretBase[]; +extern const u8 gText_Hideout[]; #endif //GUARD_STRINGS_H |