[nico]http://www.nicovideo.jp/watch/sm13304970[/nico]
void boss_shot_bulletT191(){
int i;
double *cnt=&boss_shot.base_angle[0];
if(boss_shot.cnt==0){
boss.hp_max=35000;
boss.hp=boss.hp_max;
}
if(*cnt==0.0){
boss_bullet_on(1,10,3,1,ch.x,1,PI/2,0,5,1,0,0,0);
}
if(*cnt==-180.0){
boss_bullet_on(1,10,3,1,ch.x,1,PI/2,0,5*1.732,2,0,0,0);
}
if(*cnt==-360.0){
boss_bullet_on(1,10,3,1,ch.x,1,PI/2,0,5*3,3,0,0,0);
*cnt=360.0;
}
*cnt-=1.0;
for(i=0;i0){
if(boss_shot.bullet[i].stateFMX) boss_shot.bullet[i].x-=FMX;
if(boss_shot.bullet[i].y>FMY) boss_shot.bullet[i].flag=0;
break;
case 4:
if(boss_shot.bullet[i].cnt>120){
boss_shot.bullet[i].spd+=0.01;
}
break;
}
}
}
}