y += get_fall_pos();

for(int i=0; i<get_fall_pos(); i++){
y++;
if(atari()){ break; }
}
に変更すればいいんじゃねえの