diff --git a/src/melee/it/it_2725.h b/src/melee/it/it_2725.h index 94063233d7..b49732575f 100644 --- a/src/melee/it/it_2725.h +++ b/src/melee/it/it_2725.h @@ -30,8 +30,10 @@ /* 27ADEC */ M2C_UNK it_8027ADEC(M2C_UNK, Item_GObj*, HSD_JObj*, f32); /* 27B070 */ void it_8027B070(Item_GObj* gobj, Fighter_GObj* owner_gobj); /* 27B378 */ void it_8027B378(Fighter_GObj*, Item_GObj*, float); +/* 27B798 */ M2C_UNK it_8027B798(Item_GObj*, Vec3*); /* 27C56C */ void it_8027C56C(Item_GObj*, f32); /* 27C8B0 */ void it_8027C8B0(Item_GObj*); +/* 27CBFC */ f32 it_8027CBFC(Item_GObj*); /* 27CE44 */ void it_8027CE44(Item_GObj*); /* 3F14C4 */ extern struct ItemLogicTable it_803F14C4[43]; /* 3F23CC */ extern struct ItemLogicTable it_803F23CC[]; diff --git a/src/melee/it/items/itcoin.c b/src/melee/it/items/itcoin.c index ab579fb003..36e18445c2 100644 --- a/src/melee/it/items/itcoin.c +++ b/src/melee/it/items/itcoin.c @@ -22,8 +22,6 @@ M2C_UNK HSD_GObjObjet_80390A70(Item_GObj*, u8, s32); /* extern */ M2C_UNK HSD_GObjObjet_80390B0C(Item_GObj*); /* extern */ -M2C_UNK it_8027B798(Item_GObj*, Vec3*); /* extern */ -f32 it_8027CBFC(Item_GObj*); /* extern */ s32 un_8031C5E4(s32); /* extern */ /* 2F1588 */ static void it_802F1588(Item_GObj* gobj);