
str = new Array();
for(var i = 0; i < 22; i++){
	str[i]	=	new Array();
}

/*
direction	[1:左 2:右]
move		[0:停止 1:歩行 2:跳躍]
count		[実行時間] 跳躍の場合は実行時間固定
comment		[セリフ]
*/

str[0]["direction"]	= 1;
str[0]["move"]		= 1;
str[0]["count"]		= 10;
str[0]["comment"]	= "ｹｺｰﾝ";

str[1]["direction"]	= 1;
str[1]["move"]		= 1;
str[1]["count"]		= 20;
str[1]["comment"]	= "";

str[2]["direction"]	= 1;
str[2]["move"]		= 1;
str[2]["count"]		= 10;
str[2]["comment"]	= "ｶｴﾚ!";

str[3]["direction"]	= 1;
str[3]["move"]		= 1;
str[3]["count"]		= 20;
str[3]["comment"]	= "";

str[4]["direction"]	= 1;
str[4]["move"]		= 1;
str[4]["count"]		= 10;
str[4]["comment"]	= "ﾜﾙ!";

str[5]["direction"]	= 1;
str[5]["move"]		= 1;
str[5]["count"]		= 10;
str[5]["comment"]	= "ｶｺｲｲ!";

str[6]["direction"]	= 1;
str[6]["move"]		= 1;
str[6]["count"]		= 20;
str[6]["comment"]	= "";

str[7]["direction"]	= 1;
str[7]["move"]		= 1;
str[7]["count"]		= 20;
str[7]["comment"]	= "ｽｯﾄﾞﾚ!";

str[8]["direction"]	= 1;
str[8]["move"]		= 1;
str[8]["count"]		= 30;
str[8]["comment"]	= "";

str[9]["direction"]	= 1;
str[9]["move"]		= 0;
str[9]["count"]		= 30;
str[9]["comment"]	= "ﾝ?";

str[10]["direction"]= 1;
str[10]["move"]		= 1;
str[10]["count"]	= 25;
str[10]["comment"]	= "ﾅﾆｶ ｱﾙｿﾞ";

str[11]["direction"]= 1;
str[11]["move"]		= 0;
str[11]["count"]	= 20;
str[11]["comment"]	= "";

str[12]["direction"]= 1;
str[12]["move"]		= 0;
str[12]["count"]	= 30;
str[12]["comment"]	= "ｲｲ!";

str[13]["direction"]= 2;
str[13]["move"]		= 1;
str[13]["count"]	= 20;
str[13]["comment"]	= "ﾐﾀﾖｰ!";

str[14]["direction"]= 2;
str[14]["move"]		= 1;
str[14]["count"]	= 20;
str[14]["comment"]	= "";

str[15]["direction"]= 2;
str[15]["move"]		= 2;
str[15]["count"]	= 0;
str[15]["comment"]	= "ｼﾞｬﾝﾌﾟ ｲｲ!";

str[16]["direction"]= 2;
str[16]["move"]		= 2;
str[16]["count"]	= 0;
str[16]["comment"]	= "ﾆｶｲ!";

str[17]["direction"]= 1;
str[17]["move"]		= 2;
str[17]["count"]	= 0;
str[17]["comment"]	= "ｻﾝｶｲ!";

str[18]["direction"]= 1;
str[18]["move"]		= 0;
str[18]["count"]	= 20;
str[18]["comment"]	= "";

str[19]["direction"]= 2;
str[19]["move"]		= 1;
str[19]["count"]	= 20;
str[19]["comment"]	= "ﾂｶﾚﾀ";

str[20]["direction"]= 2;
str[20]["move"]		= 1;
str[20]["count"]	= 91;
str[20]["comment"]	= "";

str[21]["direction"]= 2;
str[21]["move"]		= 0;
str[21]["count"]	= 30;
str[21]["comment"]	= "";
