SSBM Decomp
Loading...
Searching...
No Matches
pltrick.h
Go to the documentation of this file.
1#ifndef MELEE_PL_PLTRICK_H
2#define MELEE_PL_PLTRICK_H
3
4#include <Runtime/platform.h>
5
6#include <melee/ft/types.h>
7
8struct plActionStats;
9struct plAttackStats;
10
11/* 037B2C */ int pl_80037B2C(struct plActionStats* arg0, int arg1, int arg2);
12/* 037BC0 */ void pl_80037BC0(struct plAttackStats* stats,
13 union Struct2070* ev);
14/* 037C60 */ void pl_80037C60(Fighter_GObj*, volatile s32 prev2070_int);
15/* 037DF4 */ void pl_80037DF4(HSD_GObj*, union Struct2070*);
16/* 037ECC */ void pl_80037ECC(HSD_GObj*);
17/* 038144 */ void pl_80038144(HSD_GObj*, HSD_GObj*, s32, ft_800898B4_t*, u16,
18 s32, s32);
19/* 0384DC */ void pl_800384DC(HSD_GObj*, int, void*);
20/* 038628 */ bool pl_80038628(HSD_GObj*, int);
21
22#endif
unsigned short int u16
Definition types.h:7
signed long s32
Definition types.h:8
void pl_80037ECC(HSD_GObj *)
Definition pltrick.c:134
void pl_80038144(HSD_GObj *, HSD_GObj *, s32, ft_800898B4_t *, u16, s32, s32)
Definition pltrick.c:205
int pl_80037B2C(struct plActionStats *arg0, int arg1, int arg2)
Definition pltrick.c:20
void pl_80037C60(Fighter_GObj *, volatile s32 prev2070_int)
Definition pltrick.c:55
void pl_80037DF4(HSD_GObj *, union Struct2070 *)
Definition pltrick.c:109
void pl_800384DC(HSD_GObj *, int, void *)
Definition pltrick.c:369
bool pl_80038628(HSD_GObj *, int)
Definition pltrick.c:431
void pl_80037BC0(struct plAttackStats *stats, union Struct2070 *ev)
Definition pltrick.c:28
Definition gobj.h:13
Definition types.h:1230
Definition types.h:58
Definition types.h:46
Definition types.h:1032