Star Wars Returns
This commit is contained in:
parent
64255d5fc7
commit
1b057a4e06
|
@ -93,5 +93,6 @@ void IoDoStarWars(void)
|
||||||
|
|
||||||
for (int i=0; i<40 ; i++) {
|
for (int i=0; i<40 ; i++) {
|
||||||
IoDoTone(Score[i].tone, Score[i].time);
|
IoDoTone(Score[i].tone, Score[i].time);
|
||||||
|
KePauseCPU();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue