summaryrefslogtreecommitdiff
path: root/include/field_ground_effect.h
blob: 398265b87a963344d6239340365f8d1ac56deaf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// Created by scott on 9/6/2017.
//

#ifndef GUARD_FIELD_GROUND_EFFECT_H
#define GUARD_FIELD_GROUND_EFFECT_H

// Exported type declarations

// Exported RAM declarations

// Exported ROM declarations
void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8);
void InitObjectPriorityByZCoord(struct Sprite *, u8);
bool8 IsZCoordMismatchAt(u8, s16, s16);

#endif //GUARD_FIELD_GROUND_EFFECT_H