blob: bab85d88025dd716bafd43b972354e1fc77c56ab (
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
28
|
#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[0x10];
u8 fill70[0x230 - 0x70];
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
|