/*
 * hnw_move_anm.c
 * animation file
 */
/*
 * Date:Wed Dec 27 21:37:35 2000
 */
#include"c_keyframe_type.h"

/* key or const check tbl */
static cKF_ConstKeyCheckBit_R_c cKF_ckcb_r_hnw_move_tbl[] = {
	0x00, 	/* chn1 */
	0x00, 	/* body_hnw */
	0x03, 	/* head_hnw */
	0x00, 	/* chn2 */
	0x04, 	/* handL_hnw */
	0x00, 	/* chn4 */
	0x04, 	/* handR_hnw */
};

/* key num table Comment model:SRT:XYZ */
static short cKF_kn_hnw_move_tbl[] = {
	8, 	/* head_hnw:1:1 index:0*/
	8, 	/* head_hnw:1:2 index:8*/
	8, 	/* handL_hnw:1:0 index:16*/
	8, 	/* handR_hnw:1:0 index:24*/
};

/* const value tbl */
static short cKF_c_hnw_move_tbl[] = {
	0, 	/* chn1:2:0 */
	419, 	/* chn1:2:1 */
	0, 	/* chn1:2:2 */
	0, 	/* chn1:1:0 */
	0, 	/* chn1:1:1 */
	0, 	/* chn1:1:2 */
	0, 	/* body_hnw:1:0 */
	0, 	/* body_hnw:1:1 */
	900, 	/* body_hnw:1:2 */
	0, 	/* head_hnw:1:0 */
	0, 	/* chn2:1:0 */
	0, 	/* chn2:1:1 */
	-899, 	/* chn2:1:2 */
	0, 	/* handL_hnw:1:1 */
	4, 	/* handL_hnw:1:2 */
	0, 	/* chn4:1:0 */
	1800, 	/* chn4:1:1 */
	-899, 	/* chn4:1:2 */
	0, 	/* handR_hnw:1:1 */
	4, 	/* handR_hnw:1:2 */
};

/* data source */
static short cKF_ds_hnw_move_tbl[] = {
	/* 0 */
	1, 	94, 	1687, 	2, 	150, 	0, 	3, 	94, 	/* 8 */
	-2250, 	5, 	-94, 	-2250, 	6, 	-150, 	0, 	7, 	/* 16 */
	-94, 	2250, 	8, 	0, 	2813, 	9, 	94, 	2813, 	/* 24 */
	1, 	-125, 	3750, 	2, 	0, 	3750, 	3, 	125, 	/* 32 */
	3000, 	4, 	200, 	0, 	5, 	125, 	-3000, 	7, 	/* 40 */
	-125, 	-3000, 	8, 	-200, 	0, 	9, 	-125, 	2250, 	/* 48 */
	1, 	281, 	-8437, 	2, 	0, 	0, 	3, 	281, 	/* 56 */
	13500, 	5, 	1519, 	13500, 	6, 	1800, 	0, 	7, 	/* 64 */
	1519, 	-13500, 	8, 	900, 	-18563, 	9, 	281, 	-18563, 	/* 72 */
	1, 	-1519, 	-8438, 	2, 	-1800, 	0, 	3, 	-1519, 	/* 80 */
	13500, 	5, 	-281, 	13500, 	6, 	0, 	0, 	7, 	/* 88 */
	-281, 	-13500, 	8, 	-900, 	-18563, 	9, 	-1519, 	-18563, 
};

extern cKF_BaseAnimation_R_c cKF_ba_r_hnw_move = {
	cKF_ckcb_r_hnw_move_tbl, /* key or const check bit */
	cKF_ds_hnw_move_tbl, /* data source */
	cKF_kn_hnw_move_tbl, /* key num tbl */
	cKF_c_hnw_move_tbl, /* const value */
	-1, /* tex anim index */
	9, /* frames */
};

