pokeemerald/include/field_ground_effect.h

19 lines
431 B
C
Raw Normal View History

2017-09-07 00:28:36 +00:00
//
// Created by scott on 9/6/2017.
//
2017-09-16 19:13:06 +00:00
#ifndef GUARD_FIELD_GROUND_EFFECT_H
#define GUARD_FIELD_GROUND_EFFECT_H
2017-09-07 00:28:36 +00:00
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8);
2017-09-07 19:50:49 +00:00
void InitObjectPriorityByZCoord(struct Sprite *, u8);
2017-09-16 22:42:35 +00:00
bool8 IsZCoordMismatchAt(u8, s16, s16);
2017-09-17 01:29:04 +00:00
bool8 AreZCoordsCompatible(u8, u8);
2017-09-07 00:28:36 +00:00
2017-09-16 19:13:06 +00:00
#endif //GUARD_FIELD_GROUND_EFFECT_H