summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2019-01-07 14:39:28 -0500
committerscnorton <scnorton@biociphers.org>2019-01-07 14:39:28 -0500
commit9aab26afa5315c32f83ae7f40e19c9053d602089 (patch)
treec02a746b488336f0f9ef5b553042a11a83814053 /include/fieldmap.h
parentee25c7a9755b8ed1111a3677a5f519ac602f6391 (diff)
through MapGridGetMetatileIdAt
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index fe2b5a928..e6a1e944a 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -15,7 +15,7 @@ u32 MapGridGetMetatileBehaviorAt(int, int);
void MapGridSetMetatileIdAt(int, int, u16);
void MapGridSetMetatileEntryAt(int, int, u16);
void GetCameraCoords(u16*, u16*);
-bool8 MapGridIsImpassableAt(s16, s16);
+bool8 MapGridIsImpassableAt(s32, s32);
s32 GetMapBorderIdAt(s16, s16);
bool32 CanCameraMoveInDirection(u8);
u16 GetBehaviorByMetatileId(u16 metatileId);