summaryrefslogtreecommitdiff
path: root/constants/gfx_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/gfx_constants.asm')
-rw-r--r--constants/gfx_constants.asm12
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