Original Post

I tried to put in music notes as well as speech from the wav2vb converter, but the compiler doesn’t like the “SSTOP” value in libgccvb. It gives an incredibly long list of stuff I did wrong if I use modlibgccvb. So I’m just wondering what I’m doing wrong. I’ve included the source code if it helps. I’m wondering if I can use both at all.

1 Reply

Inside your libgccvb, add this line:

#define SSTOP			*(u8*)0x01000580 //Sound Stop: 0x01 = Stop (all other bits ignored)

DogP

 

Write a reply

You must be logged in to reply to this topic.