diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-01 21:27:24 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-01 21:27:24 -0400 |
commit | ef29d17c4128b674897c056a37aa424b21afe35c (patch) | |
tree | d6500466da50fdefe3e7d55c08a48cc8235b8880 /include | |
parent | 4b1e30434d9c86964bf9735a392f4b3c2d7b1dcd (diff) |
through sub_80D7B24
Diffstat (limited to 'include')
-rw-r--r-- | include/contest.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/include/contest.h b/include/contest.h index 7b49e71a9..80b681cef 100644 --- a/include/contest.h +++ b/include/contest.h @@ -379,6 +379,11 @@ struct ContestResourcesField1C u8 filler_00[0x40]; }; +struct ContestResourcesField20 +{ + u8 filler_00[0x0C]; +}; + struct ContestResources { struct Contest *field_0; @@ -386,11 +391,14 @@ struct ContestResources struct UnknownContestStruct7 *field_8; struct ContestAIInfo *field_C; struct UnknownContestStruct5 *field_10; - struct UnknownContestStruct4 (*field_14)[4]; + struct UnknownContestStruct4 *field_14; struct ContestStruct_field_18 *field_18; struct ContestResourcesField1C * field_1c; - u8 filler_20[4]; + struct ContestResourcesField20 * field_20; u8 * field_24[4]; + void * field_34; + void * field_38; + void * field_3c; }; #define shared18000 (*(struct Shared18000 *)(gHeap + 0x1a000)) |