this is the fusion style bubble part of the door with mzm door enjoy
Quote:
Is there a "no music" patch kicking around anywhere? I'm going to try making one, but I thought I should make sure I'm not reinventing the wheel.
I had a bit of free time and decided to figure out how exactly to do this. It took me 5 tries to guess the correct byte to change.
Change CF8413 (278413 in an unheadered ROM) from CD to 6F. Effectively it's putting in an RET (equivalent to RTS) here in the SPC code:
Code:
180b: cd 00 mov x,#$00 ;Start of common processing for one tic of music
I'm too lazy to actually make an ips for this.