diff --git a/src/melee/ft/ft_0881.c b/src/melee/ft/ft_0881.c index 0a06baaf87..f13365e821 100644 --- a/src/melee/ft/ft_0881.c +++ b/src/melee/ft/ft_0881.c @@ -148,7 +148,7 @@ static inline void inlineB0(Fighter* fp, s32 move_id) fp->x206C_attack_instance = plStale_IncrementAttackInstance(); } -void ft_800890D0(Fighter* fp, s32 move_id) +void ft_800890D0(Fighter* fp, u32 move_id) { if (move_id == 1 || move_id != fp->x2068_attackID) { inlineB0(fp, move_id); @@ -159,7 +159,7 @@ void ft_800890D0(Fighter* fp, s32 move_id) /// #ft_80089228 -static void inlineC0(Fighter* fp, s32 move_id) +static void inlineC0(Fighter* fp, u32 move_id) { if (move_id == fp->x2068_attackID) { inlineB0(fp, move_id); diff --git a/src/melee/ft/ft_0881.h b/src/melee/ft/ft_0881.h index 44b1ac2365..3376face23 100644 --- a/src/melee/ft/ft_0881.h +++ b/src/melee/ft/ft_0881.h @@ -26,7 +26,7 @@ /* 088A50 */ void ft_80088A50(Fighter* fp); /* 088C5C */ void ft_80088C5C(Fighter_GObj* gobj); /* 0890BC */ void ft_800890BC(Fighter* fp); -/* 0890D0 */ void ft_800890D0(Fighter* fp, s32 move_id); +/* 0890D0 */ void ft_800890D0(Fighter* fp, u32 move_id); /* 089228 */ UNK_RET ft_80089228(UNK_PARAMS); /* 0892A0 */ void ft_800892A0(Fighter_GObj* gobj);