[nico]http://www.nicovideo.jp/watch/sm13282655[/nico]
//血に染まりのぼれ白玉
void boss_shot_bulletT187(){
int i,t=boss_shot.cnt;
if(t==0){
boss.hp_max=35000;
boss.hp=boss.hp_max;
lazer_on(1,8,0,0.8,-40,FMY,0,1);
lazer_on(1,8,0,0.8,FMX+40,FMY,PI,1);
}
if(tlazer[0].startpt.y-lazer[0].haba*0.8){
boss_shot.bullet[i].col=1;
boss_shot.bullet[i].angle=-PI/2;
boss_shot.bullet[i].state=0;
}
}
}
}
//血みどろ世界に清きもの長くなし
void boss_shot_bulletT188(){
int i,t=boss_shot.cnt;
if(t==0){
boss.hp_max=35000;
boss.hp=boss.hp_max;
lazer_on(1,8,0,0.8,-40,FMY,0,1);
lazer_on(1,8,0,0.8,FMX+40,FMY,PI,1);
lazer_on(1,8,0,0.8,0,FMY+40,-PI/2,1);
lazer_on(1,8,0,0.8,FMX,FMY+40,-PI/2,1);
}
if(tlazer[0].startpt.y-lazer[0].haba*0.8){
boss_shot.bullet[i].col=1;
boss_shot.bullet[i].angle=-PI/2;
boss_shot.bullet[i].state=0;
}
if(boss_shot.bullet[i].xlazer[3].startpt.x-lazer[3].haba*0.8){
boss_shot.bullet[i].col=1;
boss_shot.bullet[i].angle=PI;
boss_shot.bullet[i].state=0;
}
}
}
}
//白雪は血に染まりて
void boss_shot_bulletT189(){
int i,t=boss_shot.cnt;
double x;
if(t==0){
boss.hp_max=55000;
boss.hp=boss.hp_max;
lazer_on(1,8,0,0.8,-40,FMY,0,1);
lazer_on(1,8,0,0.8,FMX+40,FMY,PI,1);
}
if(t0){
if(boss_shot.bullet[i].state==1){
boss_shot.bullet[i].x+=2*cos(PI2/300*boss_shot.bullet[i].cnt);
}
else{
boss_shot.bullet[i].x-=2*cos(PI2/300*boss_shot.bullet[i].cnt);
}
if(boss_shot.bullet[i].y>lazer[0].startpt.y-lazer[0].haba*0.8){
boss_shot.bullet[i].col=1;
boss_shot.bullet[i].angle=-PI/2;
boss_shot.bullet[i].state=0;
boss_shot.bullet[i].till=0;
}
}
}
}