diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-31 22:05:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-31 22:05:23 -0400 |
commit | f6d1e5a96506b5d370180682105e5ae2d5aed083 (patch) | |
tree | 41f700a1dea375dcd46a95c4212274815b69aec6 /include/region_map.h | |
parent | c3c08bf0379e172b8d7dd1b233947ebca83a3c3c (diff) |
through sub_8124668
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 5eb3901d0..1db811083 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); u8 *GetMapName(u8 *, u16, u16); -bool32 sub_8124668(u16 mapSecId); +bool32 sub_8124668(u8 mapSecId); #endif //GUARD_REGION_MAP_H |