SSBM Decomp
Loading...
Searching...
No Matches
itzrshell.h
Go to the documentation of this file.
1#ifndef _itzrshell_h_
2#define _itzrshell_h_
3
4#include <platform.h>
5
6#include "it/forward.h"
7
8#include "it/items/types.h"
9
22Item_GObj* it_802E0488(s32, Vec3*, s32);
24
25#endif
Item_GObj * it_802E0488(s32, Vec3 *, s32)
Definition itzrshell.c:106
void it_802E02E8(Item_GObj *)
Definition itzrshell.c:41
bool it_2725_Logic12_ShieldBounced(Item_GObj *)
Definition itzrshell.c:96
bool it_2725_Logic12_DmgReceived(Item_GObj *)
Definition itzrshell.c:76
void it_2725_Logic12_PickedUp(Item_GObj *)
Definition itzrshell.c:46
void it_802E0468(Item_GObj *, HSD_GObj *)
Definition itzrshell.c:101
bool it_2725_Logic12_DmgDealt(Item_GObj *)
Definition itzrshell.c:71
void it_2725_Logic12_Dropped(Item_GObj *)
Definition itzrshell.c:56
bool it_2725_Logic12_HitShield(Item_GObj *)
Definition itzrshell.c:91
void it_2725_Logic12_EnteredAir(Item_GObj *)
Definition itzrshell.c:61
bool it_2725_Logic12_Reflected(Item_GObj *)
Definition itzrshell.c:81
ItemStateTable it_803F87F0[]
Definition itzrshell.c:14
void it_2725_Logic12_Destroyed(Item_GObj *)
Definition itzrshell.c:66
void it_2725_Logic12_Thrown(Item_GObj *)
Definition itzrshell.c:51
was using this to try and fix some matches, unsuccessfully
Definition gobj.h:26
Definition types.h:11