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 */