Remove duplicate function

This commit is contained in:
Arceveti
2021-09-25 09:36:25 -07:00
parent 759f6a5555
commit 6d152e0ffb
7 changed files with 10 additions and 20 deletions

View File

@@ -1648,7 +1648,7 @@ index 0000000..97cba2a
+ if ((o->oTimer & 1) == 0 && o->oTimer < 14) {
+ sp22 = D_8032F698[o->oBehParams2ndByte].unk3 + (gDebugInfo[4][1] << 8);
+ sp1C = -(o->oTimer / 2) * 290 + 1740;
+ vec3f_copy_2(sp24, &o->oPosX);
+ vec3f_copy(sp24, &o->oPosX);
+ o->oPosX = D_8032F698[o->oBehParams2ndByte].unk1 + sins(sp22 + 5296) * sp1C;
+ o->oPosZ = D_8032F698[o->oBehParams2ndByte].unk2 + coss(sp22 + 5296) * sp1C;
+ o->oPosY = 307.0f;
@@ -1656,7 +1656,7 @@ index 0000000..97cba2a
+ o->oPosX = D_8032F698[o->oBehParams2ndByte].unk1 + sins(sp22 - 5296) * sp1C;
+ o->oPosZ = D_8032F698[o->oBehParams2ndByte].unk2 + coss(sp22 - 5296) * sp1C;
+ spawn_mist_particles_variable(4, 0, 100);
+ vec3f_copy_2(&o->oPosX, sp24);
+ vec3f_copy(&o->oPosX, sp24);
+ }
+ cur_obj_move_using_fvel_and_gravity();
+ if (o->oTimer > 300)