LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

How to load files without confirmation dialog

Root / FAQs / [.]

ARUSSCreated:
How does one bypass the "select yes/no" on the touch screen when starting a program that requires loading other resources. I have a program that has separate logic and graphics files plus a sprite sheet. These last two are loaded from the main file so when starting the program it will always redundantly ask for confirmation to load the two other files. Thanks

This should work:
LOAD"DAT:NAME",0
I haven't tested it in awhile, but it should work.

Correct. It's the "0" flag at the end that suppresses the confirmation dialog. I just spotted it in the help information for the LOAD function as well. I don't know how I missed it all these weeks. At least this question is now searchable on the forum. Thanks a bunch KingCo!

This thread would be better titled as "How to load files without confirmation dialog". I forgot if it's possible to rename threads, so could you try to rename the thread? It would make it easier to find in the search bar.

is it possible to save a file without warning..? thats would be really nice to have

is it possible to save a file without warning..? thats would be really nice to have
It's not. There WAS a modified version of SB where you could set FORCESAVE to disable the save dialog, but this doesn't exist in the normal version.