SPRITE_BODY			= 0;
SPRITE_BODY2		= 1;
SPRITE_BODY_INSIDE	= 2;
SPRITE_LEAF1_L		= 3;
SPRITE_LEAF2_L		= 4;
SPRITE_LEAF3_L		= 5;
SPRITE_LEAF1_R		= 6;
SPRITE_LEAF2_R		= 7;
SPRITE_LEAF3_R		= 8;

SOUND_STEP			= 0;
SOUND_DAMAGE		= 1;

PARTS_BODY			= 0;
PARTS_BODY_INSIDE	= 1;
PARTS_LEAF1_L		= 2;
PARTS_LEAF2_L		= 3;
PARTS_LEAF3_L		= 4;
PARTS_LEAF1_R		= 5;
PARTS_LEAF2_R		= 6;
PARTS_LEAF3_R		= 7;

STAND			= 0;
VORE			= 1;
VORE2			= 2;
VORE3			= 3;
VORE3_2		= 4;
VORE_FINISH	= 5;
DEAD_MOTION	= 6;

BIND_VORE3	= 0;
BIND_VORE3_2	= 1;
/*----------------------------------------*/

/* K{Xe[^X */
HP = 400;

MotionNumber		= 10;
KeyFrameNumber		= 20;
PartsNumber			= 8;
BindNumber			= 10;
BindKeyFrameNumber	= 10;

ProcessNum[PARTS_BODY		] = 0; DrawNum[PARTS_BODY		] = 1; ParentParts[PARTS_BODY		] = -1				; SpriteParts[PARTS_BODY		] = SPRITE_BODY;
ProcessNum[PARTS_BODY_INSIDE] = 7; DrawNum[PARTS_BODY_INSIDE] = 0; ParentParts[PARTS_BODY_INSIDE] = -1				; SpriteParts[PARTS_BODY_INSIDE	] = SPRITE_BODY_INSIDE;
ProcessNum[PARTS_LEAF1_L	] = 3; DrawNum[PARTS_LEAF1_L	] = 2; ParentParts[PARTS_LEAF1_L	] = PARTS_LEAF2_L	; SpriteParts[PARTS_LEAF1_L		] = SPRITE_LEAF1_L;
ProcessNum[PARTS_LEAF2_L	] = 2; DrawNum[PARTS_LEAF2_L	] = 3; ParentParts[PARTS_LEAF2_L	] = PARTS_LEAF3_L	; SpriteParts[PARTS_LEAF2_L		] = SPRITE_LEAF2_L;
ProcessNum[PARTS_LEAF3_L	] = 1; DrawNum[PARTS_LEAF3_L	] = 4; ParentParts[PARTS_LEAF3_L	] = PARTS_BODY		; SpriteParts[PARTS_LEAF3_L		] = SPRITE_LEAF3_L;
ProcessNum[PARTS_LEAF1_R	] = 6; DrawNum[PARTS_LEAF1_R	] = 5; ParentParts[PARTS_LEAF1_R	] = PARTS_LEAF2_R	; SpriteParts[PARTS_LEAF1_R		] = SPRITE_LEAF1_R;
ProcessNum[PARTS_LEAF2_R	] = 5; DrawNum[PARTS_LEAF2_R	] = 6; ParentParts[PARTS_LEAF2_R	] = PARTS_LEAF3_R	; SpriteParts[PARTS_LEAF2_R		] = SPRITE_LEAF2_R;
ProcessNum[PARTS_LEAF3_R	] = 4; DrawNum[PARTS_LEAF3_R	] = 7; ParentParts[PARTS_LEAF3_R	] = PARTS_BODY		; SpriteParts[PARTS_LEAF3_R		] = SPRITE_LEAF3_R;
/*----------------------------------------*/