make bep less intense

This commit is contained in:
Keagan McClelland
2021-09-13 17:08:49 -06:00
committed by Aiden McClelland
parent b54cb18efd
commit a4ef11a60f

View File

@@ -337,7 +337,7 @@ macro_rules! song {
};
}
pub const BEP: Song<[(Option<Note>, TimeSlice); 1]> = song!(120, [note(A, 4, Quarter);]);
pub const BEP: Song<[(Option<Note>, TimeSlice); 1]> = song!(150, [note(A, 4, Sixteenth);]);
pub const MARIO_DEATH: Song<[(Option<Note>, TimeSlice); 12]> = song!(400, [
note(B, 4, Quarter);