summaryrefslogtreecommitdiff
path: root/extras/crystal.py
AgeCommit message (Collapse)Author
2012-05-19add TrainerGroupHeaders to script_parse_tableBryan Bishop
2012-05-19parse multiple party mons per trainerBryan Bishop
2012-05-19move trainer parsing classes into crystal.pyBryan Bishop
2012-05-19better comments on trainer_group_reportBryan Bishop
2012-05-19use report_unreferenced_trainer_ids to show which ids are probably valid but ↵Bryan Bishop
unused
2012-05-19parse TrainerGroupTable in run_main after everything elseBryan Bishop
2012-05-18find last trainer id in each trainer groupBryan Bishop
2012-05-18extract trainer group id and trainer id from TrainerFragment objectsBryan Bishop
2012-05-17generate helpful labels for mapsBryan Bishop
2012-05-16use db instead of item_frag on ItemFragment remote chunksBryan Bishop
2012-05-16don't repeat-parse movement scripts, and set bank=1 for $4000 <= x <= $7FFFBryan Bishop
2012-05-16handle dragon shrine recursion (but not others?)Bryan Bishop
2012-05-16tool to help narrow down the problem in a bankBryan Bishop
2012-05-16correct for two route 10 mapsBryan Bishop
2012-05-16fix preprocessor/givepoke for variable-number-of-parameter macrosBryan Bishop
2012-05-16fix zzyyxx output for MoneyByteParam (checkmoney, takemoney)Bryan Bishop
2012-05-15only recalculate a PointerLabelParam parsed_address if necessaryBryan Bishop
2012-05-14better asm output for SignpostRemoteItemBryan Bishop
2012-05-14fix PointerLabelParams in signpostsBryan Bishop
2012-05-13fix movement param get_dependenciesBryan Bishop
2012-05-13remove some output that clutters up the preprocessor outputBryan Bishop
2012-05-13better movement command/macro supportBryan Bishop
2012-05-13fix unknown MovementCommand parsingBryan Bishop
2012-05-13use deepcopy to create applymovement commandsBryan Bishop
2012-05-12let create_movement_commands access a debug parameterBryan Bishop
2012-05-12slightly better applymovement parsingBryan Bishop
2012-05-12apply_movement_command classes doesn't existBryan Bishop
2012-05-11quick tool for dumping a segment of ApplyMovementData objects into a bankBryan Bishop
2012-05-11set dependencies and get_dependencies on ApplyMovementData for asm dumpingBryan Bishop
2012-05-11waitbutton in scripts is not the same as waitbutton in textsBryan Bishop
2012-05-11never show a comma in front of a 7 on a newlineBryan Bishop
2012-05-11fix a TextScript/MainText bug where '@' on a newline had an extra ↵Bryan Bishop
comma/param to db
2012-05-11text_from_ram isn't limited to <$8000 like in the text at 0x549a3Bryan Bishop
2012-05-11fix TextScript bug - to_asm should not modify self.sizeBryan Bishop
2012-05-10debugging to figure out the TextScript at 0x5daf1Bryan Bishop
2012-05-08consolidate insert_multiple and insert_single on the Asm classBryan Bishop
2012-05-05tool to dump texts from a particular bank into asmBryan Bishop
2012-05-05fix $58 parsing in texts for the text at 0x192f34Bryan Bishop
2012-05-05set TextInlineAsm to size=1 for nowBryan Bishop
2012-05-05possible fix for movement scripts (many broken?)Bryan Bishop
2012-05-05temporary and horrible fix to applymovement scriptsBryan Bishop
2012-05-05make a broken MovementCommand parserBryan Bishop
2012-05-05by default allow MovementCommand to handle <$45sBryan Bishop
2012-05-05fix MovementCommand.to_asm return value for id>$45Bryan Bishop
2012-05-05starting ApplyMovementData and MovementCommandBryan Bishop
2012-05-04use a $50 macro to stop some text scriptsBryan Bishop
2012-05-04fix the use of text_command_classes (not the same format as command_classes)Bryan Bishop
2012-05-04to_asm and some constructor changesBryan Bishop
2012-05-04new TextScript.parse is almost exactly Script.parseBryan Bishop
2012-05-04a better get_dependencies for NewTextScriptBryan Bishop