From 0e96b4758414f5ca03e0e27c3c50833a65053218 Mon Sep 17 00:00:00 2001 From: ExpoSeed <> Date: Fri, 4 Jun 2021 18:50:11 -0500 Subject: [PATCH] Review comments --- include/constants/pokemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 846a03e3f1..a6f51d6103 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -312,8 +312,8 @@ #define FLAG_POWDER (1 << 19) #define FLAG_TARGET_ABILITY_IGNORED (1 << 20) #define FLAG_DANCE (1 << 21) -#define FLAG_DMG_2X_IN_AIR (1 << 22) // X2 dmg on air, always hits target on air -#define FLAG_DMG_IN_AIR (1 << 23) // dmg is normal, always hits target on air +#define FLAG_DMG_2X_IN_AIR (1 << 22) // If target is in the air, can hit and deal double damage. +#define FLAG_DMG_IN_AIR (1 << 23) // If target is in the air, can hit. // Split defines. #define SPLIT_PHYSICAL 0x0