Python library to work with the files inside the ROM of Pokémon Mystery Dungeon Explorers of Sky.
This is still very WIP, so I didn't feel like putting a proper README here! But you'll find README's containing the documentation for file types in the directories for the file handlers.
Directly in the package (skytemple_files
directory) you can find a few example scripts that help with understanding
how to use this library. After installing the package you will have them as cli commands: skytemple_<name>
. So for
dungeon_randomizer.py
it's skytemple_dungeon_randomizer
:
$ skytemple_dungeon_randomizer input.nds output.nds
In addition to the dependencies in the requirements.txt
and setup.py
, ARMIPS must
be installed and in the system's PATH
to be able to apply ROM patches.