From 5f5812869f9b02979222f70c3d1395f047b409b3 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 27 Sep 2020 12:30:21 -0400 Subject: Remove animation-related constants from pokecrystal --- constants/gfx_constants.asm | 12 ------------ 1 file changed, 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 -- cgit v1.2.3