Merge branch 'gfx-fixes-again' into master.
Merge branch 'cogitokat/master' into master.
add jython stuff into .gitignore
remove extra whitespace in extras/vba.py
remove extra whitespace in extras/gfx.py
fix function formatting in extras/gfx.py
Merge pull request #148 from yenatch/master
Merge pull request #149 from yenatch/new-install
pre: restore separate_comment's behavior
install: elaborate on make targets
install: get pip and be less vague about the base rom
replace broken mibbit links with kiwiirc
fixed another indent in gfx.py
convert indents to 4 spaces in gfx.py
more docstring/indent fixes in gfx.py
Change bad indents in extras/gfx.py
Edit some docstrings in /extras.
Made edits to docstrings in extras/vba.py
update instructions in extras/vba.py
make: don't recompile if it's not necessary
preprocess asm files individually
make clean is no longer required to compile
move miscellaneous asm into engine/
move constants files into constants/
Merge pull request #147 from yenatch/master
programmatic speedrun of pokecrystal (vba)
make vba emulator wait until text is done drawing
gbz80disasm: fix labels outside of banks 0 and 1
gbz80disasm: only use gbhw/hram constants >= 0xff00
Merge pull request #146 from yenatch/master
gfx: return mass-decompress command
use stat constants in statdown commands
Merge branch 'master' of github.com:kanzure/pokecrystal
Merge branch 'master' of github.com:kanzure/pokecrystal
Merge remote-tracking branch 'yenatch/master'
Revert "make gfx.py png take only a path"
gfx: workable command line functions
fix palette functions and output palettes in 2bpp conversion
gfx: handling for <4-color pngs when converting to 2bpp
Player backpic and consistent names for player characters
rename bank3{0,1}.asm to sprites_{1,2}.asm
remove two commented incbin lines
Merge pull request #144 from kanzure/temporarily-fix-overworld-sprites
include overworld sprite .2bpp files
remove overworld sprite pngs
make gfx.py png take only a path
Merge pull request #142 from cogitokat/overworld-sprites
Include overworld sprites
mistook sprout tower pillar for minecart graphics
Merge pull request #140 from yenatch/master
Merge pull request #139 from iimarckus/peecee
ilex forest tree tile animations
gbz80disasm: rgbds uses brackets for ld hl, sp+x
cave water + park fountain tile animations
Merge pull request #138 from yenatch/master
get rid of windows build components
confident enough in lz make target to include it in general compile
gfx: safer alternating-byte detection in compression
gfx: lz to png from command line
load labels only once in gbz80disasm
fix data-handling errors in gfx.py
Merge pull request #137 from yenatch/master
gbz80disasm: include comments on unresolved backward relative jumps
gbz80disasm: don't look for outstanding labels that are behind the origin
preprocessor: minor optimization in separate_comment
gbz80disasm: don't include comments on relative jumps