SSBM Decomp
Loading...
Searching...
No Matches
itpikachutjoltground.h
Go to the documentation of this file.
1#ifndef GALE01_2B3368
2#define GALE01_2B3368
3
4#include <platform.h>
5
6#include "it/forward.h"
7
8#include "it/items/types.h"
9
10#include <dolphin/mtx.h>
11
12/* 2B3368 */ Item_GObj* it_802B3368(Item_GObj* gobj);
13/* 2B338C */ Item_GObj* it_802B338C(Item_GObj* owner, Vec3* pos,
14 f32 facing_dir, u32 kind);
15/* 2B34E4 */ void it_2725_Logic106_Destroyed(Item_GObj*);
16/* 2B3544 */ void it_802B3544(Item_GObj* gobj);
17/* 2B3554 */ void it_802B3554(Item_GObj* gobj, HSD_GObj* owner);
18/* 2B3680 */ bool itPikachutjoltground_UnkMotion0_Anim(Item_GObj* gobj);
19/* 2B36BC */ bool itPikachutjoltground_UnkMotion1_Anim(Item_GObj* gobj);
20/* 2B3790 */ void itPikachutjoltground_UnkMotion0_Phys(Item_GObj* gobj);
21/* 2B3808 */ bool itPikachutjoltground_UnkMotion0_Coll(Item_GObj* gobj);
22/* 2B397C */ bool itPikachutjoltground_UnkMotion1_Coll(Item_GObj* gobj);
23/* 2B3A94 */ bool it_2725_Logic106_DmgDealt(Item_GObj*);
24/* 2B3AF8 */ bool it_2725_Logic106_Reflected(Item_GObj*);
25/* 2B3C44 */ bool it_2725_Logic106_Clanked(Item_GObj*);
26/* 2B3CA8 */ bool it_2725_Logic106_Absorbed(Item_GObj*);
27/* 2B3D0C */ bool it_2725_Logic106_HitShield(Item_GObj*);
30/* 3F7190 */ extern ItemStateTable it_803F7190[];
31
32#endif
Item_GObj * it_802B3368(Item_GObj *gobj)
Definition itpikachutjoltground.c:45
bool it_2725_Logic106_DmgDealt(Item_GObj *)
Definition itpikachutjoltground.c:310
bool it_2725_Logic106_Absorbed(Item_GObj *)
Definition itpikachutjoltground.c:354
Item_GObj * it_802B338C(Item_GObj *owner, Vec3 *pos, f32 facing_dir, u32 kind)
Definition itpikachutjoltground.c:58
void it_2725_Logic106_Destroyed(Item_GObj *)
Definition itpikachutjoltground.c:103
void it_802B3544(Item_GObj *gobj)
Definition itpikachutjoltground.c:115
bool it_2725_Logic106_HitShield(Item_GObj *)
Definition itpikachutjoltground.c:367
ItemStateTable it_803F7190[]
Definition itpikachutjoltground.c:23
void itPikachutjoltground_UnkMotion0_Phys(Item_GObj *gobj)
Definition itpikachutjoltground.c:194
bool itPikachutjoltground_UnkMotion0_Anim(Item_GObj *gobj)
Definition itpikachutjoltground.c:156
void itPikachuTJoltGround_Logic106_EvtUnk(Item_GObj *, Item_GObj *)
Definition itpikachutjoltground.c:409
void it_802B3554(Item_GObj *gobj, HSD_GObj *owner)
Definition itpikachutjoltground.c:120
bool itPikachutjoltground_UnkMotion0_Coll(Item_GObj *gobj)
Definition itpikachutjoltground.c:209
bool it_2725_Logic106_Clanked(Item_GObj *)
Definition itpikachutjoltground.c:341
bool itPikachutjoltground_UnkMotion1_Anim(Item_GObj *gobj)
Definition itpikachutjoltground.c:163
bool it_2725_Logic106_Reflected(Item_GObj *)
Definition itpikachutjoltground.c:323
bool itPikachutjoltground_UnkMotion1_Coll(Item_GObj *gobj)
Definition itpikachutjoltground.c:259
bool it_2725_Logic106_ShieldBounced(Item_GObj *)
Definition itpikachutjoltground.c:380
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:11