From 0518025b9276dd067b23d72e5281fd0bbd45381f Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Thu, 16 May 2019 09:43:19 +0200 Subject: [PATCH] formatting --- include/pokemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pokemon.h b/include/pokemon.h index 3f8344c23e..76d2d93b09 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -387,7 +387,7 @@ enum BODY_COLOR_PINK }; -#define EVO_MEGA_EVOLUTION 0xffff // Not an actual evolution, used to temporarily mega evolve in battle. +#define EVO_MEGA_EVOLUTION 0xffff // Not an actual evolution, used to temporarily mega evolve in battle. #define EVO_FRIENDSHIP 0x0001 // Pokémon levels up with friendship ≥ 220 #define EVO_FRIENDSHIP_DAY 0x0002 // Pokémon levels up during the day with friendship ≥ 220 #define EVO_FRIENDSHIP_NIGHT 0x0003 // Pokémon levels up at night with friendship ≥ 220