Scrolling background messes up MaxMod

support for the gba/nds sound library from www.maxmod.org

Moderator: eKid

Post Reply
Derrik
Posts: 63
Joined: Wed Aug 14, 2013 8:28 pm

Scrolling background messes up MaxMod

Post by Derrik » Sun Jun 08, 2014 1:41 pm

Using bgSetScroll does not immediately stop my music from playing, but when doing:

Code: Select all

bgSetScroll(id, 0, 0);
mmStop();
mmStart(0, MM_PLAY_LOOP);
It wont replay the song. But this works fine:

Code: Select all

mmStop();
mmStart(0, MM_PLAY_LOOP);
What is the reason for this?

sverx
Posts: 94
Joined: Wed Aug 12, 2009 2:56 pm
Location: github.com/sverx
Contact:

Re: Scrolling background messes up MaxMod

Post by sverx » Wed Jun 18, 2014 2:08 pm

id is int? How you initialized it?

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests