Documentation of ereader_helpers, 1

This commit is contained in:
PikalaxALT
2019-04-04 11:55:18 -04:00
committed by huderlem
parent b3a4509b9a
commit c46f271f67
9 changed files with 128 additions and 126 deletions

View File

@@ -3,13 +3,43 @@
struct Unk81D38FC
{
u8 unk0[0x270];
u8 unk0[12];
u8 unkC[0x148];
u8 unk154[0x11C];
int checksum;
};
bool8 sub_81D3920(u8 *buffer);
bool32 sub_81D3AB0(struct Unk81D38FC *arg0);
bool32 sub_81D3B34(void);
struct EReaderTrainerHillSet
{
u8 unk_0;
u8 unk_1;
u8 unk_2;
u8 unk_3;
int checksum;
struct Unk81D38FC unk_8[6];
u8 unk_ec0[40];
};
struct Unk81D3998Sub
{
u8 unk_000[4];
u8 unk_004[0x148];
u8 unk_14C[0x148];
u8 unk_294[0x124];
};
struct Unk81D3998
{
u8 unk_000;
u8 unk_001;
u8 unk_002;
int checksum;
struct Unk81D3998Sub unk_008[4];
};
bool8 EReader_IsReceivedDataValid(struct EReaderTrainerHillSet *buffer);
bool32 TryWriteTrainerHill(struct Unk81D38FC *arg0);
bool32 ReadTrainerHillAndValidate(void);
int sub_81D3D70(u8, u32, u32*, u32*);
void sub_81D3F9C(void);
void sub_81D3FAC(void);