Beware, this is a big song! There are over 15 thousand lines!!!
Do not forget to define stop_music
globally. (Ewww…global variables) Set stop_music
to true
and the current song will halt. (Probably need to wait a couple hundred milliseconds) Before the song starts stop_music
will automatically be set to false
so no need to worry about resetting it. This code will play the main theme twice and then play the end if you wanted it. Or you could just put play_main()
in a forever
block and forget about it.