summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 511c1061f..7174d98cc 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -12,5 +12,8 @@
// Exported ROM declarations
u8 MapGridGetMetatileBehaviorAt(s16, s16);
void GetCameraCoords(u16*, u16*);
+bool8 MapGridIsImpassableAt(s16, s16);
+s32 GetMapBorderIdAt(s16, s16);
+bool32 CanCameraMoveInDirection(u8);
#endif //GUARD_FIELDMAP_H