-increasing the buffer in the journal program that seeks the lang code in the fake savefile, as "[zh_CHT]" was too long for the old buffer to find
-updating wallpaper script to work with all langcodes
-making save screen support 100 save files
-"debug_tester.dat" will allow players to have 2 debug items when starting a game or loading a debug save, and also allow access to the debug switch/variable menu
-also made debug items immune to the part of the game where your inventory is emptied
To better deal with the random savefile corruptions that occur for some
users. This should help? I tested it with each file in the chain
corrupted to make sure it was falling back onto the backups properly,
and made it delete the base file if all backups were corrupt, which is a
very unlikely scenario but might as well put a case to handle it.
With this, autoloading upon launching the game should be fully working.
Also added some randomness to the pitch of step_sfx to make them sound a
bit less repetitive, and made it so the game can only save if the
current scene is a Scene_Map (because auto_saving at the titlescreen
breaks things pretty badly).