how can i include xml files into the executable ?
or encrypt them?
the normal incbin command doesnt seem to work
you can incbin any old file with your app.
Remember, if you are using Framework, to also "Import BRL.RamStream".
Remember though, you cannot "write" to a file you incbin. So, if you incbin an XML and want to write to it, you are going to need to save it to the users hard disk.
Are incbin files encrypted?
only if you encrypt them yourself first.