diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 21:29:04 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-16 21:29:04 -0400 |
commit | 951acc8c31029327775e90e21ba6c92c24ff8b3b (patch) | |
tree | 4a06ee44deea5c84d1ba2a6051decedf13381051 /include | |
parent | c98299386077d8a0c34150405ab0458f52fc2015 (diff) |
CheckForCollisionBetweenFieldObjects
Diffstat (limited to 'include')
-rw-r--r-- | include/field_ground_effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_ground_effect.h b/include/field_ground_effect.h index 398265b87..b7242ee7c 100644 --- a/include/field_ground_effect.h +++ b/include/field_ground_effect.h @@ -13,5 +13,6 @@ void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8); void InitObjectPriorityByZCoord(struct Sprite *, u8); bool8 IsZCoordMismatchAt(u8, s16, s16); +bool8 AreZCoordsCompatible(u8, u8); #endif //GUARD_FIELD_GROUND_EFFECT_H |