diff options
author | yenatch <yenatch@gmail.com> | 2017-07-16 13:33:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 13:33:38 -0400 |
commit | e50b9e28bc0d98c69b22f6d13298e705eb4eb865 (patch) | |
tree | 612daf51185f6c0b35976a888d4091ad465288ac /src/field_control_avatar.c | |
parent | a0e590b739a2bdd8e76c004ae60662bd81d33ca9 (diff) | |
parent | 078e07ce1096733e31b7bf823db325b0f3b02a05 (diff) |
Merge pull request #354 from camthesaxman/decompile_item_menu
decompile item_menu
Diffstat (limited to 'src/field_control_avatar.c')
-rw-r--r-- | src/field_control_avatar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_control_avatar.c b/src/field_control_avatar.c index 2d8140be5..a4f52f4b9 100644 --- a/src/field_control_avatar.c +++ b/src/field_control_avatar.c @@ -206,7 +206,7 @@ int sub_8068024(struct FieldInput *input) sub_8071310(); return TRUE; } - if (input->pressedSelectButton && sub_80A6D1C() == 1) + if (input->pressedSelectButton && sub_80A6D1C() == TRUE) return TRUE; return FALSE; } |