diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-14 21:12:42 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-14 21:12:42 -0600 |
commit | 75f4026767b9b99c855ee62023ba91db61c0e4c9 (patch) | |
tree | d4d64d0164350703e88a12527a83954696def121 /include | |
parent | 5952bd74dc098104ef11764ba70e8181523f406e (diff) |
decompile about half of sub_80AC2CC
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_anim.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index f3d8f5a0a..77f7aed21 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -44,6 +44,10 @@ struct UnknownStruct3 u8 filler1[0xB]; }; +extern void (*gAnimScriptCallback)(void); +extern u8 gAnimScriptActive; + +void ExecuteMoveAnim(u16 move); void DoMoveAnim(const u8 *const moveAnims[], u16 b, u8 c); bool8 IsAnimBankSpriteVisible(u8 a); void sub_8076034(u8, u8); |