diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-04 11:04:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-04 11:04:31 -0400 |
commit | 0e4c9fb2c4d5d069073603f56607bfec394fe62f (patch) | |
tree | ca1563a66a82d87345672d13946258a37b091e52 /include/sprite.h | |
parent | ce941e6f56803b389c20a52c0a5b89f5ade12b7a (diff) | |
parent | bb7e5ecc190b8fe944ba7742e29be721e38a18e3 (diff) |
Merge pull request #757 from DizzyEggg/pok_jump
Decompile pokemon jump + some non/fake matches
Diffstat (limited to 'include/sprite.h')
-rw-r--r-- | include/sprite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sprite.h b/include/sprite.h index 32bdd9c55..9753837fd 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -275,6 +275,7 @@ void FreeSpriteOamMatrix(struct Sprite *sprite); void DestroySpriteAndFreeResources(struct Sprite *sprite); void sub_800142C(u32 a1, u32 a2, u16 *a3, u16 a4, u32 a5); void AnimateSprite(struct Sprite *sprite); +void sub_8007E18(struct Sprite* sprite, s16 a2, s16 a3); void StartSpriteAnim(struct Sprite *sprite, u8 animNum); void StartSpriteAnimIfDifferent(struct Sprite *sprite, u8 animNum); void SeekSpriteAnim(struct Sprite *sprite, u8 animCmdIndex); |