grunt-lucas / porytiles

Overworld tileset compiler for Pokémon Generation 3 decompilation projects
MIT License
30 stars 3 forks source link

Secondary compilation using a vanilla set as paired primary is confusing #47

Open grunt-lucas opened 4 months ago

grunt-lucas commented 4 months ago

See #46 . This is obviously not a good user experience. Porytiles should provide a way for users to supply a compiled tileset as the paired primary. This should not be too difficult, since Porytiles already has an easy way to import Porymap-format tilesets into a CompiledTileset object, this is used by the decompiler. We can leverage that here. Porytiles can do some basic file-existence checking to determine if the input is a Porytiles or Porymap-format tileset.