summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-05-23 19:21:07 -0400
committerscnorton <scnorton@biociphers.org>2017-05-23 19:21:07 -0400
commit8186d7027ce53c74663056b8a533efff4cb8b300 (patch)
tree81ec1a5be260e71c044e160a5b56b79b6e62a816 /include
parentd857f57da015325e17e8c7d08bf4a923e0f9a2dd (diff)
Another chunk of functions with similar (and, in some cases, identical) decompilation
Diffstat (limited to 'include')
-rw-r--r--include/field_map_obj_helpers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_map_obj_helpers.h b/include/field_map_obj_helpers.h
index 2481e143d..a61dcc63c 100644
--- a/include/field_map_obj_helpers.h
+++ b/include/field_map_obj_helpers.h
@@ -9,5 +9,7 @@ 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