fix PLAYER_AVATAR_FLAG_WATERING define

This commit is contained in:
Evan
2020-05-05 11:00:39 -06:00
parent fcb999beea
commit 5a5e68269d
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3037,7 +3037,7 @@ bool8 ObjectEventIsTrainerAndCloseToPlayer(struct ObjectEvent *objectEvent)
s16 minY;
s16 maxY;
if (!TestPlayerAvatarFlags(PLAYER_AVATAR_FLAG_WATERING))
if (!TestPlayerAvatarFlags(PLAYER_AVATAR_FLAG_DASH))
{
return FALSE;
}