First extract the german dialogue:
python restool.py --extract-dialogue -r german.sfc
Then extract resources / build the assert file:
python restool.py --extract-from-rom --languages=de
changes:
1. Allows the user to copy in a ROM titled zelda3.smc, which is another common extension for SNES ROMs (file content should still be the same).
2. Allows the user to specify a location of the ROM file instead of copying the ROM to the directory where the script is located.
3. Adds and improves error messaging.