summaryrefslogtreecommitdiff
path: root/include/field_map_obj_helpers.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-05-23 21:29:35 -0400
committerGitHub <noreply@github.com>2017-05-23 21:29:35 -0400
commit53e1526631ce2b801e8e6bd0e4bd0caca8d8cb25 (patch)
tree369cb2702f9b5946382c1379c74dd84ef9055ef8 /include/field_map_obj_helpers.h
parent9640df02dd8651d5b05cf3767f6c7e16a697db3b (diff)
parent46a3ee4ae04764e9ad37c8ed7fdf760832eb0175 (diff)
Merge pull request #304 from PikalaxALT/field_map_obj
Field map obj
Diffstat (limited to 'include/field_map_obj_helpers.h')
-rw-r--r--include/field_map_obj_helpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/field_map_obj_helpers.h b/include/field_map_obj_helpers.h
index daae74ae9..a61dcc63c 100644
--- a/include/field_map_obj_helpers.h
+++ b/include/field_map_obj_helpers.h
@@ -8,5 +8,8 @@ void UnfreezeMapObjects(void);
void sub_806487C(struct Sprite *sprite, bool8 invisible);
void sub_8064990(u8, u8);
void UnfreezeMapObject(struct MapObject *mapObject);
+void oamt_npc_ministep_reset(struct Sprite *sprite, u8 a2, u8 a3);
+void sub_806467C(struct Sprite *sprite, u8 direction);
+bool8 sub_806468C(struct Sprite *sprite);
#endif