Problem with compiling

JPiXeL015

New member
I keep getting this error when compiling my game.
Sound\AllSongs_WithSFX.asm(102): Illegal instruction.
Is there a way to fix this error?
 
JPiXeL015 said:
I keep getting this error when compiling my game.
Sound\AllSongs_WithSFX.asm(102): Illegal instruction.
Is there a way to fix this error?

You probably need to import the beta music.
Expand the "music" branch, right click on "songs" and click "import text".
Then navigate to the beta assets folder, then music, then select a text file.
 

JPiXeL015

New member
Thanks, that definitely did the trick.

But what if I want to import my own music instead of the sample music?
 
JPiXeL015 said:
Thanks, that definitely did the trick.

But what if I want to import my own music instead of the sample music?

Then you can make your music following the info in this thread, to make your own music in FamiTracker.
Then when you're done making your music, on the top bar click module->properties, then add the sfx txt to the list.
Then just export as txt, and import like you did earlier. :)
Hope that helps.
 

JPiXeL015

New member
That's exactly what I did.
The problem is that every time I try to import my own music and sounds, I keep getting the same error:
Sound\AllSongs_WithSFX.asm(105): Illegal instruction.

In fact, I made a simple song to see if that worked, and it did. (It was a simple cancan) And when I import the songs made specifically for the game, the error always pops up.
 
Top Bottom