summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-10version constantyenatch
2013-07-10crystal: add more movementsyenatch
2013-07-10SelectMenuyenatch
2013-07-10start using relevant constants in wram.asmyenatch
2013-07-10make: check wram/constantsyenatch
2013-07-10clean up StartMenuyenatch
2013-07-10chars: ▷yenatch
2013-07-10Overworld input handlingyenatch
2013-07-10wram.py: allow space definitions using constantsyenatch
2013-07-10labels: hex is case-insensitiveyenatch
2013-07-10use wram from outside extrasyenatch
2013-07-10Merge pull request #156 from yenatch/cygwin-installBryan Bishop
More cygwin installation instructions.
2013-07-10apt-cyg is not a cygwin default; rgbds was outdated; simplify rgbds installyenatch
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-26Merge pull request #154 from yenatch/movementBryan Bishop
Movement.
2013-06-27DoPlayerMovement and recomment ow surfing checksyenatch
2013-06-25Merge branch 'github/master' into master.Bryan Bishop
Conflicts: extras/gbz80disasm.py Comments.
2013-06-25Merge branch 'gfx-fixes-again' into master.Bryan Bishop
Various whitespace and formatting changes.
2013-06-25use rm -f in MakefileBryan Bishop
2013-06-25Merge branch 'cogitokat/master' into master.Bryan Bishop
fixes #152
2013-06-25add jython stuff into .gitignoreBryan 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
data detection in gbz80disasm
2013-06-25don't mix tabs/whitespaceBryan Bishop
2013-06-25Merge pull request #148 from yenatch/masterBryan Bishop
Re-organizing some engine-related asm and constants.
2013-06-25Merge pull request #149 from yenatch/new-installBryan Bishop
reformat install + fix source preprocessing
2013-06-25install: less abrasive outroyenatch
2013-06-25give prequeue a reason to existyenatch
2013-06-25pre: restore separate_comment's behavioryenatch
2013-06-25install: elaborate on make targetsyenatch
2013-06-25install: get pip and be less vague about the base romyenatch
2013-06-25replace broken mibbit links with kiwiircyenatch
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