diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-27 12:30:21 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-09-27 12:30:21 -0400 |
commit | 5f5812869f9b02979222f70c3d1395f047b409b3 (patch) | |
tree | cbd341940cce7974c6f6d699b8383f28e3428a5d | |
parent | 8f25488ab176880ac834bb58140164dd23fdbfd0 (diff) |
Remove animation-related constants from pokecrystal
-rw-r--r-- | constants/gfx_constants.asm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index a110855e..dde6a63e 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -42,15 +42,3 @@ SPRITEOAMSTRUCT_LENGTH EQU const_value NUM_SPRITE_OAM_STRUCTS EQU 40 ; see wVirtualOAM SPRITE_GFX_LIST_CAPACITY EQU 12 ; see wUsedSprites - -; PokeAnims indexes (see engine/gfx/pic_animation.asm) - const_def - const ANIM_MON_SLOW - const ANIM_MON_NORMAL - const ANIM_MON_MENU - const ANIM_MON_TRADE - const ANIM_MON_EVOLVE - const ANIM_MON_HATCH - const ANIM_MON_HOF - const ANIM_MON_EGG1 - const ANIM_MON_EGG2 |