summaryrefslogtreecommitdiff
path: root/extras
AgeCommit message (Collapse)Author
2013-08-03Merge branch 'sprites'yenatch
2013-08-01refactor symfile parser and add labels.json generatoryenatch
2013-07-31jp char ァyenatch
2013-07-20rename second hide_person macro to remove_personyenatch
2013-07-20script command scripttalkafter is an enderyenatch
2013-07-20script command reloadandreturn takes a parameteryenatch
2013-07-12Merge pull request #157 from yenatch/overworldBryan Bishop
overworld loop and movement
2013-07-11Merge pull request #158 from yenatch/gbz80disasm-more-dataBryan Bishop
gbz80disasm bugfixes
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
Conflicts: extras/gbz80disasm.py Comments.
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
data detection in gbz80disasm
2013-06-25gbz80disasm: just use lowercase labelsyenatch
2013-06-25gbz80disasm: fix data handlingyenatch
get the scalpel out of there
2013-06-25gbz80disasm: local/global address conversion + fix find_labelyenatch
2013-06-25gbz80disasm: detect data tables referenced in asmyenatch
2013-06-25gbz80disasm: data detectionyenatch
the is_data flag never did anything. now it does encountering the end of a branch with outstanding labels will read anything between said labels as data
2013-06-23fixed another indent in gfx.pyKat Harrison
2013-06-23fixed indentscogitokat
2013-06-23convert indents to 4 spaces in gfx.pycogitokat
indents were previously 8 spaces
2013-06-23more docstring/indent fixes in gfx.pycogitokat
2013-06-23more gfx.py docstring changescogitokat
2013-06-23Change bad indents in extras/gfx.pycogitokat
2013-06-23Edit some docstrings in /extras.Kat Harrison
2013-06-23Made edits to docstrings in extras/vba.pyKat Harrison
Added to vba intructions and reformatted docstrings to include a summary line. (Docstring summaries should be max 72 characters.)
2013-06-23update instructions in extras/vba.pyKat Harrison
fixes #151 fixes #150
2013-06-17Merge pull request #147 from yenatch/masterBryan Bishop
gbz80disasm/sym fixes + odds and ends
2013-06-16programmatic speedrun of pokecrystal (vba)Bryan Bishop
2013-06-16make vba emulator wait until text is done drawingBryan Bishop
Also, this fixes some bugs related to how button presses are handled.
2013-06-16symfile: fix address handlingyenatch
2013-06-15gbz80disasm: fix labels outside of banks 0 and 1yenatch
2013-06-14gbz80disasm: only use gbhw/hram constants >= 0xff00yenatch
2013-06-13gfx: return mass-decompress commandyenatch
still reqd by make pngs
2013-06-12Merge branch 'master' of github.com:kanzure/pokecrystalyenatch
Conflicts: extras/gfx.py
2013-06-12expand shortened palettesyenatch
rather than keep up inconsistent palette formats, just incbin a portion of each
2013-06-12gfx: workable command line functionsyenatch
2013-06-12gfx: palette checking in to_pngyenatch
2013-06-12fix palette functions and output palettes in 2bpp conversionyenatch