veekun_pokedex/pokedex
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
..
data/csv Remove some bogus ORAS egg moves 2015-11-04 20:03:17 -08:00
db Make the schema minimally usable on Python 3 2016-11-21 19:27:28 -08:00
doc Er, fix tabledoc 2014-07-06 12:17:02 -07:00
extract Checkpoint some Sun/Moon progress 2016-12-07 06:29:44 -08:00
struct Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
tests Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
util Fix test_media.py. 2012-03-16 12:37:47 -07:00
__init__.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
__main__.py Make the library work with python -m. 2013-08-09 13:00:37 -07:00
compatibility.py Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
defaults.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
formulae.py Give calculated_stat and calculated_hp the same signature. 2011-03-10 22:12:03 -08:00
lookup.py Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
main.py Fix the CLI in py3 2015-10-05 16:29:21 -07:00
roomaji.py Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
schema.py Improve schema ergonomics a bit, especially around slicing 2016-11-21 19:28:55 -08:00