diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-08 21:27:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-08 21:27:02 -0400 |
commit | 70e982d1fabc62a6d145b1a8dda866931886bb4d (patch) | |
tree | 56e93f3b6f3f2dbace726042ea37e78103867b15 /include | |
parent | 43c3b9fdff01c05860969d80fbc6ae0b0dbbcb90 (diff) |
npc_coords_shift
Diffstat (limited to 'include')
-rw-r--r-- | 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 c5b23103f..4eb6f85d5 100644 --- a/include/field_map_obj.h +++ b/include/field_map_obj.h @@ -44,6 +44,7 @@ void sub_808E7E4(u8, u8, u8); void sub_808E78C(u8, u8, u8, u8); void sub_808E75C(s16, s16); void FieldObjectGetLocalIdAndMap(struct MapObject *, u8 *, u8 *, u8 *); +void npc_coords_shift(struct MapObject *, s16, s16); // Exported data declarations |