aboutsummaryrefslogtreecommitdiffstats
path: root/extras/pokered_dir.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-01make extras/ a submoduleBryan Bishop1-4/+0
Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal project.
2012-10-01Fix pokered_dir extrapolationsawakita1-1/+1
Without "os.path.abspath" the result was an empty string. Now the absolute path is correctly calculated.
2012-09-30Make analyze_incbins dirs reference os-independentsawakita1-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.