Merge commit '92152c9' into master
Merge commit '8d75f96' into master
Merge pull request #162 from kanzure/rgbds-section-names
update section names to comply with rgbds redefinitions
fix gfx/pics/%/front.lz make target
remove stray newline from README
write comment in .gitignore
Merge pull request #160 from iimarckus/master
Add Time Capsule item conversions.
script command scripttalkafter is an ender
script command reloadandreturn takes a parameter
type/pal constants in sprite headers
Merge pull request #157 from yenatch/overworld
Outdoor sprites and sprite constants
Merge pull request #158 from yenatch/gbz80disasm-more-data
Clean up and remove incbins from script commands
start using relevant constants in wram.asm
wram.py: allow space definitions using constants
Merge pull request #156 from yenatch/cygwin-install
apt-cyg is not a cygwin default; rgbds was outdated; simplify rgbds install
crystal: 2pt script commands are for wram
crystal: PointerLabelToScriptPointer bank is not reversed
gbz80disasm: don't read data where there is none
gbz80disasm: only track rom addresses for data
gbz80disasm: use existing labels as addresses
DoPlayerMovement and recomment ow surfing checks
Merge pull request #154 from yenatch/movement
Merge branch 'github/master' into master.
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 #153 from yenatch/gbz80disasm-data
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
gbz80disasm: just use lowercase labels
gbz80disasm: local/global address conversion + fix find_label
gbz80disasm: detect data tables referenced in asm
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