I'm making an IWBTG recreation for PTC, but dont know much about loading SCR files, which i intend on using for the game's levels. Plz help
Assuming you've already created a SCR file, they can be loaded with
LOAD "SCU0:FGFILE",0 ' This loads the foreground BG layer LOAD "SCU1:BGFILE",0 ' This loads the background BG layer.
The filenames will depend on what you chose.
Thanks, I misread the tutorial (probably) as SCR instead of SCU.
What do you think?