diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-19 00:08:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 00:08:59 -0500 |
commit | 95d8815721321f08714b97c59a97de3a59f1e0c7 (patch) | |
tree | 6c5a1da2d031f28bcca7612870e9edf3c07cdda5 /include/global.fieldmap.h | |
parent | 442baf1a00d9dc06b9d8175a66b70fe159b3aa3f (diff) | |
parent | dd3689fdbf98b0a60190bf10e3bed3158692818e (diff) |
Merge pull request #368 from Diegoisawesome/master
Finish porting/decompiling field_player_avatar
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 66d5b5e4c..bb120c62c 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -232,7 +232,7 @@ struct EventObjectGraphicsInfo #define PLAYER_AVATAR_FLAG_MACH_BIKE (1 << 1) #define PLAYER_AVATAR_FLAG_ACRO_BIKE (1 << 2) #define PLAYER_AVATAR_FLAG_SURFING (1 << 3) -#define PLAYER_AVATAR_FLAG_4 (1 << 4) +#define PLAYER_AVATAR_FLAG_UNDERWATER (1 << 4) #define PLAYER_AVATAR_FLAG_5 (1 << 5) #define PLAYER_AVATAR_FLAG_6 (1 << 6) #define PLAYER_AVATAR_FLAG_DASH (1 << 7) |