summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2020-05-05 11:00:39 -0600
committerEvan <eroelke@gmail.com>2020-05-05 11:00:39 -0600
commit5a5e68269d3fbf6eb314b8c947a156faa80a1eb2 (patch)
tree9873c18faa8b4ec0aac66cc38057323156004241 /include/global.fieldmap.h
parentfcb999beea38668efc60ddec8b4f6fbed63cacc5 (diff)
fix PLAYER_AVATAR_FLAG_WATERING define
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r--include/global.fieldmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index fceec9daf..2db346980 100644
--- a/include/global.fieldmap.h
+++ b/include/global.fieldmap.h
@@ -304,7 +304,7 @@ enum {
#define PLAYER_AVATAR_FLAG_UNDERWATER (1 << PLAYER_AVATAR_STATE_UNDERWATER)
#define PLAYER_AVATAR_FLAG_FIELD_MOVE (1 << PLAYER_AVATAR_STATE_FIELD_MOVE)
#define PLAYER_AVATAR_FLAG_FISHING (1 << PLAYER_AVATAR_STATE_FISHING)
-#define PLAYER_AVATAR_FLAG_WATERING (1 << PLAYER_AVATAR_STATE_WATERING)
+#define PLAYER_AVATAR_FLAG_DASH (1 << PLAYER_AVATAR_STATE_WATERING)
enum
{