summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2017-05-22 20:05:20 -0400
committerGitHub <noreply@github.com>2017-05-22 20:05:20 -0400
commitde9f64061f83aab80e62b0fa69f9ed182704dfc9 (patch)
tree6c8548fce969b5bd9d457c5a0301d3ba886bac22 /include/fieldmap.h
parentcb975fbf00519c90c05c0dfaaf3f7a22ad8449ab (diff)
parent70b04997a09a45552a257623867acc1a8be6141e (diff)
Merge pull request #5 from PikalaxALT/pikalaxalt/field_map_obj
Pikalaxalt/field map obj
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 936d27b4a..530e15798 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -1,6 +1,10 @@
#ifndef GUARD_FIELDMAP2_H
#define GUARD_FIELDMAP2_H
+#include "field_map_obj.h"
struct MapHeader *mapconnection_get_mapheader(struct MapConnection *connection);
+int GetMapBorderIdAt(int x, int y);
+extern bool8 IsMetatileDirectionallyImpassable(struct MapObject *mapObject, s16 x, s16 y, u8 direction);
+int CanCameraMoveInDirection(int direction);
#endif