pokeemerald/include/field_ground_effect.h

17 lines
355 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-07 00:28:36 +00:00
2017-09-16 19:13:06 +00:00
#endif //GUARD_FIELD_GROUND_EFFECT_H