Commit Graph

10 Commits

Author SHA1 Message Date
Snesrev
f9982dda65 Better error messages on ROM hash mismatch 2023-03-11 15:52:51 +01:00
Snesrev
71b1c3c020 Add support for spanish, portuguese, polish, redux, dutch, swedish 2023-03-10 19:16:44 +01:00
Snesrev
aee281aa1f Add support for extracting dialogue from some more roms 2023-03-10 03:45:19 +01:00
Snesrev
95f757309c Add support for French (Fixes #234) 2023-03-10 02:53:52 +01:00
Snesrev
9dde4a7a07 Add support for german translation
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
2023-03-10 01:54:38 +01:00
Snesrev
41367329f9 Error while running python scripts on Python 3.6.9 (Fixes #152) 2022-10-17 03:15:34 +02:00
Snesrev
5ce0996691 functools.cache doesn't exist in Python3.8 2022-10-12 18:37:54 +02:00
Snesrev
6297be577d Asset compiler now uses PNG-images as input
Also renamed variables
Fix so it won't decompress sheets < 12
2022-10-12 16:34:54 +02:00
Keaton Greve
6dc3c0d108 Improve flexibility of resource generation script ROM paths (#27)
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.
2022-08-31 07:15:23 +02:00
Snesrev
02add69d54 Initial version
Force pushed to reorder all functions
Lots of names taken from spannerism's diassembly
2022-08-15 00:18:01 +02:00