veekun_pokedex/pokedex/extract/lib
Eevee (Lexy Munroe) b12166648e Checkpoint some Sun/Moon progress
The bulk of the data is in the same format as ORAS, so most of the
changes were just tracking down where files moved to.

The code was a mess, and is still a mess.  Oh, well.

- Made pretty good progress on dumping ORAS encounters; remaining work
  largely boils down to figuring out names for individual zones.

- Hacked the CLIM decoder to also work with SUMO's slightly modified box
  sprite format, FLIM.

- Added a Nintendo-flavored ETC1 decoder; this is the format used for
  Pokédex sprites in SUMO.

- Cleaned up sprite dumping a wee bit.
2016-12-07 06:29:44 -08:00
..
__init__.py Initial gen6-to-yaml ripping stuff 2016-02-26 10:05:51 -08:00
base.py Initial gen6-to-yaml ripping stuff 2016-02-26 10:05:51 -08:00
clim.py Checkpoint some Sun/Moon progress 2016-12-07 06:29:44 -08:00
etc1.py Checkpoint some Sun/Moon progress 2016-12-07 06:29:44 -08:00
garc.py Checkpoint some Sun/Moon progress 2016-12-07 06:29:44 -08:00
gbz80.py Replace most of the address-hunting with code matches 2016-09-10 18:05:00 -07:00
lzss3.py Initial gen6-to-yaml ripping stuff 2016-02-26 10:05:51 -08:00
pc.py Initial gen6-to-yaml ripping stuff 2016-02-26 10:05:51 -08:00
text.py Initial gen6-to-yaml ripping stuff 2016-02-26 10:05:51 -08:00