diff options
Diffstat (limited to 'constants/battle_anim_constants.asm')
-rw-r--r-- | constants/battle_anim_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/battle_anim_constants.asm b/constants/battle_anim_constants.asm index 5fd053972..00283e479 100644 --- a/constants/battle_anim_constants.asm +++ b/constants/battle_anim_constants.asm @@ -21,6 +21,9 @@ BATTLEANIMSTRUCT_LENGTH EQU const_value NUM_ANIM_OBJECTS EQU 10 ; see wActiveAnimObjects +; wBattleAnimTileDict size (see wram.asm) +NUM_BATTLEANIMTILEDICT_ENTRIES EQU 5 + ; Start tile for battle animation graphics BATTLEANIM_BASE_TILE EQU 7 * 7 ; Maximum size of a pokemon picture |