From 2e51ed1ee53a196add995fc7f347205415ac4757 Mon Sep 17 00:00:00 2001 From: DerelictDrone Date: Thu, 14 Dec 2023 08:23:00 -0600 Subject: [PATCH] Correct the mario_theme example for SPU --- data/spuchip/examples/mario_theme.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/spuchip/examples/mario_theme.txt b/data/spuchip/examples/mario_theme.txt index db5fbd9..00c15dc 100644 --- a/data/spuchip/examples/mario_theme.txt +++ b/data/spuchip/examples/mario_theme.txt @@ -25,10 +25,12 @@ tracklen = strlen(trackA); void main() { // Tempo - if ((i > 120) && (i <= 230)) + if ((i > 120) && (i <= 230)) { tempo( 1000 ); - else + } + else { tempo( 864 ); + } // Track A note = 2;