You're best be is to go into def_main and type this:
@spriteset = Spriteset_Map.new
Then go into the update and dispose definitions and put this repsecitvely:
and
That should do it no matter what version you are using. If you are using VX, you need to remove the "create_menu_background" calls in def main, update, and dispose.