SSBM Decomp
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1#ifndef MELEE_FT_CHARA_FTPICHU_TYPES_H
2#define MELEE_FT_CHARA_FTPICHU_TYPES_H
3
4#include <platform.h>
5
7 char filler0[0x100];
8};
9
10typedef struct _ftPichuAttributes {
11 /* 0x00 */ u32 x0_padding[(0x14 - 0x0) / 4];
12 /* 0x14 */ u32 x14;
13 /* 0x14 */ u32 x18;
14 /* 0x18 */ u32 x18_padding[(0xDC - 0x1C) / 4];
15 /* 0xDC */ u32 xDC;
17
18#endif
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
Definition types.h:10
u32 xDC
Definition types.h:15
u32 x18
Definition types.h:13
u32 x14
Definition types.h:12
Definition types.h:6
char filler0[0x100]
Definition types.h:7