diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-12-28 15:11:15 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-12-29 11:36:54 -0600 |
commit | 6e7bdb3ca4d3753c1d382d9470c505d3922b9299 (patch) | |
tree | 8e1043bb4ebd97e04c14467f320c529387859851 /include/field_control_avatar.h | |
parent | 67636b7c64ccbd6a638cf55ee153d70fde27ded8 (diff) |
Document misc field_specials things
Diffstat (limited to 'include/field_control_avatar.h')
-rw-r--r-- | include/field_control_avatar.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/field_control_avatar.h b/include/field_control_avatar.h index 24adbe4b3..3cc4a8324 100644 --- a/include/field_control_avatar.h +++ b/include/field_control_avatar.h @@ -7,8 +7,8 @@ struct FieldInput bool8 checkStandardWildEncounter:1; bool8 pressedStartButton:1; bool8 pressedSelectButton:1; - bool8 input_field_0_4:1; - bool8 input_field_0_5:1; + bool8 heldDirection:1; + bool8 heldDirection2:1; bool8 tookStep:1; bool8 pressedBButton:1; bool8 input_field_1_0:1; @@ -20,7 +20,6 @@ struct FieldInput bool8 input_field_1_6:1; bool8 input_field_1_7:1; u8 dpadDirection; - u8 input_field_3; }; void FieldClearPlayerInput(struct FieldInput *pStruct); |