diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-17 08:05:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-17 08:05:33 -0400 |
commit | 0582b5cb909298b49e7f0588c042fb20a951be44 (patch) | |
tree | 7935357d9692f4f573c3213bc292ca843f6321f3 /include/field_ground_effect.h | |
parent | 7c8991842f10cce925a5b3a23f3887a0bb41ecb5 (diff) |
npc_obj_ministep_stop_on_arrival
Diffstat (limited to 'include/field_ground_effect.h')
-rw-r--r-- | include/field_ground_effect.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/field_ground_effect.h b/include/field_ground_effect.h index b7242ee7c..63b67ceaf 100644 --- a/include/field_ground_effect.h +++ b/include/field_ground_effect.h @@ -14,5 +14,9 @@ void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8); void InitObjectPriorityByZCoord(struct Sprite *, u8); bool8 IsZCoordMismatchAt(u8, s16, s16); bool8 AreZCoordsCompatible(u8, u8); +void FieldObjectUpdateSubpriority(struct MapObject *, struct Sprite *); +void DoGroundEffects_OnSpawn(struct MapObject *, struct Sprite *); +void DoGroundEffects_OnBeginStep(struct MapObject *, struct Sprite *); +void DoGroundEffects_OnFinishStep(struct MapObject *, struct Sprite *); #endif //GUARD_FIELD_GROUND_EFFECT_H |