SkySongBuilder Tutorial: Difference between revisions

m Add bullet list of required programs
m Fix heading
Line 102: Line 102:
Open Data/Sound/BGM. This folder contains all the music in the game. Copy all the files in the "out" folder and paste them into "BGM". Repack your .nds as before.
Open Data/Sound/BGM. This folder contains all the music in the game. Copy all the files in the "out" folder and paste them into "BGM". Repack your .nds as before.


==== Playing music ====
=== Playing music ===
Use <code>bgm_Play(194);</code> on a script to play your song! Just change the number to whatever ID you used for each song. You are now streaming music!
Use <code>bgm_Play(194);</code> on a script to play your song! Just change the number to whatever ID you used for each song. You are now streaming music!