#! /bin/tcsh
####シェイプデータ
\cp -f /auto/ikuiku/home/forest/FOREST/model/animal/boy/boy_1.c .
\cp -f /auto/ikuiku/home/forest/FOREST/model/animal/boy/boy_1_mdl.c .
\cp -f /auto/ikuiku/home/forest/FOREST/model/animal/boy/boy_1_mdl.h .
\cp -f /auto/ikuiku/home/forest/FOREST/model/animal/boy/boy_1_ani.c .
\cp -f /auto/ikuiku/home/forest/FOREST/model/animal/boy/boy_1.str .

####"boy_1_ani.c" "boy_1.str"のチェック

####cp boy_1_mdl.c ../
####cp boy_1_mdl.h ../
####"../boy_1_mdl.c"に"#include"shape/boy_1.c""の追加
####"../boy_1_mdl.c"の"#include"shape/boy_1.c""の上に"u64 dummy_forGetStartSegment_BOY = 0;"の追加
####"../boy_1_mdl.c"の一番下に"u64 dummy_forGetEndSegment_BOY = 0;"の追加

####cp boy_1.c ../shape
####../shape/boy_1.cの
####"extern unsigned char boy_1_cloth1_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_cloth2_TA_tex_txt[];"の定義の削除
####"static unsigned short boy_1_pal[16];"の定義の削除
####"static unsigned short boy_1_cloth_pal[16];"の定義の削除

####"extern unsigned char boy_1_mouth1_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_mouth2_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_mouth3_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_mouth4_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_mouth5_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_mouth6_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_eye1_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_eye2_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_eye3_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_eye4_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_eye5_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_eye6_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_eye7_TA_tex_txt[];"の定義の削除
####"extern unsigned char boy_1_eye8_TA_tex_txt[];"の定義の削除

####"extern unsigned short anime_4_txt[];"の宣言を追加
####"gsDPLoadTLUT_pal16(15,boy_1_cloth_pal),"を"gsDPLoadTLUT_pal16(15,anime_4_txt),"に置換
####"extern unsigned short anime_5_txt[];"の宣言を追加
####"gsDPLoadTLUT_pal16(15,boy_1_pal),"を"gsDPLoadTLUT_pal16(15,anime_5_txt),"に置換
