summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-03make a basic python moduleBryan Bishop
2013-08-03ignore python/egg outputBryan Bishop
2013-08-03write some TODO comments in wram.pyBryan Bishop
2013-08-03add mock into requirements.txtBryan Bishop
2013-08-03combine hram/gbhw readers into read_constantsBryan Bishop
2013-08-03make read_gbhw_constants consume an IOErrorBryan Bishop
2013-08-03make read_hram_constants to eat hram.asm IOErrorBryan Bishop
2013-08-03fix the bss/wram section defaultBryan Bishop
2013-08-03ignore wram.asm non-existenceBryan Bishop
2013-08-03remove extra newlines from python filesBryan Bishop
2013-08-03a requirements.txt to specify python dependenciesBryan Bishop
2013-08-03Merge branch 'fix-tabs' into masterBryan Bishop
2013-08-03remove dangling whitespace in source code filesBryan Bishop
2013-08-03tabs to spaces in crystal.pyBryan Bishop
2013-08-03tabs to spaces in sym.pyBryan Bishop
2013-08-03make a docstring for wram.pyBryan Bishop
2013-08-03remove dangling whitespace in wram.pyBryan Bishop
2013-08-03normalize tabs to whitespace in wram.pyBryan Bishop
2013-08-03remove trailing newline from wram.pyBryan Bishop
2013-08-03fix path handling in wram.pyBryan Bishop
2013-08-03fix the *.json rule in .gitignoreBryan Bishop
2013-08-03remove sgm/sav cruft from .gitignoreBryan Bishop
2013-08-03update png.py .gitignore referenceBryan Bishop
2013-08-03use .gitignore from pokecrystalBryan Bishop
2013-07-12Merge pull request #157 from yenatch/overworldBryan Bishop
2013-07-11Merge pull request #158 from yenatch/gbz80disasm-more-dataBryan Bishop
2013-07-10crystal: add more movementsyenatch
2013-07-10chars: ▷yenatch
2013-07-10wram.py: allow space definitions using constantsyenatch
2013-07-10labels: hex is case-insensitiveyenatch
2013-07-10use wram from outside extrasyenatch
2013-06-28crystal: wram label findingyenatch
2013-06-28crystal: 2pt script commands are for wramyenatch
2013-06-28crystal: PointerLabelToScriptPointer bank is not reversedyenatch
2013-06-28gbz80disasm: don't read data where there is noneyenatch
2013-06-28gbz80disasm: only track rom addresses for datayenatch
2013-06-27gbz80disasm: use existing labels as addressesyenatch
2013-06-25Merge branch 'github/master' into master.Bryan Bishop
2013-06-25remove extra whitespace in extras/vba.pyBryan Bishop
2013-06-25remove extra whitespace in extras/gfx.pyBryan Bishop
2013-06-25fix function formatting in extras/gfx.pyBryan Bishop
2013-06-25Merge pull request #153 from yenatch/gbz80disasm-dataBryan Bishop
2013-06-25gbz80disasm: just use lowercase labelsyenatch
2013-06-25gbz80disasm: fix data handlingyenatch
2013-06-25gbz80disasm: local/global address conversion + fix find_labelyenatch
2013-06-25gbz80disasm: detect data tables referenced in asmyenatch
2013-06-25gbz80disasm: data detectionyenatch
2013-06-23fixed another indent in gfx.pyKat Harrison
2013-06-23fixed indentscogitokat
2013-06-23convert indents to 4 spaces in gfx.pycogitokat