Skip to content

Commit

Permalink
match it_80292D48 and .sdata2
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 22, 2024
1 parent e1a2d2b commit 5878346
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/melee/it/items/itfflower.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ Item_GObj* it_80292D48(Vec3* vec)

spawn.kind = It_Kind_F_Flower;
spawn.prev_pos = *vec;
spawn.prev_pos.z = -1.0F;
spawn.prev_pos.z = 0.0F;
spawn.pos = spawn.prev_pos;
spawn.facing_dir = 0.0F;
spawn.x3C_damage = 0;
spawn.vel.z = -1.0F;
spawn.vel.y = -1.0F;
spawn.vel.x = -1.0F;
spawn.vel.z = 0.0F;
spawn.vel.y = 0.0F;
spawn.vel.x = 0.0F;
spawn.x0_parent_gobj = NULL;
spawn.x4_parent_gobj2 = spawn.x0_parent_gobj;
spawn.x44_flag.bits.b0 = true;
Expand Down

0 comments on commit 5878346

Please sign in to comment.