diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 23:31:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 23:31:43 -0400 |
commit | 432924e56d99d37eb721a03907b0eab943458b60 (patch) | |
tree | 8cf18fc6e9f4253de5801e311c1540c783efea97 /include | |
parent | 8e03a0199c3226ae5426319c0e820e3337840fb8 (diff) |
npc_apply_direction
Diffstat (limited to 'include')
-rw-r--r-- | include/map_obj_8097404.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/map_obj_8097404.h b/include/map_obj_8097404.h index 851739114..afa7a3bae 100644 --- a/include/map_obj_8097404.h +++ b/include/map_obj_8097404.h @@ -8,9 +8,12 @@ // Exported type declarations // Exported RAM declarations +extern void *gUnknown_020375B8; // Exported ROM declarations void sub_8097AC8(struct Sprite *); void npc_sync_anim_pause_bits(struct MapObject *); +void oamt_npc_ministep_reset(struct Sprite *, u8, u8); +u8 sub_8097F78(struct MapObject *); #endif //GUARD_MAP_OBJ_8097404_H |