diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-29 17:17:35 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-29 17:17:35 -0400 |
commit | a62fbd6ec1d34ccba25e117e0db60fd4100bfd8d (patch) | |
tree | d28f0320009ff4cf4955e84b4555519a1ab55b69 /include/region_map.h | |
parent | b73b15dc9c10ace5145e3d4b339ca833413a1522 (diff) | |
parent | 8d82578d3a101b06f9d2ced31738021007c4e533 (diff) |
Merge branch 'master' into pokeblock
Diffstat (limited to 'include/region_map.h')
-rwxr-xr-x[-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 0cef566f6..6dfa4dcf0 100644..100755 --- a/include/region_map.h +++ b/include/region_map.h @@ -6,7 +6,7 @@ void sub_80FAB10(void); u8 sub_80FAB60(void); void sub_80FBB3C(u16, u16); void sub_80FBCF0(u32, u8); -void sub_80FBFB4(u8 *str, u8 region, u8); +void sub_80FBFB4(u8 *str, u16 region, u8); void CopyMapName(); u8 *CopyLocationName(u8 *dest, u8 location); |