summaryrefslogtreecommitdiff
path: root/crystal.py
AgeCommit message (Expand)Author
2012-05-22Use Pokémon IDs for the “cry” macro.IIMarckus
2012-05-22dump-insert the stringtotext targetsBryan Bishop
2012-05-22use EncodedText for stringtotext paramsBryan Bishop
2012-05-22check if trainer_names has been set yet before using that keyBryan Bishop
2012-05-22add '@' to EncodedText outputBryan Bishop
2012-05-21at least try to keep HoOh in tact in label namesBryan Bishop
2012-05-21fix line continuation syntax errorBryan Bishop
2012-05-21add trainer id to trainer fragment headers for gruntsBryan Bishop
2012-05-21improvements to map_name_cleanerBryan Bishop
2012-05-20add the labels to the scripts, not to the params pointing to scriptsBryan Bishop
2012-05-20better signpost labelingBryan Bishop
2012-05-20use better label for MapEventHeaderBryan Bishop
2012-05-20reuse pre-existing/pre-inserted MapBlockData objects when possibleBryan Bishop
2012-05-20make map header labels use better rulesBryan Bishop
2012-05-20don't add TrainerGroupTable to future dumpsBryan Bishop
2012-05-20give better labels to TrainerFragment subobjects like texts and scriptsBryan Bishop
2012-05-20create better labels for TrainerFragmentsBryan Bishop
2012-05-20remove extra spacing in crystal.pyBryan Bishop
2012-05-20make TrainerFragment.to_asm() use trainer constantsBryan Bishop
2012-05-20better asm output for TrainerHeader and TrainerGroupHeaderBryan Bishop
2012-05-20improve MoveParam to handle zeroed-out movesBryan Bishop
2012-05-20initial MoveParam classBryan Bishop
2012-05-20update TrainerGroupParam and TrainerIdParam to use better constant/number rulesBryan Bishop
2012-05-20fix duplicate BENNY trainer nameBryan Bishop
2012-05-20fix RIVAL1 trainer id labelingBryan Bishop
2012-05-20spit out trainer id constantsBryan Bishop
2012-05-20move around the trainers.py import lineBryan Bishop
2012-05-20add 'trainer_names' key to each trainer header in trainer_group_namesBryan Bishop
2012-05-20make better trainer namesBryan Bishop
2012-05-19fix TrainerGroupTable.get_dependencies()Bryan Bishop
2012-05-19add missing trainer header for twins lea & piaBryan Bishop
2012-05-19add missing trainer header for kimono girl mikiBryan Bishop
2012-05-19add missing blackbelt waiBryan Bishop
2012-05-19add missing jugglersBryan Bishop
2012-05-19add two missing biker trainer headersBryan Bishop
2012-05-19fix missing supernerd markusBryan Bishop
2012-05-19pick up the third CAL trainer headerBryan Bishop
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
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