diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-10 03:50:51 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-10 03:50:51 -0400 |
commit | 07fa82c911c5a22f0671a4ea798056b8de3c0a80 (patch) | |
tree | 03cc8bf1c7cddecf1dd54bf9ba83eccf98b04b61 /include/link.h | |
parent | 32aa87c7e126357165e1efa2f6e1ed3d3aadbdf8 (diff) |
Last non-anim trade.c doc
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/link.h b/include/link.h index f149f8a92..04efc973c 100644 --- a/include/link.h +++ b/include/link.h @@ -106,8 +106,8 @@ enum EXCHANGE_COMPLETE, EXCHANGE_TIMED_OUT, EXCHANGE_IN_PROGRESS, - EXCHANGE_STAT_4, - EXCHANGE_STAT_5, + EXCHANGE_PLAYER_NOT_READY, + EXCHANGE_PARTNER_NOT_READY, EXCHANGE_STAT_6, EXCHANGE_STAT_7 }; @@ -132,7 +132,7 @@ struct LinkPlayer /* 0x02 */ u16 lp_field_2; /* 0x04 */ u32 trainerId; /* 0x08 */ u8 name[PLAYER_NAME_LENGTH + 1]; - /* 0x10 */ u8 progressFlags; // 0x0F is hasClearedGame, 0xF0 is hasNationalDex + /* 0x10 */ u8 progressFlags; // (& 0x0F) is hasNationalDex, (& 0xF0) is hasClearedGame /* 0x11 */ u8 neverRead; /* 0x12 */ u8 progressFlagsCopy; /* 0x13 */ u8 gender; |