diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-23 22:15:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-23 22:15:31 -0400 |
commit | e43d716b3edc723d882af3e18f8e50b0b5a3f61c (patch) | |
tree | 7b91ee993bc5e950f97413bf89292c5d382873b9 /include | |
parent | 8ae002b3607fa2fbfe2aa7c6123bb2f9627c0c05 (diff) |
Nonmatching BuildAreaGlowTilemap
Diffstat (limited to 'include')
-rw-r--r-- | include/region_map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/region_map.h b/include/region_map.h index 3fe7de460..c84de209b 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -70,5 +70,6 @@ const u8 *CopyMapName(u8 *dest, u16 b); const u8 *CopyLocationName(u8 *dest, u16 b); void CB2_InitFlyRegionMap(void); void debug_sub_8110F28(void); +u16 GetRegionMapSectionAt_(u16 x, u16 y); #endif // GUARD_REGION_MAP_H |