Skip to content

Conversation

@Gelatart
Copy link
Contributor

No description provided.

@decomp-dev
Copy link

decomp-dev bot commented Jan 24, 2026

Report for GALE01 (f52bd69 - 47af62d)

📈 Matched code: 50.51% (+0.00%, +64 bytes)

✅ 1 new match
Unit Item Bytes Before After
main/melee/it/items/itseakchain it_2725_Logic54_PickedUp +64 0.00% 100.00%

Comment on lines +70 to +71
Item_80268E5C((HSD_GObj*) gobj, 0, ITEM_ANIM_UPDATE);
item->on_accessory = (void (*)(HSD_GObj*)) fn_802BB428;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Item_80268E5C((HSD_GObj*) gobj, 0, ITEM_ANIM_UPDATE);
item->on_accessory = (void (*)(HSD_GObj*)) fn_802BB428;
Item_80268E5C(gobj, 0, ITEM_ANIM_UPDATE);
item->on_accessory = fn_802BB428;

Drop unnecessary casts (declaration and definition of fn_802BB428 will need to be updated to match)

Copy link
Collaborator

@ribbanya ribbanya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awaiting #2127 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants