summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-31 13:49:01 -0400
committerGitHub <noreply@github.com>2020-08-31 13:49:01 -0400
commitff9204a5ff0789ee696ea1fb9273577df01b833c (patch)
tree9f13415f35071b8bc8f0e94170dc93140f329852 /src
parent5773bb864344c2f365dc14ddb64a1d1fbb114b32 (diff)
parentdd26bfe274c8d8702231cfce8027b3b441d5eac4 (diff)
Merge pull request #1164 from GriffinRichards/fix-fanfarealign
Fix alignment in sFanfares
Diffstat (limited to 'src')
-rw-r--r--src/sound.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/sound.c b/src/sound.c
index 361624b44..ee1753bb3 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -41,24 +41,24 @@ static void Task_DuckBGMForPokemonCry(u8 taskId);
static void RestoreBGMVolumeAfterPokemonCry(void);
static const struct Fanfare sFanfares[] = {
- { MUS_LEVEL_UP, 80 },
- { MUS_OBTAIN_ITEM, 160 },
- { MUS_EVOLVED, 220 },
- { MUS_OBTAIN_TMHM, 220 },
- { MUS_HEAL, 160 },
- { MUS_OBTAIN_BADGE, 340 },
- { MUS_MOVE_DELETED, 180 },
- { MUS_OBTAIN_BERRY, 120 },
- { MUS_AWAKEN_LEGEND, 710 },
- { MUS_SLOTS_JACKPOT, 250 },
- { MUS_SLOTS_WIN, 150 },
- { MUS_TOO_BAD, 160 },
- { MUS_RG_POKE_FLUTE, 450 },
- { MUS_RG_OBTAIN_KEY_ITEM, 170 },
- { MUS_RG_DEX_RATING, 196 },
- { MUS_OBTAIN_B_POINTS, 313 },
- { MUS_OBTAIN_SYMBOL, 318 },
- { MUS_REGISTER_MATCH_CALL, 135 },
+ { MUS_LEVEL_UP, 80 },
+ { MUS_OBTAIN_ITEM, 160 },
+ { MUS_EVOLVED, 220 },
+ { MUS_OBTAIN_TMHM, 220 },
+ { MUS_HEAL, 160 },
+ { MUS_OBTAIN_BADGE, 340 },
+ { MUS_MOVE_DELETED, 180 },
+ { MUS_OBTAIN_BERRY, 120 },
+ { MUS_AWAKEN_LEGEND, 710 },
+ { MUS_SLOTS_JACKPOT, 250 },
+ { MUS_SLOTS_WIN, 150 },
+ { MUS_TOO_BAD, 160 },
+ { MUS_RG_POKE_FLUTE, 450 },
+ { MUS_RG_OBTAIN_KEY_ITEM, 170 },
+ { MUS_RG_DEX_RATING, 196 },
+ { MUS_OBTAIN_B_POINTS, 313 },
+ { MUS_OBTAIN_SYMBOL, 318 },
+ { MUS_REGISTER_MATCH_CALL, 135 },
};
#define CRY_VOLUME 120 // was 125 in R/S