summaryrefslogtreecommitdiff
path: root/crystal.py
AgeCommit message (Expand)Author
2012-04-14start on SecondMapHeaderBryan Bishop
2012-04-14class for MapEventHeaderBryan Bishop
2012-04-14XYTrigger classBryan Bishop
2012-04-14making things workBryan Bishop
2012-04-14PeopleEvent class codeBryan Bishop
2012-04-14skeleton for PeopleEvent classBryan Bishop
2012-04-14saner warp parsingBryan Bishop
2012-04-14better signpost parsingBryan Bishop
2012-04-14start moving signpost into a classBryan Bishop
2012-04-090xcc probably ends the scriptBryan Bishop
2012-04-08fix size computation in GivePokeBryan Bishop
2012-04-08japanese text dumper and some more script changesBryan Bishop
2012-04-08all of these scripting changes are probably wrongBryan Bishop
2012-04-08don't forget the custom GivePoke commad classBryan Bishop
2012-04-08oops forgot to create a command class for writevarcodeBryan Bishop
2012-04-08fix pokemart command parsing for the script at 0x9cac7Bryan Bishop
2012-04-08winlosstext does not always point to a valueBryan Bishop
2012-04-08a working version of compare_script_parsing_methodsBryan Bishop
2012-04-08begin compare_script_parsing_methodsBryan Bishop
2012-04-08text and script parsing improvementsBryan Bishop
2012-04-08get_label_for improvements (use script_parse_table if possible)Bryan Bishop
2012-04-08make parse_text_at use script_parse_table and make 2writetext parse target textsBryan Bishop
2012-04-08fix bit setting/checking/clearing commands (their parameters were wrong)Bryan Bishop
2012-04-08pass force=True/False and debug=True/False to command parsingBryan Bishop
2012-04-08fixes for parse_script_with_command_classesBryan Bishop
2012-04-06move rom_interval into RomStr.intervalBryan Bishop
2012-04-06Making generate_diff_insert python2.7 compatible.C Nelson
2012-04-06Adding compatibility for newer versions of json.C Nelson
2012-04-06Adding a real check for unittest2 features.C Nelson
2012-04-06Adding an exception handler around the unittest import.C Nelson
2012-04-03fix command parsing some moreBryan Bishop
2012-04-03not sure why the scripts aren't working yetBryan Bishop
2012-04-02somewhat better command parsingBryan Bishop
2012-04-02map header tests for event addresses and people-event countsBryan Bishop
2012-04-02unit tests for checking post-map parsing (overall, not individual functions)Bryan Bishop
2012-04-02fix bug in generate_map_constant_labelsBryan Bishop
2012-04-02an explicit Label classBryan Bishop
2012-04-02make tests pass the first time they are ranBryan Bishop
2012-03-30more unit tests, againBryan Bishop
2012-03-29more unit testsBryan Bishop
2012-03-27more command classesBryan Bishop
2012-03-26committing unfinished code (forgive me)Bryan Bishop
2012-03-25refactor script parsing into a Script classBryan Bishop
2012-03-25test_parse_text_engine_script_atBryan Bishop
2012-03-25more testing and debug= keyword paramsBryan Bishop
2012-03-24more tests related to analyze_incbinsBryan Bishop
2012-03-24wonderful world of testingBryan Bishop
2012-03-24lots of asm-related code and testsBryan Bishop
2012-03-24test_load_map_group_offsets and test_calculate_pointerBryan Bishop
2012-03-24new test: test_report_untestedBryan Bishop