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);