summaryrefslogtreecommitdiff
path: root/include/field_map_obj.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-05-22 17:21:17 -0400
committerscnorton <scnorton@biociphers.org>2017-05-24 16:14:50 -0400
commitabe5f5053624f876ea17c44370b203c0a4ace86b (patch)
tree187c4ff271a901b75360070b3e76e3c986cc72b2 /include/field_map_obj.h
parent4c42206a7f63b2045eae85ad2b4a60a630178d4c (diff)
Another chunk of library-like functions
Diffstat (limited to 'include/field_map_obj.h')
-rw-r--r--include/field_map_obj.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h
index 00fda8358..4f611aab2 100644
--- a/include/field_map_obj.h
+++ b/include/field_map_obj.h
@@ -26,6 +26,8 @@ static u8 callback(struct MapObject *mapObject, struct Sprite *sprite)\
return 0;\
}
+bool8 CheckForCollisionBetweenFieldObjects(struct MapObject *mapObject, s16 x, s16 y);
+
void sub_805C058(struct MapObject *mapObject, s16 a, s16 b);
void FieldObjectSetDirection(struct MapObject *pObject, u8 unk_18);
void MoveCoords(u8 direction, s16 *x, s16 *y);
@@ -48,4 +50,6 @@ extern const u8 gUnknown_083753C8[2];
extern const u8 gUnknown_083753DC[5];
extern const u8 gUnknown_083753F4[5];
+extern const u8 gUnknown_0837567B[9];
+
#endif // GUARD_FIELD_MAP_OBJ_H