diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-07 15:50:49 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-07 15:50:49 -0400 |
commit | 64ebd9b4fb54fae34a8f7cebb14588b89693d4a3 (patch) | |
tree | a438358b6f7f6f8779e28b21a272ed7c1b74a738 /include/field_ground_effect.h | |
parent | f7742a68ae57ffa9e7b965c6cc816f7977b9e467 (diff) |
sprite_new
Diffstat (limited to 'include/field_ground_effect.h')
-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 2b93273db..0c90f50dc 100644 --- a/include/field_ground_effect.h +++ b/include/field_ground_effect.h @@ -11,5 +11,6 @@ // Exported ROM declarations void SetObjectSubpriorityByZCoord(u8, struct Sprite *, u8); +void InitObjectPriorityByZCoord(struct Sprite *, u8); #endif //POKEEMERALD_FIELD_GROUND_EFFECT_H |