Even less so, you cant seem to have those "static" pointers referencing any sort of label.
Hrm, anyone have a way around this? Having a pre-assembled music binary file from CA65 output isn't really viable as the famitone format relies on pointers to loops buried inside it. Take those out of their element and kerblooey.
Examples:
Valid
Code: Select all
byte someRandomVariableSet[] = { $00, $01, $02, $03 }Code: Select all
pointer someRandomPointers[] = { loop1, loop2, loop3 }
byte $01
Either way, with my experience so far I'm 90% likely to go back to CA65.