diff options
author | scnorton <scnorton@biociphers.org> | 2017-05-22 19:31:47 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-22 19:31:47 -0400 |
commit | 70b04997a09a45552a257623867acc1a8be6141e (patch) | |
tree | 6c8548fce969b5bd9d457c5a0301d3ba886bac22 /include/field_map_obj.h | |
parent | 9d851873cd284af172581c413f0bab4a2f695c8e (diff) |
IsCoordOutsideFieldObjectMovementRect and others
Diffstat (limited to 'include/field_map_obj.h')
-rw-r--r-- | include/field_map_obj.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index 4f611aab2..c160f1c72 100644 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -26,7 +26,6 @@ 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); |