aboutsummaryrefslogtreecommitdiffstats
path: root/extras/pokered_dir.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make extras/ a submoduleBryan Bishop2013-09-011-4/+0
| | | | | Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project.
* Fix pokered_dir extrapolationsawakita2012-10-011-1/+1
| | | | | Without "os.path.abspath" the result was an empty string. Now the absolute path is correctly calculated.
* Make analyze_incbins dirs reference os-independentsawakita2012-09-301-0/+4
This should fix a bug caused by comparing string literals to directories. It should also be safer, using "os" module to access paths.