Skip to content

Commit

Permalink
match it_802D0E90
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Mar 18, 2024
1 parent 16fc7f4 commit 17b230f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/melee/it/items/itmarumine.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,8 @@ void it_802D0E90(Item_GObj* gobj)
Item_80268E5C(gobj, 4, ITEM_UNK_0x1);
it_8026B3A8(gobj);
ip->on_accessory = fn_802D0F98;
ip->entered_hitlag = M2C_ERROR(
/* unknown instruction: subi $r0, $r3, %l(efLib_PauseAll) */);
ip->exited_hitlag = M2C_ERROR(
/* unknown instruction: subi $r0, $r3, %l(efLib_ResumeAll) */);
ip->entered_hitlag = efLib_PauseAll;
ip->exited_hitlag = efLib_ResumeAll;
}

bool it_802D0EFC(Item_GObj* gobj)
Expand Down

0 comments on commit 17b230f

Please sign in to comment.