diff options
author | yenatch <yenatch@gmail.com> | 2017-05-23 21:29:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 21:29:35 -0400 |
commit | 53e1526631ce2b801e8e6bd0e4bd0caca8d8cb25 (patch) | |
tree | 369cb2702f9b5946382c1379c74dd84ef9055ef8 /include/fieldmap.h | |
parent | 9640df02dd8651d5b05cf3767f6c7e16a697db3b (diff) | |
parent | 46a3ee4ae04764e9ad37c8ed7fdf760832eb0175 (diff) |
Merge pull request #304 from PikalaxALT/field_map_obj
Field map obj
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 4 |
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 |