diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-31 21:51:11 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-31 21:51:11 -0400 |
commit | ef535b98b5e1384ce5f663a4ab4dfcb003fbe1c7 (patch) | |
tree | 7eef80078ae35ddc6925e52015820b1eb8717a2f /include/region_map.h | |
parent | 2f1325416b4d9d67767c35e710e6b6102ade3cd1 (diff) |
through GetMapName
Diffstat (limited to 'include/region_map.h')
-rw-r--r-- | include/region_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/region_map.h b/include/region_map.h index bcd94ea9d..25f9b820a 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -309,6 +309,6 @@ u16 GetRegionMapSectionIdAt(u16 x, u16 y); void CreateRegionMapPlayerIcon(u16 x, u16 y); void CreateRegionMapCursor(u16 tileTag, u16 paletteTag); bool32 sub_8124668(u16 mapSecId); -void GetMapName(u8 *, u16, u16); +u8 *GetMapName(u8 *, u16, u16); #endif //GUARD_REGION_MAP_H |