diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-16 07:51:21 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-16 07:51:21 -0400 |
commit | 0367cc7d7884ff4100b90832ac000a3e415d2896 (patch) | |
tree | a06d1aa77e267d20d0d925477fc27ffb303594a8 /include/sprite.h | |
parent | 9c2e157123903ba18ee51655c42c7304517b37cc (diff) | |
parent | f44f89a463d7280a95094e8f37a56873a90da843 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into pokemon_storage_system
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sprite.h b/include/sprite.h index 39cb1af96..8f95eb788 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -316,6 +316,9 @@ void CopyFromSprites(u8 *dest); u8 SpriteTileAllocBitmapOp(u16 bit, u8 op); void ClearSpriteCopyRequests(void); void ResetAffineAnimData(void); +void sub_8007FFC(struct Sprite* sprite, s16 a2, s16 a3); +void sub_80075C0(struct Sprite *sprite); +s16 AllocSpriteTiles(u16 tileCount); void obj_pos2_update_enable(struct Sprite* sprite, s16 xmod, s16 ymod); #endif //GUARD_SPRITE_H |