Merge pull request #113 from yenatch/master
Split item names and descriptions from main.asm
Split common text out of main.asm
Split map scripts, text, events from main.asm
Merge pull request #111 from yenatch/master
Point to map groups instead of their first header
Split map headers and second map headers from main.asm
Last map header label
Merge pull request #109 from yenatch/master
Export any detected palettes to png by default
Finish off make target for png generation
Merge pull request #108 from yenatch/master
Fix compressed graphics and filestructure
better dimension handling in 2bpp->png
Add build target to mass-generate pngs from 2bpp files
Infrastructure to dump pngs for 2bpp graphics
Don't try to convert empty 2bpp files
Allow png->lz compression in the build process
Move compressed trainer pics into the main folder
Dump and include trainer palettes
Add some command-line interfaces for use w/ makefile
dump and incbin monster palettes
Merge pull request #107 from yenatch/master
add swap~ files to .gitignore
Merge pull request #106 from yenatch/master
Merge pull request #105 from yenatch/master
Create individual pokedex entry files
Clean up and condense music includes
Split audio engine and pointers into files
Split Pokemon names off into a file
Split base stats off into a file
Split pokedex entries off into files
Split evos/attacks off into files
Split pokedex orders off into files
Split type matchup off into a file
Split wild encounters off into files
Merge pull request #104 from yenatch/master
Add vram sections to wram, and minor fixes
Merge pull request #103 from yenatch/master
simplify load_rom in gbz80disasm
enable labels in gbz80disasm
Merge pull request #101 from Sanky/master
Merge pull request #98 from Sanky/master
Merge https://github.com/kanzure/pokecrystal
Merge pull request #100 from iimarckus/blackout
Replace some hardcoded addresses with local labels.
Add blackout points / fly location data.
Merge pull request #99 from iimarckus/blackout
Merge pull request #97 from yenatch/master
Merge pull request #96 from yenatch/master
Merge pull request #95 from yenatch/master
README: fix testing instructions
dump_sections - tool to dump a skeleton asm file
clean up the preprocessor macro list
various formatting fixes for crystal.py
replace wildcard import with explicit import
add character encoding header in pksv.py
py26 fix for RomStr.load_labels (json)
make gbz80disasm work with python2.6 again
pedantic formatting changes for pointers.py
add character encoding headers to other files
fix headers and imports in labels.py
set character encoding header in interval_map.py
fix header comments in graph.py