Commit Graph

7 Commits

Author SHA1 Message Date
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
5ce0996691 functools.cache doesn't exist in Python3.8 2022-10-12 18:37:54 +02:00
Snesrev
8c4e6c62b5 save_to_all_sheets failed 2022-10-12 16:47:44 +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
Snesrev
b85e91a336 Migrate to C99 instead of C
Co-authored-by: Rémy F <yne@users.noreply.github.com>
2022-08-31 21:03:04 +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