If you are talking about the load screen, it checks which file was most recently loaded, and goes to that one first. I recommend leaving it like that.
If you really want to change it, put this code right above "super" in the initialize method of Scene_Load:
$game_temp.last_file_index = 0