If you mean maps created with the Smile tool map editor, then in the editor use the SCSAVE button to save the background layers. After that, they can be loaded using the same method as in the code I posted earlier.
ok, so i tried what you said, I didnt write down exactly what was in the screenshot, but I did write something that "works", how do I fix it?
heres what was in the script
DIM bg[1]
LOAD "DAT:SC_16_L2",bg
BGLOAD 0,0,0,32,32,bg
Adjust the width parameter in the BGLOAD command. Try 64 or 128. I'm not sure how the map editor saves it. Some code I was working on yesterday required 128. But, code I tried today required 64. o.0