From a4ef11a60f568eecad0cc5a0f7c3d7f5ae072d7d Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Mon, 13 Sep 2021 17:08:49 -0600 Subject: [PATCH] make bep less intense --- appmgr/src/sound.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appmgr/src/sound.rs b/appmgr/src/sound.rs index 97e9edb5f..a5877323f 100644 --- a/appmgr/src/sound.rs +++ b/appmgr/src/sound.rs @@ -337,7 +337,7 @@ macro_rules! song { }; } -pub const BEP: Song<[(Option, TimeSlice); 1]> = song!(120, [note(A, 4, Quarter);]); +pub const BEP: Song<[(Option, TimeSlice); 1]> = song!(150, [note(A, 4, Sixteenth);]); pub const MARIO_DEATH: Song<[(Option, TimeSlice); 12]> = song!(400, [ note(B, 4, Quarter);