summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-03 12:12:06 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-03 12:12:06 -0400
commit26d940dfeb48d8471db4a0cf2477aff68f681090 (patch)
treebc5b7c2fd69616bb79889ecef8604cdd1e6f61b5 /include/fieldmap.h
parentafd5f1f52f7a2b74e9850892aef118292a45df8e (diff)
Finish itemfinder dism/decomp
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 9903962a1..7bedb1d94 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -23,5 +23,7 @@ bool8 MapGridIsImpassableAt(s32, s32);
s32 GetMapBorderIdAt(s32, s32);
bool32 CanCameraMoveInDirection(s32);
u32 GetBehaviorByMetatileIdAndMapData(struct MapData *mapData, u16 metatile, u8 attr);
+const struct MapHeader * mapconnection_get_mapheader(struct MapConnection * connection);
+struct MapConnection * GetMapConnectionAtPos(s16 x, s16 y);
#endif //GUARD_FIELDMAP_H