We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d34211 commit 86ac6fcCopy full SHA for 86ac6fc
src/melee/it/items/itdkinoko.c
@@ -65,7 +65,7 @@ bool it_80293B24(Item_GObj* gobj)
65
CollData* cd = &it->x378_itemColl;
66
PAD_STACK(16);
67
68
- it_8026D78C(gobj, it_80293884);
+ it_8026D78C(gobj, it_80293C10);
69
if (it->ground_or_air != GA_Air) {
70
if ((cd->env_flags & MPCOLL_UNK)) {
71
it_80276408(gobj, cd, &it->xDD4_itemVar.kinoko.x4);
@@ -130,7 +130,7 @@ bool it_80293CF0(Item_GObj* gobj)
130
Item* it = GET_ITEM(gobj);
131
132
133
- it_8026E7E0(gobj, it_802936E4);
+ it_8026E414(gobj, it_80293A70);
134
if (it->ground_or_air != GA_Air && (cd->env_flags & MPCOLL_UNK)) {
135
136
}
0 commit comments