summaryrefslogtreecommitdiff
path: root/include/record_mixing.h
blob: f1b74c143320c22f94daaaccc18635400dd02821 (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
29
30
31
32
33
34
35
#ifndef GUARD_RECORD_MIXING_H
#define GUARD_RECORD_MIXING_H

// Exported type declarations
struct UnkRecordMixingStruct2a
{
    u8 playerId[4];
    u16 field_4;
    u8 playerName[PLAYER_NAME_LENGTH + 1];
    u8 language;
};

struct UnkRecordMixingStruct2b
{
    u8 playerId1[4];
    u8 playerId2[4];
    u16 field_8;
    u8 playerName1[PLAYER_NAME_LENGTH + 1];
    u8 playerName2[PLAYER_NAME_LENGTH + 1];
    u8 language;
};

struct UnkRecordMixingStruct2
{
    struct UnkRecordMixingStruct2a field_0[9][2];
    struct UnkRecordMixingStruct2b field_120[2];
};

// Exported RAM declarations

// Exported ROM declarations
void sub_80E6BE8(void);
void sub_80E8260(struct UnkRecordMixingStruct2 *arg0);

#endif //GUARD_RECORD_MIXING_H