diff --git a/spc.asm b/spc.asm index 51a40f3..15859e3 100644 --- a/spc.asm +++ b/spc.asm @@ -6,7 +6,7 @@ macro copybin(source, length) dd read4(pctosnes(+!copycount)) !copycount #= !copycount+4 endif - + while !copycount < db read1(pctosnes(+!copycount)) !copycount #= !copycount+1 @@ -93,6 +93,11 @@ SPCEngineEnd: ;@ check bankcross on ; Change track 15 (unused) to point to 13 (Death Mountain) so dark woods can be track 15 +; Bank 1 +org $1A9F15 ; PC 0x0D1F15 ; SPC $D01C + dw #$2B00 ; Set track 15 pointer to track 13's data + +; Bank 2 org $359F6E ; PC 0x1A9F6E ; SPC $D01C dw #$2B00 ; Set track 15 pointer to track 13's data