diff --git a/include/config/battle.h b/include/config/battle.h index d6c60fe78b..c660f434d6 100644 --- a/include/config/battle.h +++ b/include/config/battle.h @@ -290,7 +290,7 @@ #define B_PLAYER_THROW_BALLS_SOUND GEN_LATEST // In GEN_5+, the player's Poké Balls make a sound when thrown to send out a Pokémon. // Other sound config -#define B_LOW_HEALTH_SOUND GEN_LATEST // In Gen6+, the low health "beeps" only play 3 times before stopping. Be sure to use SE_LOW_HEALTH_SHORT if you want to use it in charmap +#define B_LOW_HEALTH_SOUND GEN_LATEST // In Gen6+, the low health "beeps" only play 4 times before stopping. Be sure to use SE_LOW_HEALTH_SHORT if you want to use it in charmap. #define SHOW_TYPES_NEVER 0 #define SHOW_TYPES_ALWAYS 1 diff --git a/sound/songs/midi/se_low_health_short.mid b/sound/songs/midi/se_low_health_short.mid index 9e52a1d2fe..56821c228f 100644 Binary files a/sound/songs/midi/se_low_health_short.mid and b/sound/songs/midi/se_low_health_short.mid differ