diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-03 13:51:38 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-03 13:51:38 -0500 |
commit | d522588538e39b8d8a6dc47b557dcc4ae322a093 (patch) | |
tree | e61b5f2aa569aa9b5479c076aced34c8bef8a2ae /include | |
parent | 46a3ca51341fd3b68e4fe5251e70abc8a03644c5 (diff) |
Some more documentation of array sizes
Diffstat (limited to 'include')
-rw-r--r-- | include/union_room.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/union_room.h b/include/union_room.h index f5a1ecf04..2c32760cb 100644 --- a/include/union_room.h +++ b/include/union_room.h @@ -9,6 +9,9 @@ #define UR_TRADE_NOTYPE 1 #define UR_TRADE_NOEGG 2 +#define UROOM_MAX_GROUP_COUNT 8 +#define UROOM_MAX_PARTY_SIZE 5 + struct UnkStruct_Shared { struct GFtgtGname gname; @@ -18,7 +21,7 @@ struct UnkStruct_Shared struct UnkStruct_x1C { struct UnkStruct_Shared unk0; - u8 unk18:1; + u8 active:1; }; struct UnkStruct_x20 |