Creature XL, on Mon Jan 2, 2012 9:40 AM, said:
NRV, on Tue Dec 27, 2011 4:48 PM, said:
I do not want to respond to the old thread linked here, however, what analmux has forgotten to mention is, that you can specify the Zeropage locations RMT-player should use. So the mentioned "$d1" is relative to the ZP-Start he supplied while assembling.
Very true, but the page zero vars are:
p_instrstable org *+2
p_trackslbstable org *+2
p_trackshbstable org *+2
p_song org *+2
ns org *+2
nr org *+2
nt org *+2
reg1 org *+1
reg2 org *+1
reg3 org *+1
tmp org *+1
and most of them are pointers, so it shouldn't be that difficult to log them and see.
Also, I suppose that there is a default address for those vars.. that could help (for future reference, because probably Heaven doesn't need the info anymore

).