diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-20 16:44:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-20 16:44:16 -0400 |
commit | 95c7e3d067b7ac8e6cb8ef76f58713b0c8b128ec (patch) | |
tree | e65a787459bcd091537e250c4e5640f67b69228c /berry_fix | |
parent | 301ef72cf8f3fa38a732fbd7c63d2b6b041f3f13 (diff) |
Update player avatar state enums
Diffstat (limited to 'berry_fix')
-rw-r--r-- | berry_fix/payload/include/global.fieldmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/berry_fix/payload/include/global.fieldmap.h b/berry_fix/payload/include/global.fieldmap.h index 5cc3e8b1b..2cf5156ab 100644 --- a/berry_fix/payload/include/global.fieldmap.h +++ b/berry_fix/payload/include/global.fieldmap.h @@ -224,8 +224,8 @@ struct ObjectEventGraphicsInfo #define PLAYER_AVATAR_FLAG_ACRO_BIKE (1 << 2) #define PLAYER_AVATAR_FLAG_SURFING (1 << 3) #define PLAYER_AVATAR_FLAG_UNDERWATER (1 << 4) -#define PLAYER_AVATAR_FLAG_FIELD_MOVE (1 << 5) -#define PLAYER_AVATAR_FLAG_FISHING (1 << 6) +#define PLAYER_AVATAR_FLAG_CONTROLLABLE (1 << 5) +#define PLAYER_AVATAR_FLAG_FORCED (1 << 6) #define PLAYER_AVATAR_FLAG_WATERING (1 << 7) enum |