blob: 7418bc15c4c27dc6818ef4ab0e8701006c5b03f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#ifndef GUNKNOWN_203B460_H
#define GUNKNOWN_203B460_H
struct ItemStruct_203B460
{
u8 unk0;
u8 numItems;
u8 itemIndex;
};
struct subStruct_203B460
{
u8 unk0;
u8 unk1;
};
struct unkStruct_203B460
{
struct ItemStruct_203B460 fill0[20];
u16 unk50[0xF0];
struct subStruct_203B460 unk230[8];
struct subStruct_203B460 unk250[4]; // TODO: idk if this is identical struct or not.. Ghidra says sizes are same
/* 0x260 */ s32 teamMoney;
/* 0x264 */ u32 teamSavings;
};
#endif
|