fix octaves for mario death

This commit is contained in:
Keagan McClelland
2021-09-16 18:08:17 -06:00
committed by Aiden McClelland
parent a7363ae4e1
commit e75ac1e1b8

View File

@@ -348,9 +348,9 @@ pub const MARIO_DEATH: Song<[(Option<Note>, TimeSlice); 12]> = song!(400, [
note(E, 5, Triplet(&Half));
note(D, 5, Triplet(&Half));
note(C, 5, Quarter);
note(E, 5, Quarter);
note(E, 4, Quarter);
rest(Quarter);
note(E, 5, Quarter);
note(E, 4, Quarter);
note(C, 4, Half);
]);