From 3537a37e1227c741be37c267c9a2724851cb1630 Mon Sep 17 00:00:00 2001 From: Nephrite Date: Mon, 12 Feb 2024 22:31:26 +0900 Subject: [PATCH] Re-added missing linebreaks --- src/data/moves_info.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/moves_info.h b/src/data/moves_info.h index f09c4ece3f..d338d4605d 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -15,11 +15,13 @@ #else #define HANDLE_EXPANDED_MOVE_NAME(_name, ...) COMPOUND_STRING(_name) #endif + #if B_BINDING_TURNS >= GEN_5 #define BINDING_TURNS "4 or 5" #else #define BINDING_TURNS "2 to 5" #endif + /* First arg is the charge turn string id, second arg depends on effect EFFECT_SEMI_INVULNERABLE/EFFECT_SKY_DROP: semi-invulnerable STATUS3 to apply to battler EFFECT_TWO_TURNS_ATTACK/EFFECT_SOLAR_BEAM: weather in which to skip charge turn */