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
@@ -374,7 +374,7 @@ s16 GetPlayerSpeed(void)
return exp[gPlayerAvatar.bikeFrameCounter];
else if (gPlayerAvatar.flags & PLAYER_AVATAR_FLAG_ACRO_BIKE)
return 3;
else if (gPlayerAvatar.flags & (PLAYER_AVATAR_FLAG_SURFING | PLAYER_AVATAR_FLAG_WATERING))
else if (gPlayerAvatar.flags & (PLAYER_AVATAR_FLAG_SURFING | PLAYER_AVATAR_FLAG_DASH))
return 2;
else
return 1;