Nesmaker 4.0 Music between screens resetting (SOLVED)

Not sure if anyone else is experiencing this but music is not carrying over between screens when the screen has same song assigned. Every room is resetting the track. Haven't had a chance to look into it because i just discovered it. Just wanted to put it out there in case someone else was experiencing this as well.
 

dale_coop

Moderator
Staff member
If I remember well, I think Joe replied to a post (fb or here) about that bug, appeared in the Pi beta (or the Pi empty). I think he will fix that.
Let me search....
Ok here: http://nesmakers.com/viewtopic.php?p=1898#p1898
 
dale_coop said:
If I remember well, I think Joe replied to a post (fb or here) about that bug, appeared in the Pi beta (or the Pi empty). I think he will fix that.
Let me search....
Ok here: http://nesmakers.com/viewtopic.php?p=1898#p1898

Thanks Dale I found the issue. A few lines on the HandleScreenLoads.asm script were commented out. If you remove the ; on lines 364 and 365 it fixes the problem.
 

Attachments

  • HandleScreenLoads.asm (Song Continue).png
    HandleScreenLoads.asm (Song Continue).png
    7.1 KB · Views: 1,931
  • HandleScreenLoads.asm (Song Doesnt Continue).png
    HandleScreenLoads.asm (Song Doesnt Continue).png
    7.3 KB · Views: 1,931

Pwnu2noob

New member
This definitely solved the problem with the music issue but, for me it created an issue with the Idle.asm (can’t remember the full name). It created a vector out of bounds error.
 
Top Bottom