diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-03 02:43:41 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-03 02:43:41 -0400 |
commit | 2f99edc6fd21d0af1bb05fae55302a46c744ffa6 (patch) | |
tree | 029550da939f992a73e3ff5e9f0d7c5baa1850f2 /include/battle_anim.h | |
parent | 1966f65696215a09066f6da70920703d6f3fd870 (diff) |
NotInBattle
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r-- | include/battle_anim.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index 2386c515c..a9405068d 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -55,13 +55,12 @@ struct UnknownStruct3 void DoMoveAnim(const u8 *const moveAnims[], u16 b, u8 c); bool8 IsAnimBankSpriteVisible(u8 a); void sub_8076034(u8, u8); -bool8 IsContest(void); +bool8 NotInBattle(void); void battle_anim_clear_some_data(void); void move_anim_8072740(struct Sprite *sprite); void DestroyAnimVisualTask(u8 task); void DestroyAnimVisualTask(u8 task); bool8 IsAnimBankSpriteVisible(u8); -u8 IsContest(); #endif |