diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-02 10:06:15 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-02 10:13:40 +0000 |
commit | 152fb72933bbe7326d6172f3e2c8659346e8acc7 (patch) | |
tree | c0227e025c15bb4a1b3cae8d3b75318414162ab4 /src/constants/animation_constants.asm | |
parent | 4d4d7e554def50e5fdbc04a5d2a78f3a69a76327 (diff) |
Identify Duel Animation structs
Diffstat (limited to 'src/constants/animation_constants.asm')
-rw-r--r-- | src/constants/animation_constants.asm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/constants/animation_constants.asm b/src/constants/animation_constants.asm index 44faa75..78988ca 100644 --- a/src/constants/animation_constants.asm +++ b/src/constants/animation_constants.asm @@ -118,3 +118,15 @@ const DUEL_ANIM_SHAKE1 ; $fa const DUEL_ANIM_SHAKE2 ; $fb const DUEL_ANIM_SHAKE3 ; $fc + + ; Duel Anim Struct constants + const_def + const DUEL_ANIM_STRUCT_ID ; $0 + const DUEL_ANIM_STRUCT_SCREEN ; $1 + const DUEL_ANIM_STRUCT_DUELIST_SIDE ; $2 + const DUEL_ANIM_STRUCT_LOCATION_PARAM ; $3 + const DUEL_ANIM_STRUCT_DAMAGE ; $4 +const_value = const_value + 1 + const DUEL_ANIM_STRUCT_UNKNOWN_2 ; $6 + const DUEL_ANIM_STRUCT_BANK ; $7 +DUEL_ANIM_STRUCT_SIZE EQU const_value |