diff --git a/src/melee/cm/camera.h b/src/melee/cm/camera.h index d2278c3abd..36644bf3c1 100644 --- a/src/melee/cm/camera.h +++ b/src/melee/cm/camera.h @@ -31,6 +31,7 @@ /* 02F474 */ void Camera_8002F474(void); /* 02F8F4 */ void Camera_8002F8F4(void); /* 030740 */ void Camera_80030740(u8 r, u8 g, u8 b); +/* 030788 */ M2C_UNK Camera_80030788(Vec3*); /* 030A50 */ void* Camera_80030A50(void); /* 030A78 */ bool Camera_80030A78(void); /* 030B24 */ bool Camera_80030B24(void); diff --git a/src/melee/it/it_2725.h b/src/melee/it/it_2725.h index 8acc39354c..65af08eeae 100644 --- a/src/melee/it/it_2725.h +++ b/src/melee/it/it_2725.h @@ -10,6 +10,7 @@ #include +/* 272980 */ M2C_UNK it_80272980(void*, f32); /* 272CC0 */ HSD_JObj* it_80272CC0(Item_GObj*, enum_t); /* 273408 */ void it_80273408(Item_GObj* gobj); /* 273670 */ void it_80273670(HSD_GObj*, int, float); @@ -28,6 +29,7 @@ /* 279FF8 */ void it_80279FF8(Item_GObj*); /* 27A09C */ bool it_8027A09C(Item_GObj*); /* 27A118 */ bool it_8027A118(Item_GObj*, void (*)(Item_GObj*)); +/* 27A13C */ void it_8027A13C(Item_GObj*); /* 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); diff --git a/src/melee/it/items/ithassam.c b/src/melee/it/items/ithassam.c index 911967b407..08e0add0b9 100644 --- a/src/melee/it/items/ithassam.c +++ b/src/melee/it/items/ithassam.c @@ -4,6 +4,7 @@ #include "ithassam.h" +#include "cm/camera.h" #include "ef/eflib.h" #include "ft/ftlib.h" #include "ft/inlines.h" @@ -28,10 +29,6 @@ void it_802CDCB4(Item_GObj*); /* static */ bool it_802CDD24(Item_GObj*); /* static */ void it_802CE008(Item_GObj*); /* static */ -M2C_UNK it_8027A13C(Item_GObj*); /* extern */ -M2C_UNK it_80272980(void*, f32); /* extern */ -M2C_UNK Camera_80030788(Vec3*); /* extern */ - void it_802CDBE0(Item_GObj* gobj) { Item* ip = GET_ITEM(gobj);