summaryrefslogtreecommitdiff
path: root/crystal.py
AgeCommit message (Expand)Author
2013-08-03make a basic python moduleBryan Bishop
2013-08-03remove extra newlines from python filesBryan Bishop
2013-08-03tabs to spaces in crystal.pyBryan Bishop
2013-07-12Merge pull request #157 from yenatch/overworldBryan Bishop
2013-07-10crystal: add more movementsyenatch
2013-06-28crystal: wram label findingyenatch
2013-06-28crystal: 2pt script commands are for wramyenatch
2013-06-28crystal: PointerLabelToScriptPointer bank is not reversedyenatch
2013-05-06Merge pull request #126 from yenatch/masterBryan Bishop
2013-04-30Fix PointerLabelToScriptPointer classyenatch
2013-04-27Merge yenatch/master.Bryan Bishop
2013-04-20damagecalc is actually damagestats; itemmultiplier is actually damagecalcyenatch
2013-03-29dump move effectsyenatch
2013-03-21fix docstring formatting everywhereBryan Bishop
2013-03-18Fix unused function parse_map_header_by_idyenatch
2013-03-01Script commands 0xb2 and 0xcc don't existyenatch
2013-02-27update automatic main.asm insertionBryan Bishop
2013-02-27make to_asm more configurableBryan Bishop
2013-02-27fix parameters for verbosegiveitem2 definitionBryan Bishop
2013-02-27oops, include map_namesBryan Bishop
2013-02-26separate map_names into map_names.pyBryan Bishop
2013-01-27various formatting fixes for crystal.pyBryan Bishop
2013-01-27replace wildcard import with explicit importBryan Bishop
2013-01-27make gbz80disasm work with python2.6 againBryan Bishop
2013-01-27remove a duplication of load_rom and load_asmBryan Bishop
2013-01-27better import syntax in crystal.pyBryan Bishop
2013-01-27split out more item_constants stuffBryan Bishop
2013-01-27split out tests into a separate fileBryan Bishop
2013-01-23fix label generatorBryan Bishop
2013-01-15clean up python script importsBryan Bishop
2013-01-15remove the Size class (unused)Bryan Bishop
2013-01-15split out IntervalMap into a separate fileBryan Bishop
2013-01-14add missing script command (3jumptext)yenatch
2013-01-14banish script parser output to debugyenatch
2012-12-28clean up whitespaceBryan Bishop
2012-12-17specialphonecall takes a 16‐bit ID.IIMarckus
2012-11-30md5 -> hashlibBryan Bishop
2012-11-30move allowed_lengths for music macros outBryan Bishop
2012-11-30implement music macros; INCLUDE injection in prepadz
2012-10-11remove deprecated functions from crystal.pyBryan Bishop
2012-10-01clean up comments in extras/crystal.pyBryan Bishop
2012-09-10call load_asm in scan_for_predefined_labelsBryan Bishop
2012-07-05use decimal output for givepoke in extras/crystal.pyBryan Bishop
2012-06-20more de-dependency-loopingBryan Bishop
2012-06-20move code around to avoid dependency loopsBryan Bishop
2012-06-02make unittest2 error show up in stderrBryan Bishop
2012-05-29fix up AsmSection and line_has_comment_addressBryan Bishop
2012-05-29move AsmList into romstr.py tooBryan Bishop
2012-05-29move RomStr into a shared fileBryan Bishop
2012-05-28use map constants for wildmons sectionsBryan Bishop