SSBM Decomp
Loading...
Searching...
No Matches
itnesspkthundertrail.h
Go to the documentation of this file.
1#ifndef GALE01_2AC43C
2#define GALE01_2AC43C
3
4#include "ft/forward.h"
5#include "it/forward.h"
6
7#include "it/items/types.h"
8
9/* 2AC43C */ Item_GObj* it_802AC43C(Fighter_GObj* gobj, Item_GObj* ball,
10 Vec3* pos, s32 trail_idx, s32 arg4,
11 f32 facing_dir);
12/* 2AC58C */ void it_802AC58C(Item_GObj* gobj);
13/* 2AC5D8 */ void it_802AC5D8(Item_GObj* gobj);
14/* 2AC604 */ void it_802AC604(Item_GObj* gobj);
15/* 2AC62C */ bool itNesspkthundertrail_UnkMotion0_Anim(Item_GObj* gobj);
16/* 2AC6B0 */ void itNesspkthundertrail_UnkMotion0_Phys(Item_GObj* gobj);
17/* 2AC8A0 */ bool itNesspkthundertrail_UnkMotion0_Coll(Item_GObj* gobj);
18
19/* 3F6C08 */ extern ItemStateTable it_803F6C08[];
20
21#endif
signed long s32
Definition hsd_3B2B.h:1
bool itNesspkthundertrail_UnkMotion0_Anim(Item_GObj *gobj)
Definition itnesspkthundertrail.c:106
void itNesspkthundertrail_UnkMotion0_Phys(Item_GObj *gobj)
Definition itnesspkthundertrail.c:125
void it_802AC5D8(Item_GObj *gobj)
Definition itnesspkthundertrail.c:90
void it_802AC58C(Item_GObj *gobj)
Definition itnesspkthundertrail.c:79
bool itNesspkthundertrail_UnkMotion0_Coll(Item_GObj *gobj)
Definition itnesspkthundertrail.c:155
void it_802AC604(Item_GObj *gobj)
Definition itnesspkthundertrail.c:101
Item_GObj * it_802AC43C(Fighter_GObj *gobj, Item_GObj *ball, Vec3 *pos, s32 trail_idx, s32 arg4, f32 facing_dir)
Definition itnesspkthundertrail.c:31
ItemStateTable it_803F6C08[]
Definition itnesspkthundertrail.c:20
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:11