SSBM Decomp
Loading...
Searching...
No Matches
itpikachuthunder.h
Go to the documentation of this file.
1#ifndef GALE01_2B1DEC
2#define GALE01_2B1DEC
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/* 2B1DEC */ s32 it_802B1DEC(Item_GObj*);
13/* 2B1DF8 */ Item_GObj* it_802B1DF8(Item_GObj* owner, Vec3* pos, Vec3* vel,
14 s32 count, s32 delay, s32 kind);
15/* 2B1FC8 */ void it_802B1FC8(Item_GObj*);
16/* 2B1FE8 */ void it_802B1FE8(Item_GObj*, Vec3*);
17/* 2B202C */ void it_2725_Logic39_Destroyed(Item_GObj*);
18/* 2B2080 */ void it_802B2080(Item_GObj*);
19/* 2B20DC */ bool itPikachuthunder_UnkMotion0_Anim(Item_GObj* gobj);
20/* 2B211C */ void it_802B211C(Item_GObj*);
21/* 2B21A8 */ bool itPikachuthunder_UnkMotion1_Anim(Item_GObj* gobj);
22/* 2B21E0 */ bool itPikachuthunder_UnkMotion1_Coll(Item_GObj* gobj);
23/* 2B22B8 */ void it_802B22B8(Item_GObj* gobj);
24/* 2B2340 */ bool itPikachuthunder_UnkMotion2_Anim(Item_GObj* gobj);
30/* 3F70C8 */ extern ItemStateTable it_803F70C8[];
31#endif
signed long s32
Definition hsd_3B2B.h:1
bool itPikachuthunder_UnkMotion2_Anim(Item_GObj *gobj)
Definition itpikachuthunder.c:266
bool itPikachuThunder_Logic39_Absorbed(Item_GObj *)
Definition itpikachuthunder.c:296
Item_GObj * it_802B1DF8(Item_GObj *owner, Vec3 *pos, Vec3 *vel, s32 count, s32 delay, s32 kind)
Definition itpikachuthunder.c:48
bool itPikachuThunder_Logic39_HitShield(Item_GObj *)
Definition itpikachuthunder.c:286
ItemStateTable it_803F70C8[]
Definition itpikachuthunder.c:22
bool itPikachuThunder_Logic39_DmgDealt(Item_GObj *)
Definition itpikachuthunder.c:281
bool itPikachuthunder_UnkMotion0_Anim(Item_GObj *gobj)
Definition itpikachuthunder.c:144
void itPikachuThunder_Logic39_EvtUnk(Item_GObj *, Item_GObj *)
Definition itpikachuthunder.c:301
void it_802B211C(Item_GObj *)
Definition itpikachuthunder.c:155
void it_802B1FE8(Item_GObj *, Vec3 *)
Definition itpikachuthunder.c:110
bool itPikachuthunder_UnkMotion1_Coll(Item_GObj *gobj)
Definition itpikachuthunder.c:177
bool itPikachuthunder_UnkMotion1_Anim(Item_GObj *gobj)
Definition itpikachuthunder.c:167
void it_802B22B8(Item_GObj *gobj)
Definition itpikachuthunder.c:223
bool itPikachuThunder_Logic39_Clanked(Item_GObj *)
Definition itpikachuthunder.c:291
void it_802B1FC8(Item_GObj *)
Definition itpikachuthunder.c:105
void it_2725_Logic39_Destroyed(Item_GObj *)
Definition itpikachuthunder.c:123
s32 it_802B1DEC(Item_GObj *)
Definition itpikachuthunder.c:43
void it_802B2080(Item_GObj *)
Definition itpikachuthunder.c:134
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:11