//This is an example scroller.txt file.  If you have compiled in the SCROLL_TEXT option
//(Compiled in by default),  you can put text in this file, and run scroll_text_changer.exe
//to change the scroll text.
//
//Any // found in the line, results in the remainder of the line
//being ignored. If you wish to put // in your scroller text, as displayed by the scroller,
//Then you need to put two \/.
//
//Backslash has a special meaning as well.
//The following combinations do special things
// \n - Outputs 32 white spaces into the scroller.
// \/ - Outputs a forward slash into the scroller.  (You need to do this twice in order 
//	to put // into your scroller.)
// \\ - Outputs a single backslash into your scroller.
//
//Carrage Returns in this text file do not get inserted into the scroller, and are just ignored.

\nThis is an example scroller. A nice blank is about to start. \n
\\n is how you insert the space. You can also put 32 blank spaces 
yourself to do the same thing. 
Now inserting a comment. //You won't see the rest of the line. 
You will see this. \/\/This will show up. 
\\\/\\\/ is what inserrts \/\/ into this scroller. 
To change the contents of this scroller, modify scroller.txt, following instructions on formatting it. 
then, run scroll_text_changer.exe.  After that, install your update to the DS. 
     
Now ending this scroller. get ready for it to wrap.