summaryrefslogtreecommitdiff
path: root/include/field_map_obj.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-17 08:05:33 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-17 08:05:33 -0400
commit0582b5cb909298b49e7f0588c042fb20a951be44 (patch)
tree7935357d9692f4f573c3213bc292ca843f6321f3 /include/field_map_obj.h
parent7c8991842f10cce925a5b3a23f3887a0bb41ecb5 (diff)
npc_obj_ministep_stop_on_arrival
Diffstat (limited to 'include/field_map_obj.h')
-rwxr-xr-xinclude/field_map_obj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_map_obj.h b/include/field_map_obj.h
index 23749c91a..40cc64054 100755
--- a/include/field_map_obj.h
+++ b/include/field_map_obj.h
@@ -39,6 +39,7 @@ void sub_8092FF0(s16, s16, s16 *, s16 *);
u8 FieldObjectDirectionToImageAnimId(u8);
void sub_80930E0(s16 *, s16 *, s16, s16);
void FieldObjectClearAnim(struct MapObject *);
+void FieldObjectClearAnimIfSpecialAnimActive(struct MapObject *);
void SpawnFieldObjectsInView(s16, s16);
u8 sprite_new(u8, u8, s16, s16, u8, u8);
u8 AddPseudoFieldObject(u16, void (*)(struct Sprite *), s16, s16, u8);
@@ -69,6 +70,7 @@ u8 GetStepInPlaceDelay16AnimId(u32);
u8 GetStepInPlaceDelay32AnimId(u32);
u8 npc_block_way(struct MapObject *, s16, s16, u32);
void MoveCoords(u8, s16 *, s16 *);
+bool8 FieldObjectIsSpecialAnimActive(struct MapObject *);
// Exported data declarations