SSBM Decomp
Loading...
Searching...
No Matches
lbsnap.static.h
Go to the documentation of this file.
1#ifndef __GALE01_01D2BC
2#define __GALE01_01D2BC
3
4#include <platform.h>
5#include <placeholder.h>
6
7#include "lbsnap.h" // IWYU pragma: export
8
11 char pad_4[0x408 - 0x4];
12};
13
15 /* 0x00 */ s32 unk_0; /* inferred */
16 /* 0x04 */ char pad_4[0x44]; /* maybe part of unk_0[0x12]? */
17 /* 0x48 */ struct Unk80433380_48* x48;
18 /* 0x4C */ s32 x4C_cardState[2];
19 /* 0x54 */ s32 x54_stateChanged[3];
20}; /* size = 0x60 */
21STATIC_ASSERT(sizeof(struct Unk80433380) == 0x60);
22
24
25#endif
struct Unk80433380 lb_80433380
Definition lbsnap.static.h:23
#define STATIC_ASSERT(cond)
Definition platform.h:161
signed long s32
A signed 32-bit integer.
Definition platform.h:14
Definition lbsnap.static.h:9
s32 unk0
Definition lbsnap.static.h:10
char pad_4[0x408 - 0x4]
Definition lbsnap.static.h:11
Definition lbsnap.static.h:14
s32 x4C_cardState[2]
Definition lbsnap.static.h:18
s32 unk_0
Definition lbsnap.static.h:15
s32 x54_stateChanged[3]
Definition lbsnap.static.h:19
struct Unk80433380_48 * x48
Definition lbsnap.static.h:17
char pad_4[0x44]
Definition lbsnap.static.h:16