From 4bb33367dfb488d7d8105142954fc45fefe3ac2a Mon Sep 17 00:00:00 2001 From: ExpoSeed <> Date: Fri, 4 Jun 2021 19:35:16 -0500 Subject: [PATCH] Newline --- include/constants/pokemon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 5e030698c3..322bee7061 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -316,7 +316,6 @@ #define FLAG_DMG_IN_AIR (1 << 23) // If target is in the air, can hit. #define FLAG_DMG_UNGROUNDED_IGNORE_TYPE_IF_FLYING (1 << 24) // Makes a Ground type move do 1x damage to flying and levitating targets - // Split defines. #define SPLIT_PHYSICAL 0x0 #define SPLIT_SPECIAL 0x1