diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-07 15:48:36 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-07 15:48:36 -0500 |
commit | 34cf3662fc0343d77fe36b1a3083605110764c9a (patch) | |
tree | 317722e88eaba51dbae0a611cff0ecb8d646ad3a /include/fieldmap.h | |
parent | e1bd043bf3049b8a91b718ca1e4416711f0b8646 (diff) |
GetMapBorderIdAt
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index 38f1d30d0..016baf153 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -22,7 +22,7 @@ void MapGridSetMetatileIdAt(int, int, u16); void MapGridSetMetatileEntryAt(int, int, u16); void GetCameraCoords(u16*, u16*); bool8 MapGridIsImpassableAt(s32, s32); -s32 GetMapBorderIdAt(s16, s16); +s32 GetMapBorderIdAt(s32, s32); bool32 CanCameraMoveInDirection(u8); u32 GetBehaviorByMetatileIdAndMapData(struct MapData *mapData, u16 metatile, u8 attr); |