2017-11-04 01:59:29 +01:00
|
|
|
#ifndef GUARD_RECORD_MIXING_H
|
|
|
|
#define GUARD_RECORD_MIXING_H
|
|
|
|
|
|
|
|
// Exported type declarations
|
2018-05-22 21:54:57 +02:00
|
|
|
struct UnkRecordMixingStruct2a
|
|
|
|
{
|
|
|
|
u8 playerId[4];
|
|
|
|
u16 field_4;
|
2018-09-01 22:03:21 +02:00
|
|
|
u8 playerName[PLAYER_NAME_LENGTH + 1];
|
2018-05-22 21:54:57 +02:00
|
|
|
u8 language;
|
|
|
|
};
|
2017-11-04 01:59:29 +01:00
|
|
|
|
2018-05-22 21:54:57 +02:00
|
|
|
struct UnkRecordMixingStruct2b
|
|
|
|
{
|
|
|
|
u8 playerId1[4];
|
|
|
|
u8 playerId2[4];
|
|
|
|
u16 field_8;
|
2018-09-01 22:03:21 +02:00
|
|
|
u8 playerName1[PLAYER_NAME_LENGTH + 1];
|
|
|
|
u8 playerName2[PLAYER_NAME_LENGTH + 1];
|
2018-05-22 21:54:57 +02:00
|
|
|
u8 language;
|
2017-11-04 01:59:29 +01:00
|
|
|
};
|
|
|
|
|
2018-05-22 21:54:57 +02:00
|
|
|
struct UnkRecordMixingStruct2
|
|
|
|
{
|
|
|
|
struct UnkRecordMixingStruct2a field_0[9][2];
|
|
|
|
struct UnkRecordMixingStruct2b field_120[2];
|
|
|
|
};
|
2017-11-07 05:03:11 +01:00
|
|
|
|
2017-11-04 01:59:29 +01:00
|
|
|
// Exported RAM declarations
|
|
|
|
|
|
|
|
// Exported ROM declarations
|
2018-05-26 00:25:36 +02:00
|
|
|
void sub_80E6BE8(void);
|
2018-05-22 21:54:57 +02:00
|
|
|
void sub_80E8260(struct UnkRecordMixingStruct2 *arg0);
|
2017-11-04 03:26:12 +01:00
|
|
|
|
2017-11-04 01:59:29 +01:00
|
|
|
#endif //GUARD_RECORD_MIXING_H
|