diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-13 09:41:11 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-13 09:41:11 -0400 |
commit | 28b272bf52e32374a3d0e493b47953bfad8e9cac (patch) | |
tree | 91f8d1d141d74873cd1f98a2e7c6ef9c88795e1c /include/field_map_obj.h | |
parent | c8696f15528add1c1a4a195c5fc02192c3f04a77 (diff) |
NoMovement1, GoRandomDirections
Diffstat (limited to 'include/field_map_obj.h')
-rwxr-xr-x | include/field_map_obj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h index ec28df643..f91b8f9e3 100755 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -47,6 +47,7 @@ void FieldObjectGetLocalIdAndMap(struct MapObject *, u8 *, u8 *, u8 *); void npc_coords_shift(struct MapObject *, s16, s16); void sub_808EB08(struct MapObject *, s16, s16); void sub_808F254(u8, u8, u8); +void FieldObjectStep(struct MapObject *, struct Sprite *, bool8(struct MapObject *, struct Sprite *)); // Exported data declarations |