diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-31 11:58:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-31 11:58:36 -0400 |
commit | f12861136737dbfeda72f50bc771c3613a651952 (patch) | |
tree | 116e0fd3b02f9e4423b8b8e1fd735b262c57d1e0 /include | |
parent | 15651e3011ec6858ce3364f8e14a72545e2ade0b (diff) |
Even more field/var renaming
Diffstat (limited to 'include')
-rw-r--r-- | include/contest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/contest.h b/include/contest.h index c41e43659..860231cb1 100644 --- a/include/contest.h +++ b/include/contest.h @@ -266,7 +266,7 @@ struct ContestantStatus /*0x0C*/ u8 nervous:1; u8 numTurnsSkipped:2; /*0x0D*/ s8 condition; - /*0x0E*/ u8 unkE; + /*0x0E*/ u8 jam; /*0x0F*/ u8 jamReduction; // Flags set by move effect @@ -290,7 +290,7 @@ struct ContestantStatus u8 unk15_2:1; u8 unk15_3:1; u8 hasJudgesAttention:1; - u8 unk15_5:1; + u8 judgesAttentionWasRemoved:1; u8 unk15_6:1; /*0x16*/ u8 unk16; /*0x17*/ u8 unk17; |